create-vuetify 2.5.2 → 2.6.0
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 +6 -6
- package/package.json +4 -4
- package/template/javascript/base/package.json +3 -4
- package/template/javascript/default/package.json +6 -7
- package/template/javascript/default/src/plugins/vuetify.js +1 -1
- package/template/javascript/essentials/package.json +5 -3
- package/template/typescript/base/package.json +3 -3
- package/template/typescript/default/package.json +8 -8
- package/template/typescript/default/src/plugins/vuetify.ts +1 -1
- package/template/typescript/essentials/package.json +5 -3
package/dist/index.mjs
CHANGED
|
@@ -1942,16 +1942,16 @@ function getPaths(rootPath, templateDir, v4) {
|
|
|
1942
1942
|
|
|
1943
1943
|
// src/utils/nuxt/versions.ts
|
|
1944
1944
|
var versions = {
|
|
1945
|
-
"vuetify": "^3.
|
|
1946
|
-
"typescript": "^5.
|
|
1947
|
-
"vue-tsc": "^
|
|
1948
|
-
"sass-embedded": "^1.
|
|
1945
|
+
"vuetify": "^3.9.1",
|
|
1946
|
+
"typescript": "^5.8.3",
|
|
1947
|
+
"vue-tsc": "^3.0.1",
|
|
1948
|
+
"sass-embedded": "^1.89.2",
|
|
1949
1949
|
"@vuetify/loader-shared": "^2.1.0",
|
|
1950
1950
|
"vite-plugin-vuetify": "^2.1.1",
|
|
1951
|
-
"vuetify-nuxt-module": "^0.18.
|
|
1951
|
+
"vuetify-nuxt-module": "^0.18.7",
|
|
1952
1952
|
"upath": "^2.0.1",
|
|
1953
1953
|
"@mdi/font": "^7.4.47",
|
|
1954
|
-
"@nuxt/fonts": "^0.11.
|
|
1954
|
+
"@nuxt/fonts": "^0.11.4"
|
|
1955
1955
|
};
|
|
1956
1956
|
|
|
1957
1957
|
// node_modules/.pnpm/package-manager-detector@1.2.0/node_modules/package-manager-detector/dist/constants.mjs
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-vuetify",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.6.0",
|
|
4
4
|
"author": "Elijah Kotyluk <elijah@elijahkotyluk.com>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"@types/node": "^22.13.10",
|
|
42
42
|
"@types/prompts": "^2.4.9",
|
|
43
43
|
"@types/validate-npm-package-name": "^4.0.2",
|
|
44
|
-
"esbuild": "^0.25.
|
|
45
|
-
"eslint": "^9.
|
|
44
|
+
"esbuild": "^0.25.6",
|
|
45
|
+
"eslint": "^9.30.1",
|
|
46
46
|
"eslint-config-vuetify": "4.0.0",
|
|
47
47
|
"nypm": "^0.6.0",
|
|
48
48
|
"release-it": "^18.1.2",
|
|
49
|
-
"typescript": "^5.8.
|
|
49
|
+
"typescript": "^5.8.3"
|
|
50
50
|
},
|
|
51
51
|
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
|
|
52
52
|
}
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
"lint": "eslint . --fix"
|
|
4
4
|
},
|
|
5
5
|
"devDependencies": {
|
|
6
|
-
"eslint": "^9.
|
|
6
|
+
"eslint": "^9.30.1",
|
|
7
7
|
"eslint-config-vuetify": "^4.0.0",
|
|
8
|
-
"
|
|
9
|
-
"vue-router": "^
|
|
10
|
-
"unplugin-vue-router": "^0.12.0"
|
|
8
|
+
"vue-router": "^4.5.1",
|
|
9
|
+
"unplugin-vue-router": "^0.14.0"
|
|
11
10
|
}
|
|
12
11
|
}
|
|
@@ -9,17 +9,16 @@
|
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@mdi/font": "7.4.47",
|
|
12
|
-
"@fontsource/roboto": "5.2.
|
|
13
|
-
"vue": "^3.5.
|
|
14
|
-
"vuetify": "^3.
|
|
12
|
+
"@fontsource/roboto": "5.2.6",
|
|
13
|
+
"vue": "^3.5.17",
|
|
14
|
+
"vuetify": "^3.9.1"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
18
|
-
"
|
|
19
|
-
"sass-embedded": "^1.86.3",
|
|
18
|
+
"sass-embedded": "^1.89.2",
|
|
20
19
|
"unplugin-fonts": "^1.3.1",
|
|
21
|
-
"unplugin-vue-components": "^28.
|
|
20
|
+
"unplugin-vue-components": "^28.8.0",
|
|
22
21
|
"vite-plugin-vuetify": "^2.1.1",
|
|
23
|
-
"vite": "^6.
|
|
22
|
+
"vite": "^6.3.5"
|
|
24
23
|
}
|
|
25
24
|
}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
+
"dependencies": {
|
|
3
|
+
"pinia" : "^3.0.3"
|
|
4
|
+
},
|
|
2
5
|
"devDependencies": {
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"vite-plugin-vue-layouts-next": "^0.0.8"
|
|
6
|
+
"unplugin-auto-import": "^19.3.0",
|
|
7
|
+
"vite-plugin-vue-layouts-next": "^1.0.0"
|
|
6
8
|
}
|
|
7
9
|
}
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"lint": "eslint . --fix"
|
|
4
4
|
},
|
|
5
5
|
"devDependencies": {
|
|
6
|
-
"eslint": "^9.
|
|
6
|
+
"eslint": "^9.30.1",
|
|
7
7
|
"eslint-config-vuetify": "^4.0.0",
|
|
8
|
-
"vue-router": "^4.5.
|
|
9
|
-
"unplugin-vue-router": "^0.
|
|
8
|
+
"vue-router": "^4.5.1",
|
|
9
|
+
"unplugin-vue-router": "^0.14.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@mdi/font": "7.4.47",
|
|
14
|
-
"@fontsource/roboto": "5.2.
|
|
15
|
-
"vue": "^3.5.
|
|
16
|
-
"vuetify": "^3.
|
|
14
|
+
"@fontsource/roboto": "5.2.6",
|
|
15
|
+
"vue": "^3.5.17",
|
|
16
|
+
"vuetify": "^3.9.1"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@tsconfig/node22": "^22.0.0",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
22
22
|
"@vue/tsconfig": "^0.7.0",
|
|
23
23
|
"npm-run-all2": "^7.0.2",
|
|
24
|
-
"sass-embedded": "^1.
|
|
25
|
-
"typescript": "~5.8.
|
|
24
|
+
"sass-embedded": "^1.89.2",
|
|
25
|
+
"typescript": "~5.8.3",
|
|
26
26
|
"unplugin-fonts": "^1.3.1",
|
|
27
|
-
"unplugin-vue-components": "^28.
|
|
27
|
+
"unplugin-vue-components": "^28.8.0",
|
|
28
28
|
"vite-plugin-vuetify": "^2.1.1",
|
|
29
|
-
"vite": "^6.
|
|
30
|
-
"vue-tsc": "^
|
|
29
|
+
"vite": "^6.3.5",
|
|
30
|
+
"vue-tsc": "^3.0.1"
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
+
"dependencies": {
|
|
3
|
+
"pinia" : "^3.0.3"
|
|
4
|
+
},
|
|
2
5
|
"devDependencies": {
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"vite-plugin-vue-layouts-next": "^0.0.8"
|
|
6
|
+
"unplugin-auto-import": "^19.3.0",
|
|
7
|
+
"vite-plugin-vue-layouts-next": "^1.0.0"
|
|
6
8
|
}
|
|
7
9
|
}
|