create-vuetify 2.7.2 → 2.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -1192,7 +1192,7 @@ function resolveNonInteractiveContext(context) {
1192
1192
  // package.json
1193
1193
  var package_default = {
1194
1194
  name: "create-vuetify",
1195
- version: "2.7.2",
1195
+ version: "2.7.3",
1196
1196
  author: "Elijah Kotyluk <elijah@elijahkotyluk.com>",
1197
1197
  license: "MIT",
1198
1198
  type: "module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vuetify",
3
- "version": "2.7.2",
3
+ "version": "2.7.3",
4
4
  "author": "Elijah Kotyluk <elijah@elijahkotyluk.com>",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -0,0 +1,3 @@
1
+ {
2
+ "recommendations": ["Vue.volar"]
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "vue.hover.rich": true
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "recommendations": ["Vue.volar"]
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "vue.hover.rich": true
3
+ }