vite-plugin-storybook-nextjs 2.0.0--canary.33.083be2c.0 → 2.0.0--canary.33.5b866fb.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.
package/README.md CHANGED
@@ -79,7 +79,7 @@ This plugin is necessary to run portable stories in Vitest, as it provides the n
79
79
 
80
80
  ## Automatic story transformation
81
81
 
82
- The addon `@storybook/addon-test` can be used to automatically transform your stories at Vitest runtime to in-memory test files. This allows you to run your stories in a Vitest environment without needing to manually transform your stories. Please visit https://storybook.js.org/docs/8.3/writing-tests/test-runner-with-vitest for more information.
82
+ The addon `@storybook/addon-vitest` can be used to automatically transform your stories at Vitest runtime to in-memory test files. This allows you to run your stories in a Vitest environment without needing to manually transform your stories. Please visit https://storybook.js.org/docs/8.3/writing-tests/test-runner-with-vitest for more information.
83
83
 
84
84
  ## Limitations and differences to the Webpack5-based integration of Next.js in Storybook
85
85
 
package/dist/index.cjs CHANGED
@@ -2945,7 +2945,6 @@ function VitePlugin({ dir = process.cwd() } = {}) {
2945
2945
  "sb-original/image-context",
2946
2946
  "sb-original/default-loader",
2947
2947
  "@mdx-js/react",
2948
- "@storybook/blocks",
2949
2948
  "next/dist/compiled/react",
2950
2949
  "next/image",
2951
2950
  "next/legacy/image",
package/dist/index.js CHANGED
@@ -2912,7 +2912,6 @@ function VitePlugin({ dir = process.cwd() } = {}) {
2912
2912
  "sb-original/image-context",
2913
2913
  "sb-original/default-loader",
2914
2914
  "@mdx-js/react",
2915
- "@storybook/blocks",
2916
2915
  "next/dist/compiled/react",
2917
2916
  "next/image",
2918
2917
  "next/legacy/image",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-storybook-nextjs",
3
- "version": "2.0.0--canary.33.083be2c.0",
3
+ "version": "2.0.0--canary.33.5b866fb.0",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "vite-plugin",
@@ -72,15 +72,15 @@
72
72
  "@types/semver": "^7.5.8",
73
73
  "auto": "^11.2.0",
74
74
  "lefthook": "^1.6.16",
75
- "next": "^15.0.3",
76
- "react": "19.0.0-rc-66855b96-20241106",
75
+ "next": "^15.3.0",
76
+ "react": "19.1.0",
77
77
  "rollup": "^4.18.0",
78
78
  "semver": "^7.6.3",
79
- "storybook": "0.0.0-pr-30742-sha-cd7cb3d8",
79
+ "storybook": "^9.0.0-0",
80
80
  "tsup": "^8.1.0",
81
81
  "typescript": "^5.0.0",
82
82
  "vite": "^5.0.0",
83
- "vitest": "^2.1.4"
83
+ "vitest": "^3.0.0"
84
84
  },
85
85
  "packageManager": "pnpm@9.4.0",
86
86
  "dependencies": {