@storybook/react-webpack5 0.0.0-pr-22285-sha-dd857017 → 0.0.0-pr-26145-sha-32b8346f
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/preset.d.ts +0 -4
- package/package.json +4 -4
package/dist/preset.d.ts
CHANGED
@@ -1066,10 +1066,6 @@ interface StorybookConfigRaw {
|
|
1066
1066
|
* Filter args with a "target" on the type from the render function (EXPERIMENTAL)
|
1067
1067
|
*/
|
1068
1068
|
argTypeTargetsV7?: boolean;
|
1069
|
-
/**
|
1070
|
-
* Use legacy MDX1, to help smooth migration to 7.0
|
1071
|
-
*/
|
1072
|
-
legacyMdx1?: boolean;
|
1073
1069
|
/**
|
1074
1070
|
* Apply decorators from preview.js before decorators from addons or frameworks
|
1075
1071
|
*/
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/react-webpack5",
|
3
|
-
"version": "0.0.0-pr-
|
3
|
+
"version": "0.0.0-pr-26145-sha-32b8346f",
|
4
4
|
"description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -47,9 +47,9 @@
|
|
47
47
|
"prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
|
-
"@storybook/builder-webpack5": "0.0.0-pr-
|
51
|
-
"@storybook/preset-react-webpack": "0.0.0-pr-
|
52
|
-
"@storybook/react": "0.0.0-pr-
|
50
|
+
"@storybook/builder-webpack5": "0.0.0-pr-26145-sha-32b8346f",
|
51
|
+
"@storybook/preset-react-webpack": "0.0.0-pr-26145-sha-32b8346f",
|
52
|
+
"@storybook/react": "0.0.0-pr-26145-sha-32b8346f",
|
53
53
|
"@types/node": "^18.0.0"
|
54
54
|
},
|
55
55
|
"peerDependencies": {
|