@storybook/html-webpack5 8.0.0-alpha.10 → 8.0.0-alpha.12
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 +2 -3
- package/package.json +5 -5
package/dist/preset.d.ts
CHANGED
@@ -1078,9 +1078,9 @@ interface StorybookConfigRaw {
|
|
1078
1078
|
*/
|
1079
1079
|
disallowImplicitActionsInRenderV8?: boolean;
|
1080
1080
|
/**
|
1081
|
-
* Enable asynchronous component rendering in
|
1081
|
+
* Enable asynchronous component rendering in React renderer
|
1082
1082
|
*/
|
1083
|
-
|
1083
|
+
experimentalRSC?: boolean;
|
1084
1084
|
};
|
1085
1085
|
build?: TestBuildConfig;
|
1086
1086
|
stories: StoriesEntry[];
|
@@ -1091,7 +1091,6 @@ interface StorybookConfigRaw {
|
|
1091
1091
|
swc?: any;
|
1092
1092
|
env?: Record<string, string>;
|
1093
1093
|
babelDefault?: any;
|
1094
|
-
config?: Entry[];
|
1095
1094
|
previewAnnotations?: Entry[];
|
1096
1095
|
experimental_indexers?: Indexer[];
|
1097
1096
|
docs?: DocsOptions;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/html-webpack5",
|
3
|
-
"version": "8.0.0-alpha.
|
3
|
+
"version": "8.0.0-alpha.12",
|
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": "8.0.0-alpha.
|
51
|
-
"@storybook/core-common": "8.0.0-alpha.
|
50
|
+
"@storybook/builder-webpack5": "8.0.0-alpha.12",
|
51
|
+
"@storybook/core-common": "8.0.0-alpha.12",
|
52
52
|
"@storybook/global": "^5.0.0",
|
53
|
-
"@storybook/html": "8.0.0-alpha.
|
54
|
-
"@storybook/preset-html-webpack": "8.0.0-alpha.
|
53
|
+
"@storybook/html": "8.0.0-alpha.12",
|
54
|
+
"@storybook/preset-html-webpack": "8.0.0-alpha.12",
|
55
55
|
"@types/node": "^18.0.0"
|
56
56
|
},
|
57
57
|
"devDependencies": {
|