@storybook/react-webpack5 8.0.0-alpha.0 → 8.0.0-alpha.1

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 +4 -0
  2. package/package.json +4 -4
package/dist/preset.d.ts CHANGED
@@ -3009,6 +3009,10 @@ interface StorybookConfigRaw {
3009
3009
  * This will make sure that your story renders the same no matter if docgen is enabled or not.
3010
3010
  */
3011
3011
  disallowImplicitActionsInRenderV8?: boolean;
3012
+ /**
3013
+ * Enable asynchronous component rendering in NextJS framework
3014
+ */
3015
+ experimentalNextRSC?: boolean;
3012
3016
  };
3013
3017
  build?: TestBuildConfig;
3014
3018
  stories: StoriesEntry[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-webpack5",
3
- "version": "8.0.0-alpha.0",
3
+ "version": "8.0.0-alpha.1",
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.0",
51
- "@storybook/preset-react-webpack": "8.0.0-alpha.0",
52
- "@storybook/react": "8.0.0-alpha.0",
50
+ "@storybook/builder-webpack5": "8.0.0-alpha.1",
51
+ "@storybook/preset-react-webpack": "8.0.0-alpha.1",
52
+ "@storybook/react": "8.0.0-alpha.1",
53
53
  "@types/node": "^18.0.0"
54
54
  },
55
55
  "devDependencies": {