We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b397c commit a95ac00Copy full SHA for a95ac00
1 file changed
package.json
@@ -14,16 +14,16 @@
14
},
15
"dependencies": {
16
"next": "14.2.23",
17
- "react": "18.3.1",
18
- "react-dom": "18.3.1"
+ "react": "19.0.0",
+ "react-dom": "19.0.0"
19
20
"devDependencies": {
21
"@commitlint/cli": "18.6.1",
22
"@commitlint/config-conventional": "18.6.3",
23
"@playwright/test": "^1.28.0",
24
"@types/node": "20.17.12",
25
- "@types/react": "18.3.18",
26
- "@types/react-dom": "18.3.5",
+ "@types/react": "19.0.6",
+ "@types/react-dom": "19.0.3",
27
"autoprefixer": "10.4.20",
28
"eslint": "8.57.1",
29
"eslint-config-next": "14.2.23",
0 commit comments