@storybook/react 10.0.0 → 10.1.0-alpha.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/dist/preset.js +6 -6
  2. package/package.json +3 -3
package/dist/preset.js CHANGED
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_myj6z3ze1ac from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_myj6z3ze1ac from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_myj6z3ze1ac from "node:module";
1
+ import CJS_COMPAT_NODE_URL_etedu5cax5s from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_etedu5cax5s from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_etedu5cax5s from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_myj6z3ze1ac.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_myj6z3ze1ac.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_myj6z3ze1ac.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_etedu5cax5s.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_etedu5cax5s.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_etedu5cax5s.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react",
3
- "version": "10.0.0",
3
+ "version": "10.1.0-alpha.0",
4
4
  "description": "Storybook React renderer",
5
5
  "keywords": [
6
6
  "storybook"
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@storybook/global": "^5.0.0",
57
- "@storybook/react-dom-shim": "10.0.0"
57
+ "@storybook/react-dom-shim": "10.1.0-alpha.0"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@types/babel-plugin-react-docgen": "^4.2.3",
@@ -78,7 +78,7 @@
78
78
  "peerDependencies": {
79
79
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
80
80
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
81
- "storybook": "^10.0.0",
81
+ "storybook": "^10.1.0-alpha.0",
82
82
  "typescript": ">= 4.9.x"
83
83
  },
84
84
  "peerDependenciesMeta": {