@storybook/html-webpack5 0.0.0-pr-25303-sha-7c4e18ec → 0.0.0-pr-25474-sha-c0c8ae28
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 -9
- package/package.json +5 -5
package/dist/preset.d.ts
CHANGED
@@ -2824,10 +2824,6 @@ interface CLIOptions {
|
|
2824
2824
|
host?: string;
|
2825
2825
|
initialPath?: string;
|
2826
2826
|
exactPort?: boolean;
|
2827
|
-
/**
|
2828
|
-
* @deprecated Use 'staticDirs' Storybook Configuration option instead
|
2829
|
-
*/
|
2830
|
-
staticDir?: string[];
|
2831
2827
|
configDir?: string;
|
2832
2828
|
https?: boolean;
|
2833
2829
|
sslCa?: string[];
|
@@ -2989,11 +2985,6 @@ interface StorybookConfigRaw {
|
|
2989
2985
|
* Filter args with a "target" on the type from the render function (EXPERIMENTAL)
|
2990
2986
|
*/
|
2991
2987
|
argTypeTargetsV7?: boolean;
|
2992
|
-
/**
|
2993
|
-
* Warn when there is a pre-6.0 hierarchy separator ('.' / '|') in the story title.
|
2994
|
-
* Will be removed in 7.0.
|
2995
|
-
*/
|
2996
|
-
warnOnLegacyHierarchySeparator?: boolean;
|
2997
2988
|
/**
|
2998
2989
|
* Use legacy MDX1, to help smooth migration to 7.0
|
2999
2990
|
*/
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/html-webpack5",
|
3
|
-
"version": "0.0.0-pr-
|
3
|
+
"version": "0.0.0-pr-25474-sha-c0c8ae28",
|
4
4
|
"description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -47,11 +47,11 @@
|
|
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/core-common": "0.0.0-pr-
|
50
|
+
"@storybook/builder-webpack5": "0.0.0-pr-25474-sha-c0c8ae28",
|
51
|
+
"@storybook/core-common": "0.0.0-pr-25474-sha-c0c8ae28",
|
52
52
|
"@storybook/global": "^5.0.0",
|
53
|
-
"@storybook/html": "0.0.0-pr-
|
54
|
-
"@storybook/preset-html-webpack": "0.0.0-pr-
|
53
|
+
"@storybook/html": "0.0.0-pr-25474-sha-c0c8ae28",
|
54
|
+
"@storybook/preset-html-webpack": "0.0.0-pr-25474-sha-c0c8ae28",
|
55
55
|
"@types/node": "^18.0.0"
|
56
56
|
},
|
57
57
|
"devDependencies": {
|