@storybook/preset-vue3-webpack 8.0.0-alpha.6 → 8.0.0-alpha.7
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +0 -5
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
@@ -2990,11 +2990,6 @@ interface StorybookConfigRaw {
|
|
2990
2990
|
* Filter args with a "target" on the type from the render function (EXPERIMENTAL)
|
2991
2991
|
*/
|
2992
2992
|
argTypeTargetsV7?: boolean;
|
2993
|
-
/**
|
2994
|
-
* Warn when there is a pre-6.0 hierarchy separator ('.' / '|') in the story title.
|
2995
|
-
* Will be removed in 7.0.
|
2996
|
-
*/
|
2997
|
-
warnOnLegacyHierarchySeparator?: boolean;
|
2998
2993
|
/**
|
2999
2994
|
* Use legacy MDX1, to help smooth migration to 7.0
|
3000
2995
|
*/
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/preset-vue3-webpack",
|
3
|
-
"version": "8.0.0-alpha.
|
3
|
+
"version": "8.0.0-alpha.7",
|
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.
|
63
|
-
"@storybook/docs-tools": "8.0.0-alpha.
|
62
|
+
"@storybook/core-webpack": "8.0.0-alpha.7",
|
63
|
+
"@storybook/docs-tools": "8.0.0-alpha.7",
|
64
64
|
"@types/node": "^18.0.0",
|
65
65
|
"ts-loader": "^9.2.8",
|
66
66
|
"vue-docgen-api": "^4.46.0",
|