Skip to content

Commit

Permalink
Merge pull request #14 from storybookjs/valetnin/widen-nextjs-version…
Browse files Browse the repository at this point in the history
…-requirement

Widen Next.js version requirement
  • Loading branch information
valentinpalkovic authored Aug 28, 2024
2 parents c25c62a + abd942e commit a06ee7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This is a Vite plugin that allows you to use Next.js features in Vite. It is the
- **Storybook Compatibility**: Acts as the foundation for [the `@storybook/experimental-nextjs-vite` framework](https://storybook.js.org/docs/get-started/frameworks/nextjs#with-vite), enabling you to use Storybook with Next.js in a Vite environment.
- **Portable Stories**: Ideal for running portable stories in Vitest, ensuring your components are tested in an environment that closely mirrors production.

## Requirements

- Next.js v14.1.0 or higher

## Installation

Install the plugin using your preferred package manager:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"peerDependencies": {
"@storybook/test": "^8.3.0-alpha.3",
"next": "^14.2.5",
"next": "^14.1.0",
"storybook": "^8.3.0-alpha.3",
"vite": "^5.0.0"
},
Expand Down

0 comments on commit a06ee7d

Please sign in to comment.