@storybook/preset-vue3-webpack 7.1.0-alpha.7 → 7.1.0-alpha.8

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.7",
3
+ "version": "7.1.0-alpha.8",
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.7",
62
- "@storybook/docs-tools": "7.1.0-alpha.7",
61
+ "@storybook/core-webpack": "7.1.0-alpha.8",
62
+ "@storybook/docs-tools": "7.1.0-alpha.8",
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": "ab6f997ca1ff37b0711a7e12c12af8d76d85f0fc"
95
+ "gitHead": "ae73d1c8065f7d614cfe6f3462ae7ca55a0c4e6b"
96
96
  }