File tree Expand file tree Collapse file tree 10 files changed +41
-39
lines changed Expand file tree Collapse file tree 10 files changed +41
-39
lines changed Original file line number Diff line number Diff line change 4141 "@types/node" : " ^22.13.10" ,
4242 "@types/prompts" : " ^2.4.9" ,
4343 "@types/validate-npm-package-name" : " ^4.0.2" ,
44- "esbuild" : " ^0.25.1 " ,
45- "eslint" : " ^9.23.0 " ,
44+ "esbuild" : " ^0.25.6 " ,
45+ "eslint" : " ^9.30.1 " ,
4646 "eslint-config-vuetify" : " 4.0.0" ,
4747 "nypm" : " ^0.6.0" ,
4848 "release-it" : " ^18.1.2" ,
49- "typescript" : " ^5.8.2 "
49+ "typescript" : " ^5.8.3 "
5050 },
5151 "packageManager" :
" [email protected] +sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228" 5252}
Original file line number Diff line number Diff line change 11export const versions = {
2- 'vuetify' : '^3.8 .1' ,
3- 'typescript' : '^5.6 .3' ,
4- 'vue-tsc' : '^2.1.6 ' ,
5- 'sass-embedded' : '^1.86.3 ' ,
2+ 'vuetify' : '^3.9 .1' ,
3+ 'typescript' : '^5.8 .3' ,
4+ 'vue-tsc' : '^3.0.1 ' ,
5+ 'sass-embedded' : '^1.89.2 ' ,
66 '@vuetify/loader-shared' : '^2.1.0' ,
77 'vite-plugin-vuetify' : '^2.1.1' ,
8- 'vuetify-nuxt-module' : '^0.18.6 ' ,
8+ 'vuetify-nuxt-module' : '^0.18.7 ' ,
99 'upath' : '^2.0.1' ,
1010 '@mdi/font' : '^7.4.47' ,
11- '@nuxt/fonts' : '^0.11.1 ' ,
11+ '@nuxt/fonts' : '^0.11.4 ' ,
1212} as const
Original file line number Diff line number Diff line change 33 "lint" : " eslint . --fix"
44 },
55 "devDependencies" : {
6- "eslint" : " ^9.23.0 " ,
6+ "eslint" : " ^9.30.1 " ,
77 "eslint-config-vuetify" : " ^4.0.0" ,
8- "globals" : " ^16.0.0" ,
9- "vue-router" : " ^4.5.0" ,
10- "unplugin-vue-router" : " ^0.12.0"
8+ "vue-router" : " ^4.5.1" ,
9+ "unplugin-vue-router" : " ^0.14.0"
1110 }
1211}
Original file line number Diff line number Diff line change 99 },
1010 "dependencies" : {
1111 "@mdi/font" : " 7.4.47" ,
12- "@fontsource/roboto" : " 5.2.5 " ,
13- "vue" : " ^3.5.13 " ,
14- "vuetify" : " ^3.8 .1"
12+ "@fontsource/roboto" : " 5.2.6 " ,
13+ "vue" : " ^3.5.17 " ,
14+ "vuetify" : " ^3.9 .1"
1515 },
1616 "devDependencies" : {
1717 "@vitejs/plugin-vue" : " ^5.2.3" ,
18- "globals" : " ^16.0.0" ,
19- "sass-embedded" : " ^1.86.3" ,
18+ "sass-embedded" : " ^1.89.2" ,
2019 "unplugin-fonts" : " ^1.3.1" ,
21- "unplugin-vue-components" : " ^28.4.1 " ,
20+ "unplugin-vue-components" : " ^28.8.0 " ,
2221 "vite-plugin-vuetify" : " ^2.1.1" ,
23- "vite" : " ^6.2.2 "
22+ "vite" : " ^6.3.5 "
2423 }
2524}
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ import { createVuetify } from 'vuetify'
1414// https://vuetifyjs.com/en/introduction/why-vuetify/#feature-guides
1515export default createVuetify ( {
1616 theme : {
17- defaultTheme : 'dark ' ,
17+ defaultTheme : 'system ' ,
1818 } ,
1919} )
Original file line number Diff line number Diff line change 11{
2+ "dependencies" : {
3+ "pinia" : " ^3.0.3"
4+ },
25 "devDependencies" : {
3- "pinia" : " ^3.0.1" ,
4- "unplugin-auto-import" : " ^19.1.1" ,
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"
68 }
79}
Original file line number Diff line number Diff line change 33 "lint" : " eslint . --fix"
44 },
55 "devDependencies" : {
6- "eslint" : " ^9.23.0 " ,
6+ "eslint" : " ^9.30.1 " ,
77 "eslint-config-vuetify" : " ^4.0.0" ,
8- "vue-router" : " ^4.5.0 " ,
9- "unplugin-vue-router" : " ^0.12 .0"
8+ "vue-router" : " ^4.5.1 " ,
9+ "unplugin-vue-router" : " ^0.14 .0"
1010 }
1111}
Original file line number Diff line number Diff line change 1111 },
1212 "dependencies" : {
1313 "@mdi/font" : " 7.4.47" ,
14- "@fontsource/roboto" : " 5.2.5 " ,
15- "vue" : " ^3.5.13 " ,
16- "vuetify" : " ^3.8 .1"
14+ "@fontsource/roboto" : " 5.2.6 " ,
15+ "vue" : " ^3.5.17 " ,
16+ "vuetify" : " ^3.9 .1"
1717 },
1818 "devDependencies" : {
1919 "@tsconfig/node22" : " ^22.0.0" ,
2020 "@types/node" : " ^22.9.0" ,
2121 "@vitejs/plugin-vue" : " ^5.2.3" ,
2222 "@vue/tsconfig" : " ^0.7.0" ,
2323 "npm-run-all2" : " ^7.0.2" ,
24- "sass-embedded" : " ^1.86.3 " ,
25- "typescript" : " ~5.8.2 " ,
24+ "sass-embedded" : " ^1.89.2 " ,
25+ "typescript" : " ~5.8.3 " ,
2626 "unplugin-fonts" : " ^1.3.1" ,
27- "unplugin-vue-components" : " ^28.4.1 " ,
27+ "unplugin-vue-components" : " ^28.8.0 " ,
2828 "vite-plugin-vuetify" : " ^2.1.1" ,
29- "vite" : " ^6.2.2 " ,
30- "vue-tsc" : " ^2.2.8 "
29+ "vite" : " ^6.3.5 " ,
30+ "vue-tsc" : " ^3.0.1 "
3131 }
3232}
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ import { createVuetify } from 'vuetify'
1414// https://vuetifyjs.com/en/introduction/why-vuetify/#feature-guides
1515export default createVuetify ( {
1616 theme : {
17- defaultTheme : 'dark ' ,
17+ defaultTheme : 'system ' ,
1818 } ,
1919} )
Original file line number Diff line number Diff line change 11{
2+ "dependencies" : {
3+ "pinia" : " ^3.0.3"
4+ },
25 "devDependencies" : {
3- "pinia" : " ^3.0.1" ,
4- "unplugin-auto-import" : " ^19.1.1" ,
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"
68 }
79}
You can’t perform that action at this time.
0 commit comments