create-vuetify0 1.1.2 → 1.1.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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -2
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -28049,7 +28049,7 @@ export const useAppStore = defineStore('app', {
28049
28049
 
28050
28050
  //#endregion
28051
28051
  //#region ../shared/package.json
28052
- var version$1 = "1.1.2";
28052
+ var version$1 = "1.1.3";
28053
28053
 
28054
28054
  //#endregion
28055
28055
  //#region ../shared/src/utils/getTemplateSource.ts
@@ -31005,7 +31005,7 @@ const blue = ansi256(33);
31005
31005
 
31006
31006
  //#endregion
31007
31007
  //#region package.json
31008
- var version = "1.1.2";
31008
+ var version = "1.1.3";
31009
31009
 
31010
31010
  //#endregion
31011
31011
  //#region src/commands/upgrade.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vuetify0",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Create a new Vuetify project",
5
5
  "type": "module",
6
6
  "files": [
@@ -36,7 +36,7 @@
36
36
  "nypm": "^0.6.5",
37
37
  "pathe": "^2.0.3",
38
38
  "tsdown": "^0.20.3",
39
- "@vuetify/cli-shared": "1.1.2"
39
+ "@vuetify/cli-shared": "1.1.3"
40
40
  },
41
41
  "exports": {
42
42
  ".": "./dist/index.mjs",