We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d051b4 commit 788e08eCopy full SHA for 788e08e
package.json
@@ -32,8 +32,8 @@
32
"express": "4.21.2",
33
"jsonwebtoken": "9.0.2",
34
"pg": "8.14.1",
35
- "react": "18.3.1",
36
- "react-dom": "18.3.1",
+ "react": "19.1.0",
+ "react-dom": "19.1.0",
37
"react-router-dom": "6.30.0",
38
"sequelize": "6.37.7",
39
"sequelize-cli": "6.6.2",
@@ -42,13 +42,13 @@
42
"yarn": "1.22.22"
43
},
44
"devDependencies": {
45
- "@types/react": "18.3.20",
46
- "@types/react-dom": "18.3.5",
+ "@types/react": "19.1.2",
+ "@types/react-dom": "19.1.2",
47
"@vitejs/plugin-react": "4.3.4",
48
"cypress": "13.17.0",
49
"eslint": "8.57.1",
50
"eslint-plugin-react": "7.37.4",
51
- "eslint-plugin-react-hooks": "4.6.2",
+ "eslint-plugin-react-hooks": "6.0.0",
52
"eslint-plugin-react-refresh": "0.4.19",
53
"nodemon": "3.1.9",
54
"sqlite3": "5.1.7",
0 commit comments