@storybook/react-webpack5 7.0.0-alpha.39 → 7.0.0-alpha.40
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 +5 -5
package/dist/preset.d.ts
CHANGED
|
@@ -1005,10 +1005,6 @@ interface StorybookConfig {
|
|
|
1005
1005
|
* Will be removed in 7.0.
|
|
1006
1006
|
*/
|
|
1007
1007
|
warnOnLegacyHierarchySeparator?: boolean;
|
|
1008
|
-
/**
|
|
1009
|
-
* Preview MDX2 support, will become default in 7.0
|
|
1010
|
-
*/
|
|
1011
|
-
previewMdx2?: boolean;
|
|
1012
1008
|
};
|
|
1013
1009
|
/**
|
|
1014
1010
|
* Tells Storybook where to find stories.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/react-webpack5",
|
|
3
|
-
"version": "7.0.0-alpha.
|
|
3
|
+
"version": "7.0.0-alpha.40",
|
|
4
4
|
"description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"prep": "../../../scripts/prepare/bundle.ts"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@storybook/builder-webpack5": "7.0.0-alpha.
|
|
55
|
-
"@storybook/preset-react-webpack": "7.0.0-alpha.
|
|
56
|
-
"@storybook/react": "7.0.0-alpha.
|
|
54
|
+
"@storybook/builder-webpack5": "7.0.0-alpha.40",
|
|
55
|
+
"@storybook/preset-react-webpack": "7.0.0-alpha.40",
|
|
56
|
+
"@storybook/react": "7.0.0-alpha.40",
|
|
57
57
|
"@types/node": "^16.0.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
],
|
|
87
87
|
"platform": "node"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "8f6d8629f1ad7e776c39e2c7621f4a0d538aa93c"
|
|
90
90
|
}
|