@storybook/html-webpack5 7.0.0-beta.25 → 7.0.0-beta.27
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 -3
- package/package.json +6 -6
package/dist/preset.d.ts
CHANGED
@@ -876,10 +876,7 @@ interface CLIOptions {
|
|
876
876
|
quiet?: boolean;
|
877
877
|
versionUpdates?: boolean;
|
878
878
|
releaseNotes?: boolean;
|
879
|
-
dll?: boolean;
|
880
879
|
docs?: boolean;
|
881
|
-
docsDll?: boolean;
|
882
|
-
uiDll?: boolean;
|
883
880
|
debugWebpack?: boolean;
|
884
881
|
webpackStatsJson?: string | boolean;
|
885
882
|
outputDir?: string;
|
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.27",
|
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.27",
|
52
|
+
"@storybook/core-common": "7.0.0-beta.27",
|
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.27",
|
55
|
+
"@storybook/preset-html-webpack": "7.0.0-beta.27",
|
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": "1abdc0888cba8f23b12a8b9a777f4af6ed15ffe2"
|
80
80
|
}
|