Skip to content

Commit bd4e5c2

Browse files
fix(deps): update react monorepo
1 parent 3236829 commit bd4e5c2

File tree

2 files changed

+405
-63
lines changed

2 files changed

+405
-63
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@
2020
"preview": "vite preview"
2121
},
2222
"dependencies": {
23-
"react": "^18.3.1",
24-
"react-dom": "^18.3.1",
23+
"react": "^19.0.0",
24+
"react-dom": "^19.0.0",
2525
"react-router-dom": "^6.28.1"
2626
},
2727
"devDependencies": {
28-
"@types/react": "^18.3.18",
29-
"@types/react-dom": "^18.3.5",
28+
"@types/react": "^19.0.0",
29+
"@types/react-dom": "^19.0.0",
3030
"@typescript-eslint/eslint-plugin": "^6.21.0",
3131
"@typescript-eslint/parser": "^6.21.0",
3232
"@typescript-eslint/typescript-estree": "^6.21.0",
3333
"@vitejs/plugin-react-swc": "^3.7.2",
3434
"autoprefixer": "^10.4.20",
3535
"eslint": "^8.57.1",
3636
"eslint-plugin-prettier": "^5.2.1",
37-
"eslint-plugin-react-hooks": "^4.6.2",
37+
"eslint-plugin-react-hooks": "^7.0.0",
3838
"eslint-plugin-react-refresh": "^0.4.16",
3939
"gh-pages": "^6.3.0",
4040
"postcss": "^8.4.49",

0 commit comments

Comments
 (0)