vite-plugin-storybook-nextjs 1.0.8--canary.13.fbca3a4.0 → 1.0.8--canary.14.abd942e.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,6 +8,10 @@ This is a Vite plugin that allows you to use Next.js features in Vite. It is the
8
8
  - **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.
9
9
  - **Portable Stories**: Ideal for running portable stories in Vitest, ensuring your components are tested in an environment that closely mirrors production.
10
10
 
11
+ ## Requirements
12
+
13
+ - Next.js v14.1.0 or higher
14
+
11
15
  ## Installation
12
16
 
13
17
  Install the plugin using your preferred package manager:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-storybook-nextjs",
3
- "version": "1.0.8--canary.13.fbca3a4.0",
3
+ "version": "1.0.8--canary.14.abd942e.0",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "vite-plugin",
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@storybook/test": "^8.3.0-alpha.3",
57
- "next": "^14.2.5",
57
+ "next": "^14.1.0",
58
58
  "storybook": "^8.3.0-alpha.3",
59
59
  "vite": "^5.0.0"
60
60
  },