@storybook/preset-vue3-webpack 7.1.0-alpha.36 → 7.1.0-alpha.37

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