2
2
"$schema" : " https://json.schemastore.org/package.json" ,
3
3
"name" : " vite-vuetify-ts-starter" ,
4
4
"description" : " Vue3 Vuetify TypeScript Startar project for Vite." ,
5
- "version" : " 1.14.3 " ,
5
+ "version" : " 1.14.4 " ,
6
6
"license" : " MIT" ,
7
7
"type" : " module" ,
8
8
"private" : true ,
23
23
"node" : " >=22.0.1" ,
24
24
"pnpm" : " >=10.3.0"
25
25
},
26
- "packageManager" :
" [email protected] .3 " ,
26
+ "packageManager" :
" [email protected] .5 " ,
27
27
"scripts" : {
28
28
"dev" : " vite" ,
29
29
"clean" : " rimraf ./node_modules/.vite" ,
47
47
"pinia-plugin-persistedstate" : " ^4.2.0" ,
48
48
"vue" : " ^3.5.13" ,
49
49
"vue-router" : " ^4.5.0" ,
50
- "vuetify" : " ^3.7.16 " ,
50
+ "vuetify" : " ^3.7.18 " ,
51
51
"webfontloader" : " ^1.6.28"
52
52
},
53
53
"devDependencies" : {
54
- "@playwright/test" : " ^1.51.0 " ,
54
+ "@playwright/test" : " ^1.51.1 " ,
55
55
"@tsconfig/node-lts" : " ^22.0.1" ,
56
56
"@types/jsdom" : " ^21.1.7" ,
57
- "@types/node" : " ^22.13.10 " ,
57
+ "@types/node" : " ^22.13.11 " ,
58
58
"@types/webfontloader" : " ^1.6.38" ,
59
- "@vitejs/plugin-vue" : " ^5.2.1 " ,
60
- "@vitest/coverage-v8" : " ^3.0.8 " ,
61
- "@vitest/eslint-plugin" : " 1.1.37 " ,
59
+ "@vitejs/plugin-vue" : " ^5.2.3 " ,
60
+ "@vitest/coverage-v8" : " ^3.0.9 " ,
61
+ "@vitest/eslint-plugin" : " 1.1.38 " ,
62
62
"@vue/eslint-config-prettier" : " ^10.2.0" ,
63
63
"@vue/eslint-config-typescript" : " ^14.5.0" ,
64
64
"@vue/test-utils" : " ^2.4.6" ,
65
65
"@vue/tsconfig" : " ^0.7.0" ,
66
- "eslint" : " ^9.22 .0" ,
66
+ "eslint" : " ^9.23 .0" ,
67
67
"eslint-import-resolver-custom-alias" : " ^1.3.2" ,
68
- "eslint-import-resolver-typescript" : " ^3.9.0 " ,
68
+ "eslint-import-resolver-typescript" : " ^4.2.2 " ,
69
69
"eslint-plugin-import" : " ^2.31.0" ,
70
70
"eslint-plugin-playwright" : " ^2.2.0" ,
71
71
"eslint-plugin-vue" : " ^10.0.0" ,
72
72
"eslint-plugin-vuejs-accessibility" : " ^2.4.1" ,
73
- "eslint-plugin-vuetify" : " ^2.5.1 " ,
73
+ "eslint-plugin-vuetify" : " ^2.5.2 " ,
74
74
"husky" : " ^9.1.7" ,
75
75
"jiti" : " ^2.4.2" ,
76
76
"jsdom" : " ^26.0.0" ,
81
81
"resize-observer-polyfill" : " ^1.5.1" ,
82
82
"rimraf" : " ^6.0.1" ,
83
83
"rollup-plugin-visualizer" : " ^5.14.0" ,
84
- "sass" : " ^1.85.1 " ,
84
+ "sass" : " ^1.86.0 " ,
85
85
"stylelint" : " ^16.16.0" ,
86
86
"stylelint-config-recommended-scss" : " ^14.1.0" ,
87
87
"stylelint-config-recommended-vue" : " ^1.6.0" ,
88
88
"stylelint-order" : " ^6.0.4" ,
89
89
"typescript" : " ^5.8.2" ,
90
- "typescript-eslint" : " ^8.26.1 " ,
90
+ "typescript-eslint" : " ^8.27.0 " ,
91
91
"vite" : " ^6.2.2" ,
92
- "vite-plugin-checker" : " 0.9.0 " ,
92
+ "vite-plugin-checker" : " 0.9.1 " ,
93
93
"vite-plugin-vue-devtools" : " ^7.7.2" ,
94
94
"vite-plugin-vuetify" : " ^2.1.0" ,
95
- "vitest" : " ^3.0.8 " ,
95
+ "vitest" : " ^3.0.9 " ,
96
96
"vue-tsc" : " ^2.2.8"
97
97
},
98
98
"husky" : {
118
118
" esbuild"
119
119
]
120
120
}
121
- }
121
+ }
0 commit comments