@storybook/react 10.0.0-beta.10 → 10.0.0-beta.11

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_c0z5ylw0h8o from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_c0z5ylw0h8o from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_c0z5ylw0h8o from "node:module";
1
+ import CJS_COMPAT_NODE_URL_yh9hoci5wyh from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_yh9hoci5wyh from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_yh9hoci5wyh from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_c0z5ylw0h8o.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_c0z5ylw0h8o.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_c0z5ylw0h8o.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_yh9hoci5wyh.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_yh9hoci5wyh.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_yh9hoci5wyh.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-beta.10",
3
+ "version": "10.0.0-beta.11",
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-beta.10"
57
+ "@storybook/react-dom-shim": "10.0.0-beta.11"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@types/babel-plugin-react-docgen": "^4.2.3",
@@ -80,7 +80,7 @@
80
80
  "peerDependencies": {
81
81
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
82
82
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
83
- "storybook": "^10.0.0-beta.10",
83
+ "storybook": "^10.0.0-beta.11",
84
84
  "typescript": ">= 4.9.x"
85
85
  },
86
86
  "peerDependenciesMeta": {