@storybook/react-webpack5 0.0.0-pr-25596-sha-579fbffd → 0.0.0-pr-25642-sha-bb79636f
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 +4 -4
package/dist/preset.d.ts
CHANGED
@@ -1081,9 +1081,9 @@ interface StorybookConfigRaw {
|
|
1081
1081
|
*/
|
1082
1082
|
disallowImplicitActionsInRenderV8?: boolean;
|
1083
1083
|
/**
|
1084
|
-
* Enable asynchronous component rendering in
|
1084
|
+
* Enable asynchronous component rendering in React renderer
|
1085
1085
|
*/
|
1086
|
-
|
1086
|
+
experimentalRSC?: boolean;
|
1087
1087
|
};
|
1088
1088
|
build?: TestBuildConfig;
|
1089
1089
|
stories: StoriesEntry[];
|
@@ -1094,7 +1094,6 @@ interface StorybookConfigRaw {
|
|
1094
1094
|
swc?: any;
|
1095
1095
|
env?: Record<string, string>;
|
1096
1096
|
babelDefault?: any;
|
1097
|
-
config?: Entry[];
|
1098
1097
|
previewAnnotations?: Entry[];
|
1099
1098
|
experimental_indexers?: Indexer[];
|
1100
1099
|
docs?: DocsOptions;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/react-webpack5",
|
3
|
-
"version": "0.0.0-pr-
|
3
|
+
"version": "0.0.0-pr-25642-sha-bb79636f",
|
4
4
|
"description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -47,9 +47,9 @@
|
|
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/preset-react-webpack": "0.0.0-pr-
|
52
|
-
"@storybook/react": "0.0.0-pr-
|
50
|
+
"@storybook/builder-webpack5": "0.0.0-pr-25642-sha-bb79636f",
|
51
|
+
"@storybook/preset-react-webpack": "0.0.0-pr-25642-sha-bb79636f",
|
52
|
+
"@storybook/react": "0.0.0-pr-25642-sha-bb79636f",
|
53
53
|
"@types/node": "^18.0.0"
|
54
54
|
},
|
55
55
|
"peerDependencies": {
|