Skip to content

Commit

Permalink
feat: upgrade effector in dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysova committed Nov 29, 2023
1 parent aaa511f commit 84db4f9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
"@types/node": "^18.7.21",
"@typescript-eslint/eslint-plugin": "~5.38.0",
"@typescript-eslint/parser": "~5.38.0",
"atomic-router": "^0.7.1",
"atomic-router": "^0.9.0",
"babel-preset-solid": "^1.5.6",
"commitizen": "~4.2.5",
"commitlint": "^18.4.3",
"cz-conventional-changelog": "~3.3.0",
"effector": "~22.3.0",
"effector-solid": "~0.22.6",
"effector": "~23.0.0",
"effector-solid": "~0.23.0",
"eslint": "~8.24.0",
"eslint-config-prettier": "~8.5.0",
"eslint-config-prettier-standard": "~4.0.1",
Expand Down Expand Up @@ -93,9 +93,9 @@
"vitest": "~0.23.4"
},
"peerDependencies": {
"atomic-router": "^0.7.0",
"effector": "~22.3.0",
"effector-solid": "~0.22.1",
"atomic-router": "^0.9.0",
"effector": "^23",
"effector-solid": "^23",
"history": "~5",
"solid-js": "^1.4 || ^1.5"
},
Expand Down
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 84db4f9

Please sign in to comment.