@storybook/nextjs-vite 10.0.0-beta.9 → 10.0.0-rc.1

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.
@@ -1,15 +1,15 @@
1
- import CJS_COMPAT_NODE_URL_9qhtjhiwue5 from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_9qhtjhiwue5 from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_9qhtjhiwue5 from "node:module";
1
+ import CJS_COMPAT_NODE_URL_jiqyfo39yeg from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_jiqyfo39yeg from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_jiqyfo39yeg from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_9qhtjhiwue5.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_9qhtjhiwue5.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_9qhtjhiwue5.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_jiqyfo39yeg.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_jiqyfo39yeg.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_jiqyfo39yeg.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
11
11
  // ------------------------------------------------------------
12
- import "../_node-chunks/chunk-T24O4AQ4.js";
12
+ import "../_node-chunks/chunk-Z7YMZNR6.js";
13
13
 
14
14
  // src/vite-plugin/index.ts
15
15
  import { createRequire } from "node:module";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/nextjs-vite",
3
- "version": "10.0.0-beta.9",
3
+ "version": "10.0.0-rc.1",
4
4
  "description": "Storybook for Next.js and Vite: Develop, document, and test UI components in isolation",
5
5
  "keywords": [
6
6
  "storybook",
@@ -79,24 +79,25 @@
79
79
  "prep": "jiti ../../../scripts/build/build-package.ts"
80
80
  },
81
81
  "dependencies": {
82
- "@storybook/builder-vite": "10.0.0-beta.9",
83
- "@storybook/react": "10.0.0-beta.9",
84
- "@storybook/react-vite": "10.0.0-beta.9",
82
+ "@storybook/builder-vite": "10.0.0-rc.1",
83
+ "@storybook/react": "10.0.0-rc.1",
84
+ "@storybook/react-vite": "10.0.0-rc.1",
85
85
  "styled-jsx": "5.1.6",
86
- "vite-plugin-storybook-nextjs": "^2.0.7"
86
+ "vite-plugin-storybook-nextjs": "^3.0.0"
87
87
  },
88
88
  "devDependencies": {
89
89
  "@types/node": "^22.0.0",
90
+ "lilconfig": "^3.0.0",
90
91
  "next": "^15.2.3",
91
92
  "postcss-load-config": "^6.0.1",
92
93
  "semver": "^7.3.5",
93
94
  "typescript": "^5.8.3"
94
95
  },
95
96
  "peerDependencies": {
96
- "next": "^14.1.0 || ^15.0.0",
97
+ "next": "^14.1.0 || ^15.0.0 || ^16.0.0",
97
98
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
98
99
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
99
- "storybook": "^10.0.0-beta.9",
100
+ "storybook": "^10.0.0-rc.1",
100
101
  "vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
101
102
  },
102
103
  "peerDependenciesMeta": {