Skip to content

Commit 531bd6a

Browse files
committed
Bump next to 15.0.4
1 parent bc6f888 commit 531bd6a

File tree

5 files changed

+16
-301
lines changed

5 files changed

+16
-301
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"lz-string": "^1.5.0",
8383
"markdown-to-jsx": "^7.7.0",
8484
"material-ui-popup-state": "^5.3.1",
85-
"next": "canary",
85+
"next": "^15.0.4",
8686
"notistack": "3.0.1",
8787
"nprogress": "^0.2.0",
8888
"postcss": "^8.4.49",

packages/mui-docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/node": "^20.17.9",
4949
"@types/prop-types": "^15.7.13",
5050
"@types/react": "^19.0.0",
51-
"next": "^14.2.18",
51+
"next": "^15.0.4",
5252
"react": "^19.0.0"
5353
},
5454
"peerDependencies": {
@@ -59,7 +59,7 @@
5959
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
6060
"chai": "^4.4.1",
6161
"csstype": "^3.1.3",
62-
"next": "^13.5.1 || ^14",
62+
"next": "^13.5.1 || ^14 || ^15.0.0",
6363
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
6464
},
6565
"peerDependenciesMeta": {

packages/mui-joy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"chai": "^4.5.0",
5959
"fast-glob": "^3.3.2",
6060
"lodash": "^4.17.21",
61-
"next": "^14.2.18",
61+
"next": "^15.0.4",
6262
"react": "^19.0.0",
6363
"react-dom": "^19.0.0",
6464
"sinon": "^19.0.2"

packages/mui-material-nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@emotion/react": "^11.13.5",
4444
"@emotion/server": "^11.11.0",
4545
"@types/react": "^19.0.0",
46-
"next": "canary",
46+
"next": "^15.0.4",
4747
"react": "^19.0.0"
4848
},
4949
"peerDependencies": {

0 commit comments

Comments
 (0)