@storybook/preset-vue3-webpack 7.1.0-alpha.29 → 7.1.0-alpha.30

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/src/typings.d.ts +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preset-vue3-webpack",
3
- "version": "7.1.0-alpha.29",
3
+ "version": "7.1.0-alpha.30",
4
4
  "description": "Storybook for Vue 3: Develop Vue 3 Components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -58,8 +58,8 @@
58
58
  "prep": "../../../scripts/prepare/bundle.ts"
59
59
  },
60
60
  "dependencies": {
61
- "@storybook/core-webpack": "7.1.0-alpha.29",
62
- "@storybook/docs-tools": "7.1.0-alpha.29",
61
+ "@storybook/core-webpack": "7.1.0-alpha.30",
62
+ "@storybook/docs-tools": "7.1.0-alpha.30",
63
63
  "@types/node": "^16.0.0",
64
64
  "ts-loader": "^9.2.8",
65
65
  "vue-docgen-api": "^4.46.0",
@@ -93,4 +93,4 @@
93
93
  "platform": "node"
94
94
  },
95
95
  "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
96
- }
96
+ }
@@ -0,0 +1,3 @@
1
+ declare module 'vue-loader' {
2
+ export const VueLoaderPlugin: any;
3
+ }