@storybook/preset-vue3-webpack 7.1.0-alpha.12 → 7.1.0-alpha.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preset-vue3-webpack",
3
- "version": "7.1.0-alpha.12",
3
+ "version": "7.1.0-alpha.14",
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.12",
62
- "@storybook/docs-tools": "7.1.0-alpha.12",
61
+ "@storybook/core-webpack": "7.1.0-alpha.14",
62
+ "@storybook/docs-tools": "7.1.0-alpha.14",
63
63
  "@types/node": "^16.0.0",
64
64
  "ts-loader": "^9.2.8",
65
65
  "vue-docgen-api": "^4.46.0",
@@ -92,5 +92,5 @@
92
92
  ],
93
93
  "platform": "node"
94
94
  },
95
- "gitHead": "8de6963fca74d5952f5cb5737e34fb4e1ddfd0f6"
95
+ "gitHead": "72ae6b0d965d1ae596159cdb15109c5e13376d78"
96
96
  }