@storybook/react-webpack5 10.5.0-alpha.3 → 10.5.0-alpha.5
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.
package/dist/node/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_sfeb3exffs from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_sfeb3exffs from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_sfeb3exffs from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_sfeb3exffs.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_sfeb3exffs.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_sfeb3exffs.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
package/dist/preset.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_sfeb3exffs from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_sfeb3exffs from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_sfeb3exffs from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_sfeb3exffs.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_sfeb3exffs.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_sfeb3exffs.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-webpack5",
|
|
3
|
-
"version": "10.5.0-alpha.
|
|
3
|
+
"version": "10.5.0-alpha.5",
|
|
4
4
|
"description": "Storybook for React and Webpack: Develop, document, and test UI components in isolation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"!src/**/*"
|
|
49
49
|
],
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@storybook/builder-webpack5": "10.5.0-alpha.
|
|
52
|
-
"@storybook/preset-react-webpack": "10.5.0-alpha.
|
|
53
|
-
"@storybook/react": "10.5.0-alpha.
|
|
51
|
+
"@storybook/builder-webpack5": "10.5.0-alpha.5",
|
|
52
|
+
"@storybook/preset-react-webpack": "10.5.0-alpha.5",
|
|
53
|
+
"@storybook/react": "10.5.0-alpha.5"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/node": "^22.19.1"
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
60
60
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
61
|
-
"storybook": "^10.5.0-alpha.
|
|
61
|
+
"storybook": "^10.5.0-alpha.5",
|
|
62
62
|
"typescript": ">= 4.9.x"
|
|
63
63
|
},
|
|
64
64
|
"peerDependenciesMeta": {
|
|
@@ -12,7 +12,7 @@ export default {
|
|
|
12
12
|
},
|
|
13
13
|
// This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/writing-docs/autodocs
|
|
14
14
|
tags: ['autodocs'],
|
|
15
|
-
// More on argTypes: https://storybook.js.org/docs/api/
|
|
15
|
+
// More on argTypes: https://storybook.js.org/docs/api/arg-types
|
|
16
16
|
argTypes: {
|
|
17
17
|
backgroundColor: { control: 'color' },
|
|
18
18
|
},
|
|
@@ -14,7 +14,7 @@ const meta = {
|
|
|
14
14
|
},
|
|
15
15
|
// This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/writing-docs/autodocs
|
|
16
16
|
tags: ['autodocs'],
|
|
17
|
-
// More on argTypes: https://storybook.js.org/docs/api/
|
|
17
|
+
// More on argTypes: https://storybook.js.org/docs/api/arg-types
|
|
18
18
|
argTypes: {
|
|
19
19
|
backgroundColor: { control: 'color' },
|
|
20
20
|
},
|