Skip to content

Commit 02a5644

Browse files
Merge pull request #27 from effector/feat-support-23
Allow effector 23
2 parents 43d2277 + c4b4e99 commit 02a5644

File tree

4 files changed

+68
-68
lines changed

4 files changed

+68
-68
lines changed

apps/playground-app/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
"use-local-lib": "node use-local.mjs"
1111
},
1212
"dependencies": {
13-
"@effector/next": "^0.3.0",
13+
"@effector/next": "^0.6.1",
1414
"@effector/redux-devtools-adapter": "^0.1.5",
15-
"@effector/reflect": "^8.3.1",
15+
"@effector/reflect": "^8.4.0",
1616
"@faker-js/faker": "^7.6.0",
17-
"@farfetched/core": "^0.8.5",
18-
"@farfetched/runtypes": "^0.8.5",
17+
"@farfetched/core": "^0.11.0",
18+
"@farfetched/runtypes": "^0.11.0",
1919
"@types/node": "18.15.11",
2020
"@types/react": "18.0.33",
2121
"@types/react-dom": "18.0.11",
2222
"autoprefixer": "10.4.14",
23-
"effector": "^22.8.6",
24-
"effector-react": "^22.5.4",
23+
"effector": "^23.0.0",
24+
"effector-react": "^23.0.1",
2525
"eslint": "8.38.0",
2626
"eslint-config-next": "13.3.0",
2727
"mvp.css": "^1.12.0",
2828
"next": "13.4.0",
29-
"patronum": "^1.17.0",
29+
"patronum": "^2.0.0",
3030
"postcss": "8.4.21",
3131
"react": "18.2.0",
3232
"react-dom": "18.2.0",

apps/playground-app/pnpm-lock.yaml

+47-47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@babel/core": "^7.21.4",
3232
"@types/react": "^18.0.31",
3333
"@vitejs/plugin-react": "^3.1.0",
34-
"effector": "^22.8.6",
35-
"effector-react": "^22.5.4",
34+
"effector": "^23.0.0",
35+
"effector-react": "^23.0.1",
3636
"happy-dom": "^9.10.9",
3737
"react": "^18.2.0",
3838
"typescript": "^5.0.3",
@@ -41,8 +41,8 @@
4141
"zx": "^7.2.2"
4242
},
4343
"peerDependencies": {
44-
"effector": "^22.8.6",
45-
"effector-react": "^22.5.4",
44+
"effector": "^22.8.6 || ^23.0.0",
45+
"effector-react": "^22.5.4 || ^23.0.0",
4646
"react": "^18.2.0"
4747
},
4848
"files": [

pnpm-lock.yaml

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)