@storybook/preset-react-webpack 8.2.0-alpha.7 → 8.2.0-alpha.8
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/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __require } from './chunk-
|
|
1
|
+
import { __require } from './chunk-MXFP7CYD.mjs';
|
|
2
2
|
|
|
3
3
|
var addons=[__require.resolve("@storybook/preset-react-webpack/dist/framework-preset-cra"),__require.resolve("@storybook/preset-react-webpack/dist/framework-preset-react-docs")];
|
|
4
4
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/preset-react-webpack",
|
|
3
|
-
"version": "8.2.0-alpha.
|
|
3
|
+
"version": "8.2.0-alpha.8",
|
|
4
4
|
"description": "Storybook for React: Develop React Component in isolation with Hot Reloading",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -64,10 +64,10 @@
|
|
|
64
64
|
"prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@storybook/core-webpack": "8.2.0-alpha.
|
|
68
|
-
"@storybook/docs-tools": "8.2.0-alpha.
|
|
69
|
-
"@storybook/node-logger": "8.2.0-alpha.
|
|
70
|
-
"@storybook/react": "8.2.0-alpha.
|
|
67
|
+
"@storybook/core-webpack": "8.2.0-alpha.8",
|
|
68
|
+
"@storybook/docs-tools": "8.2.0-alpha.8",
|
|
69
|
+
"@storybook/node-logger": "8.2.0-alpha.8",
|
|
70
|
+
"@storybook/react": "8.2.0-alpha.8",
|
|
71
71
|
"@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.0c3f3b7.0",
|
|
72
72
|
"@types/node": "^18.0.0",
|
|
73
73
|
"@types/semver": "^7.3.4",
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
],
|
|
108
108
|
"platform": "node"
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
|
|
111
111
|
}
|
|
File without changes
|