@storybook/nextjs-vite 10.0.0-beta.10 → 10.0.0-beta.12

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_a32wos4uuxg from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_a32wos4uuxg from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_a32wos4uuxg from "node:module";
1
+ import CJS_COMPAT_NODE_URL_so6gtdx40fk from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_so6gtdx40fk from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_so6gtdx40fk from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_a32wos4uuxg.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_a32wos4uuxg.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_a32wos4uuxg.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_so6gtdx40fk.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_so6gtdx40fk.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_so6gtdx40fk.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-LG7YCXAD.js";
12
+ import "../_node-chunks/chunk-EJYBCWE7.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.10",
3
+ "version": "10.0.0-beta.12",
4
4
  "description": "Storybook for Next.js and Vite: Develop, document, and test UI components in isolation",
5
5
  "keywords": [
6
6
  "storybook",
@@ -79,14 +79,15 @@
79
79
  "prep": "jiti ../../../scripts/build/build-package.ts"
80
80
  },
81
81
  "dependencies": {
82
- "@storybook/builder-vite": "10.0.0-beta.10",
83
- "@storybook/react": "10.0.0-beta.10",
84
- "@storybook/react-vite": "10.0.0-beta.10",
82
+ "@storybook/builder-vite": "10.0.0-beta.12",
83
+ "@storybook/react": "10.0.0-beta.12",
84
+ "@storybook/react-vite": "10.0.0-beta.12",
85
85
  "styled-jsx": "5.1.6",
86
86
  "vite-plugin-storybook-nextjs": "^2.0.7"
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",
@@ -96,7 +97,7 @@
96
97
  "next": "^14.1.0 || ^15.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.10",
100
+ "storybook": "^10.0.0-beta.12",
100
101
  "vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
101
102
  },
102
103
  "peerDependenciesMeta": {