Skip to content

Commit

Permalink
Update project deps to use 23
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrHoroshih committed Dec 2, 2023
1 parent 6dfb838 commit c4b4e99
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 66 deletions.
14 changes: 7 additions & 7 deletions apps/playground-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"use-local-lib": "node use-local.mjs"
},
"dependencies": {
"@effector/next": "^0.3.0",
"@effector/next": "^0.6.1",
"@effector/redux-devtools-adapter": "^0.1.5",
"@effector/reflect": "^8.3.1",
"@effector/reflect": "^8.4.0",
"@faker-js/faker": "^7.6.0",
"@farfetched/core": "^0.8.5",
"@farfetched/runtypes": "^0.8.5",
"@farfetched/core": "^0.11.0",
"@farfetched/runtypes": "^0.11.0",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"autoprefixer": "10.4.14",
"effector": "^22.8.6",
"effector-react": "^22.5.4",
"effector": "^23.0.0",
"effector-react": "^23.0.1",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"mvp.css": "^1.12.0",
"next": "13.4.0",
"patronum": "^1.17.0",
"patronum": "^2.0.0",
"postcss": "8.4.21",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
94 changes: 47 additions & 47 deletions apps/playground-app/pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@babel/core": "^7.21.4",
"@types/react": "^18.0.31",
"@vitejs/plugin-react": "^3.1.0",
"effector": "^22.8.6",
"effector-react": "^22.5.4",
"effector": "^23.0.0",
"effector-react": "^23.0.1",
"happy-dom": "^9.10.9",
"react": "^18.2.0",
"typescript": "^5.0.3",
Expand Down
20 changes: 10 additions & 10 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 c4b4e99

Please sign in to comment.