We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be55022 commit d905136Copy full SHA for d905136
package.json
@@ -9,20 +9,20 @@
9
},
10
"dependencies": {
11
"next": "12.3.4",
12
- "react": "17.0.2",
13
- "react-dom": "17.0.2"
+ "react": "19.2.0",
+ "react-dom": "19.2.0"
14
15
"devDependencies": {
16
"@next/eslint-plugin-next": "^12.0.9",
17
"@types/node": "^17.0.13",
18
- "@types/react": "^17.0.38",
+ "@types/react": "^19.0.0",
19
"@typescript-eslint/eslint-plugin": "^5.10.2",
20
"@typescript-eslint/parser": "^5.10.2",
21
"eslint": "^8.8.0",
22
"eslint-config-prettier": "^8.3.0",
23
"eslint-plugin-prettier": "^4.0.0",
24
"eslint-plugin-react": "^7.28.0",
25
- "eslint-plugin-react-hooks": "^4.3.0",
+ "eslint-plugin-react-hooks": "^7.0.0",
26
"prettier": "^2.5.1",
27
"typescript": "^4.5.5"
28
}
0 commit comments