@storybook/react 10.0.2 → 10.0.3

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_uef5lfyidq from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_uef5lfyidq from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_uef5lfyidq from "node:module";
1
+ import CJS_COMPAT_NODE_URL_g8hxzbpmz9r from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_g8hxzbpmz9r from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_g8hxzbpmz9r from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_uef5lfyidq.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_uef5lfyidq.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_uef5lfyidq.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_g8hxzbpmz9r.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_g8hxzbpmz9r.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_g8hxzbpmz9r.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.2",
3
+ "version": "10.0.3",
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.2"
57
+ "@storybook/react-dom-shim": "10.0.3"
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.2",
81
+ "storybook": "^10.0.3",
82
82
  "typescript": ">= 4.9.x"
83
83
  },
84
84
  "peerDependenciesMeta": {