Skip to content

Commit

Permalink
Next.js-Vite: Update next and vite-plugin-storybook-nextjs dependencies
Browse files Browse the repository at this point in the history
The Next.js peer dependency requirement got widened to also support v14.1.0 and up.
  • Loading branch information
valentinpalkovic committed Aug 28, 2024
1 parent a400b02 commit 072c2e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/frameworks/experimental-nextjs-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@
"vite-plugin-storybook-nextjs": "^1.0.0"
},
"peerDependencies": {
"next": "^14.2.5",
"next": "^14.1.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
"storybook": "workspace:^",
"vite": "^5.0.0",
"vite-plugin-storybook-nextjs": "^1.0.0"
"vite-plugin-storybook-nextjs": "^1.0.8"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down

0 comments on commit 072c2e5

Please sign in to comment.