Skip to content

Commit ebd3a98

Browse files
Next.js-Vite: Update next and vite-plugin-storybook-nextjs dependencies
The Next.js peer dependency requirement got widened to also support v14.1.0 and up.
1 parent a400b02 commit ebd3a98

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

code/frameworks/experimental-nextjs-vite/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@
102102
"vite-plugin-storybook-nextjs": "^1.0.0"
103103
},
104104
"peerDependencies": {
105-
"next": "^14.2.5",
105+
"next": "^14.1.0",
106106
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
107107
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
108108
"storybook": "workspace:^",
109109
"vite": "^5.0.0",
110-
"vite-plugin-storybook-nextjs": "^1.0.0"
110+
"vite-plugin-storybook-nextjs": "^1.0.8"
111111
},
112112
"peerDependenciesMeta": {
113113
"typescript": {

code/yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -6157,12 +6157,12 @@ __metadata:
61576157
typescript: "npm:^5.3.2"
61586158
vite-plugin-storybook-nextjs: "npm:^1.0.0"
61596159
peerDependencies:
6160-
next: ^14.2.5
6160+
next: ^14.1.0
61616161
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
61626162
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
61636163
storybook: "workspace:^"
61646164
vite: ^5.0.0
6165-
vite-plugin-storybook-nextjs: ^1.0.0
6165+
vite-plugin-storybook-nextjs: ^1.0.8
61666166
dependenciesMeta:
61676167
sharp:
61686168
optional: true

0 commit comments

Comments
 (0)