We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec370d1 commit 1b83dd4Copy full SHA for 1b83dd4
package.json
@@ -37,7 +37,7 @@
37
"@typescript-eslint/parser": "8.26.0",
38
"@babel/eslint-parser": "7.26.8",
39
"common-tags": "1.8.2",
40
- "create-next-app": "13.4.19",
+ "create-next-app": "15.2.2",
41
"eslint": "8.57.1",
42
"eslint-config-react-app": "7.0.1",
43
"eslint-plugin-flowtype": "8.0.3",
@@ -47,7 +47,7 @@
47
"eslint-plugin-react-hooks": "5.2.0",
48
"folder-hash": "4.1.1",
49
"jest": "28.1.3",
50
- "next": "13.4.19",
+ "next": "15.2.2",
51
"prettier": "2.8.8",
52
"react": "19.0.0",
53
"react-dom": "19.0.0",
@@ -58,6 +58,6 @@
58
},
59
"peerDependencies": {
60
"react": "^16.8 || ^17 || ^18.0.0 || ^19.0.0",
61
- "next": "^9.3 || ^10 || ^11.0.0 || ^12.0.0 || ^13.0.0"
+ "next": "^9.3 || ^10 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^15.0.0"
62
}
63
0 commit comments