@storybook/html-webpack5 7.0.0-beta.32 → 7.0.0-beta.34
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 +4 -0
- package/package.json +6 -6
package/dist/preset.d.ts
CHANGED
@@ -1000,6 +1000,10 @@ interface StorybookConfig {
|
|
1000
1000
|
* Will be removed in 7.0.
|
1001
1001
|
*/
|
1002
1002
|
warnOnLegacyHierarchySeparator?: boolean;
|
1003
|
+
/**
|
1004
|
+
* Use legacy MDX1, to help smooth migration to 7.0
|
1005
|
+
*/
|
1006
|
+
legacyMdx1?: boolean;
|
1003
1007
|
};
|
1004
1008
|
/**
|
1005
1009
|
* Tells Storybook where to find stories.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/html-webpack5",
|
3
|
-
"version": "7.0.0-beta.
|
3
|
+
"version": "7.0.0-beta.34",
|
4
4
|
"description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -48,11 +48,11 @@
|
|
48
48
|
"prep": "../../../scripts/prepare/bundle.ts"
|
49
49
|
},
|
50
50
|
"dependencies": {
|
51
|
-
"@storybook/builder-webpack5": "7.0.0-beta.
|
52
|
-
"@storybook/core-common": "7.0.0-beta.
|
51
|
+
"@storybook/builder-webpack5": "7.0.0-beta.34",
|
52
|
+
"@storybook/core-common": "7.0.0-beta.34",
|
53
53
|
"@storybook/global": "^5.0.0",
|
54
|
-
"@storybook/html": "7.0.0-beta.
|
55
|
-
"@storybook/preset-html-webpack": "7.0.0-beta.
|
54
|
+
"@storybook/html": "7.0.0-beta.34",
|
55
|
+
"@storybook/preset-html-webpack": "7.0.0-beta.34",
|
56
56
|
"@types/node": "^16.0.0"
|
57
57
|
},
|
58
58
|
"devDependencies": {
|
@@ -76,5 +76,5 @@
|
|
76
76
|
],
|
77
77
|
"platform": "node"
|
78
78
|
},
|
79
|
-
"gitHead": "
|
79
|
+
"gitHead": "b8c17b23e92257c5a09b592dc6b557ba7b94ccea"
|
80
80
|
}
|