Skip to content

Commit 0cdbc39

Browse files
Merge pull request #45 from storybookjs/valentin/support-nextjs-15.4
Next.js: Support v15.4
2 parents 03601c8 + 70d675a commit 0cdbc39

File tree

5 files changed

+1969
-2345
lines changed

5 files changed

+1969
-2345
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"inspect": "serve .storybook/.vite-inspect"
1616
},
1717
"dependencies": {
18-
"next": "^15.3.0",
18+
"next": "^15.4.0-canary.87",
1919
"react": "19.1.0",
2020
"react-dom": "19.1.0",
2121
"styled-jsx": "^5.1.6"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@types/semver": "^7.5.8",
7373
"auto": "^11.2.0",
7474
"lefthook": "^1.6.16",
75-
"next": "^15.3.0",
75+
"next": "^15.4.0-canary.87",
7676
"react": "19.1.0",
7777
"rollup": "^4.18.0",
7878
"semver": "^7.6.3",

0 commit comments

Comments
 (0)