File tree Expand file tree Collapse file tree 8 files changed +35
-37
lines changed Expand file tree Collapse file tree 8 files changed +35
-37
lines changed Original file line number Diff line number Diff line change 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.1 " ,
45
- "eslint" : " ^9.23.0 " ,
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.2 "
49
+ "typescript" : " ^5.8.3 "
50
50
},
51
51
"packageManager" :
" [email protected] +sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
52
52
}
Original file line number Diff line number Diff line change 1
1
export 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.0 ' ,
3
+ 'typescript' : '^5.8 .3' ,
4
+ 'vue-tsc' : '^3.0.1 ' ,
5
+ 'sass-embedded' : '^1.89.2 ' ,
6
6
'@vuetify/loader-shared' : '^2.1.0' ,
7
7
'vite-plugin-vuetify' : '^2.1.1' ,
8
- 'vuetify-nuxt-module' : '^0.18.6 ' ,
8
+ 'vuetify-nuxt-module' : '^0.18.7 ' ,
9
9
'upath' : '^2.0.1' ,
10
10
'@mdi/font' : '^7.4.47' ,
11
- '@nuxt/fonts' : '^0.11.1 ' ,
11
+ '@nuxt/fonts' : '^0.11.4 ' ,
12
12
} as const
Original file line number Diff line number Diff line change 3
3
"lint" : " eslint . --fix"
4
4
},
5
5
"devDependencies" : {
6
- "eslint" : " ^9.23.0 " ,
6
+ "eslint" : " ^9.30.1 " ,
7
7
"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"
11
10
}
12
11
}
Original file line number Diff line number Diff line change 9
9
},
10
10
"dependencies" : {
11
11
"@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.0 "
15
15
},
16
16
"devDependencies" : {
17
17
"@vitejs/plugin-vue" : " ^5.2.3" ,
18
- "globals" : " ^16.0.0" ,
19
- "sass-embedded" : " ^1.86.3" ,
18
+ "sass-embedded" : " ^1.89.2" ,
20
19
"unplugin-fonts" : " ^1.3.1" ,
21
- "unplugin-vue-components" : " ^28.4.1 " ,
20
+ "unplugin-vue-components" : " ^28.8.0 " ,
22
21
"vite-plugin-vuetify" : " ^2.1.1" ,
23
- "vite" : " ^6.2.2 "
22
+ "vite" : " ^6.3.5 "
24
23
}
25
24
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"devDependencies" : {
3
- "pinia" : " ^3.0.1 " ,
4
- "unplugin-auto-import" : " ^19.1.1 " ,
5
- "vite-plugin-vue-layouts-next" : " ^0 .0.8 "
3
+ "pinia" : " ^3.0.3 " ,
4
+ "unplugin-auto-import" : " ^19.3.0 " ,
5
+ "vite-plugin-vue-layouts-next" : " ^1 .0.0 "
6
6
}
7
7
}
Original file line number Diff line number Diff line change 3
3
"lint" : " eslint . --fix"
4
4
},
5
5
"devDependencies" : {
6
- "eslint" : " ^9.23.0 " ,
6
+ "eslint" : " ^9.30.1 " ,
7
7
"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"
10
10
}
11
11
}
Original file line number Diff line number Diff line change 11
11
},
12
12
"dependencies" : {
13
13
"@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.0 "
17
17
},
18
18
"devDependencies" : {
19
19
"@tsconfig/node22" : " ^22.0.0" ,
20
20
"@types/node" : " ^22.9.0" ,
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.86.3 " ,
25
- "typescript" : " ~5.8.2 " ,
24
+ "sass-embedded" : " ^1.89.2 " ,
25
+ "typescript" : " ~5.8.3 " ,
26
26
"unplugin-fonts" : " ^1.3.1" ,
27
- "unplugin-vue-components" : " ^28.4.1 " ,
27
+ "unplugin-vue-components" : " ^28.8.0 " ,
28
28
"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 "
31
31
}
32
32
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"devDependencies" : {
3
- "pinia" : " ^3.0.1 " ,
4
- "unplugin-auto-import" : " ^19.1.1 " ,
5
- "vite-plugin-vue-layouts-next" : " ^0 .0.8 "
3
+ "pinia" : " ^3.0.3 " ,
4
+ "unplugin-auto-import" : " ^19.3.0 " ,
5
+ "vite-plugin-vue-layouts-next" : " ^1 .0.0 "
6
6
}
7
7
}
You can’t perform that action at this time.
0 commit comments