We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ebad8 commit 59efea2Copy full SHA for 59efea2
package.json
@@ -18,16 +18,16 @@
18
"@vitejs/plugin-react-swc": "3.11.0",
19
"eslint": "9.32.0",
20
"eslint-plugin-react": "7.37.5",
21
- "eslint-plugin-react-hooks": "5.2.0",
+ "eslint-plugin-react-hooks": "7.0.1",
22
"typescript": "5.9.2",
23
"typescript-eslint": "8.39.0",
24
"vite": "7.0.6"
25
},
26
"dependencies": {
27
"@poool/react-access": "4.1.5",
28
"history": "5.3.0",
29
- "react": "18.3.1",
30
- "react-dom": "18.3.1",
+ "react": "19.2.3",
+ "react-dom": "19.2.3",
31
"react-router-dom": "6.30.1"
32
33
"scripts": {
0 commit comments