@storybook/react-webpack5 0.0.0-pr-25591-sha-337ab526 → 0.0.0-pr-25596-sha-579fbffd

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.
Files changed (2) hide show
  1. package/dist/preset.d.ts +0 -6
  2. package/package.json +4 -4
package/dist/preset.d.ts CHANGED
@@ -1082,14 +1082,8 @@ interface StorybookConfigRaw {
1082
1082
  disallowImplicitActionsInRenderV8?: boolean;
1083
1083
  /**
1084
1084
  * Enable asynchronous component rendering in NextJS framework
1085
- *
1086
- * @deprecated use `experimentalRSC` instead
1087
1085
  */
1088
1086
  experimentalNextRSC?: boolean;
1089
- /**
1090
- * Enable asynchronous component rendering in React renderer
1091
- */
1092
- experimentalRSC?: boolean;
1093
1087
  };
1094
1088
  build?: TestBuildConfig;
1095
1089
  stories: StoriesEntry[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-webpack5",
3
- "version": "0.0.0-pr-25591-sha-337ab526",
3
+ "version": "0.0.0-pr-25596-sha-579fbffd",
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-25591-sha-337ab526",
51
- "@storybook/preset-react-webpack": "0.0.0-pr-25591-sha-337ab526",
52
- "@storybook/react": "0.0.0-pr-25591-sha-337ab526",
50
+ "@storybook/builder-webpack5": "0.0.0-pr-25596-sha-579fbffd",
51
+ "@storybook/preset-react-webpack": "0.0.0-pr-25596-sha-579fbffd",
52
+ "@storybook/react": "0.0.0-pr-25596-sha-579fbffd",
53
53
  "@types/node": "^18.0.0"
54
54
  },
55
55
  "peerDependencies": {