File tree 2 files changed +4
-4
lines changed
frameworks/experimental-nextjs-vite
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 102
102
"vite-plugin-storybook-nextjs" : " ^1.0.0"
103
103
},
104
104
"peerDependencies" : {
105
- "next" : " ^14.2.5 " ,
105
+ "next" : " ^14.1.0 " ,
106
106
"react" : " ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta" ,
107
107
"react-dom" : " ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta" ,
108
108
"storybook" : " workspace:^" ,
109
109
"vite" : " ^5.0.0" ,
110
- "vite-plugin-storybook-nextjs" : " ^1.0.0 "
110
+ "vite-plugin-storybook-nextjs" : " ^1.0.8 "
111
111
},
112
112
"peerDependenciesMeta" : {
113
113
"typescript" : {
Original file line number Diff line number Diff line change @@ -6157,12 +6157,12 @@ __metadata:
6157
6157
typescript: "npm:^5.3.2"
6158
6158
vite-plugin-storybook-nextjs: "npm:^1.0.0"
6159
6159
peerDependencies:
6160
- next: ^14.2.5
6160
+ next: ^14.1.0
6161
6161
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
6162
6162
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
6163
6163
storybook: "workspace:^"
6164
6164
vite: ^5.0.0
6165
- vite-plugin-storybook-nextjs: ^1.0.0
6165
+ vite-plugin-storybook-nextjs: ^1.0.8
6166
6166
dependenciesMeta:
6167
6167
sharp:
6168
6168
optional: true
You can’t perform that action at this time.
0 commit comments