@storybook/preset-vue3-webpack 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/index.d.ts +4 -0
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -3007,6 +3007,10 @@ interface StorybookConfigRaw {
3007
3007
  * This will make sure that your story renders the same no matter if docgen is enabled or not.
3008
3008
  */
3009
3009
  disallowImplicitActionsInRenderV8?: boolean;
3010
+ /**
3011
+ * Enable asynchronous component rendering in NextJS framework
3012
+ */
3013
+ experimentalNextRSC?: boolean;
3010
3014
  };
3011
3015
  build?: TestBuildConfig;
3012
3016
  stories: StoriesEntry[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preset-vue3-webpack",
3
- "version": "8.0.0-alpha.0",
3
+ "version": "8.0.0-alpha.1",
4
4
  "description": "Storybook for Vue 3: Develop Vue 3 Components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -59,8 +59,8 @@
59
59
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
60
60
  },
61
61
  "dependencies": {
62
- "@storybook/core-webpack": "8.0.0-alpha.0",
63
- "@storybook/docs-tools": "8.0.0-alpha.0",
62
+ "@storybook/core-webpack": "8.0.0-alpha.1",
63
+ "@storybook/docs-tools": "8.0.0-alpha.1",
64
64
  "@types/node": "^18.0.0",
65
65
  "ts-loader": "^9.2.8",
66
66
  "vue-docgen-api": "^4.46.0",