Skip to content

Commit

Permalink
feat: upgrade react version
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaugomez committed Aug 2, 2024
1 parent e702e91 commit 7cfd519
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 84 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"inversify": "~6.0.2",
"inversify-generator": "~0.1.5",
"lodash": "~4.17.21",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-hook-form": "~7.50.1",
"react-i18next": "~14.0.5",
"react-router-dom": "~6.22.1",
Expand All @@ -67,8 +67,8 @@
"@rollup/plugin-graphql": "~2.0.4",
"@types/lodash": "~4.17.7",
"@types/node": "~20.11.19",
"@types/react": "~18.2.57",
"@types/react-dom": "~18.2.19",
"@types/react": "~18.3.3",
"@types/react-dom": "~18.3.0",
"@typescript-eslint/eslint-plugin": "~7.0.2",
"@typescript-eslint/parser": "~7.0.2",
"@vanilla-extract/vite-plugin": "~4.0.4",
Expand Down
160 changes: 80 additions & 80 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 7cfd519

Please sign in to comment.