Skip to content

Commit 1b83dd4

Browse files
authoredMar 11, 2025··
chore(deps): update nextjs monorepo to v15
1 parent ec370d1 commit 1b83dd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@typescript-eslint/parser": "8.26.0",
3838
"@babel/eslint-parser": "7.26.8",
3939
"common-tags": "1.8.2",
40-
"create-next-app": "13.4.19",
40+
"create-next-app": "15.2.2",
4141
"eslint": "8.57.1",
4242
"eslint-config-react-app": "7.0.1",
4343
"eslint-plugin-flowtype": "8.0.3",
@@ -47,7 +47,7 @@
4747
"eslint-plugin-react-hooks": "5.2.0",
4848
"folder-hash": "4.1.1",
4949
"jest": "28.1.3",
50-
"next": "13.4.19",
50+
"next": "15.2.2",
5151
"prettier": "2.8.8",
5252
"react": "19.0.0",
5353
"react-dom": "19.0.0",
@@ -58,6 +58,6 @@
5858
},
5959
"peerDependencies": {
6060
"react": "^16.8 || ^17 || ^18.0.0 || ^19.0.0",
61-
"next": "^9.3 || ^10 || ^11.0.0 || ^12.0.0 || ^13.0.0"
61+
"next": "^9.3 || ^10 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^15.0.0"
6262
}
6363
}

0 commit comments

Comments
 (0)
Please sign in to comment.