@storybook/react-webpack5 8.0.0-alpha.10 → 8.0.0-alpha.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/preset.d.ts +2 -3
  2. 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 NextJS framework
1084
+ * Enable asynchronous component rendering in React renderer
1085
1085
  */
1086
- experimentalNextRSC?: boolean;
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": "8.0.0-alpha.10",
3
+ "version": "8.0.0-alpha.12",
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": "8.0.0-alpha.10",
51
- "@storybook/preset-react-webpack": "8.0.0-alpha.10",
52
- "@storybook/react": "8.0.0-alpha.10",
50
+ "@storybook/builder-webpack5": "8.0.0-alpha.12",
51
+ "@storybook/preset-react-webpack": "8.0.0-alpha.12",
52
+ "@storybook/react": "8.0.0-alpha.12",
53
53
  "@types/node": "^18.0.0"
54
54
  },
55
55
  "peerDependencies": {