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

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 +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": {