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.1 " ,
5
+ "version" : " 1.14.2 " ,
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" : " pnpm@10.5.2 " ,
26
+ "packageManager" : " pnpm@10.6.1 " ,
27
27
"scripts" : {
28
28
"dev" : " vite" ,
29
29
"clean" : " rimraf ./node_modules/.vite" ,
42
42
},
43
43
"dependencies" : {
44
44
"@mdi/font" : " ^7.4.47" ,
45
- "core-js" : " ^3.40 .0" ,
45
+ "core-js" : " ^3.41 .0" ,
46
46
"pinia" : " ^3.0.1" ,
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.14 " ,
50
+ "vuetify" : " ^3.7.15 " ,
51
51
"webfontloader" : " ^1.6.28"
52
52
},
53
53
"devDependencies" : {
54
- "@playwright/test" : " ^1.50.1 " ,
54
+ "@playwright/test" : " ^1.51.0 " ,
55
55
"@tsconfig/node-lts" : " ^22.0.1" ,
56
56
"@types/jsdom" : " ^21.1.7" ,
57
- "@types/node" : " ^22.13.8 " ,
57
+ "@types/node" : " ^22.13.9 " ,
58
58
"@types/webfontloader" : " ^1.6.38" ,
59
59
"@vitejs/plugin-vue" : " ^5.2.1" ,
60
- "@vitest/coverage-v8" : " ^3.0.7 " ,
60
+ "@vitest/coverage-v8" : " ^3.0.8 " ,
61
61
"@vitest/eslint-plugin" : " 1.1.36" ,
62
62
"@vue/eslint-config-prettier" : " ^10.2.0" ,
63
- "@vue/eslint-config-typescript" : " ^14.4 .0" ,
63
+ "@vue/eslint-config-typescript" : " ^14.5 .0" ,
64
64
"@vue/test-utils" : " ^2.4.6" ,
65
65
"@vue/tsconfig" : " ^0.7.0" ,
66
66
"eslint" : " ^9.21.0" ,
67
67
"eslint-import-resolver-custom-alias" : " ^1.3.2" ,
68
68
"eslint-import-resolver-typescript" : " ^3.8.3" ,
69
69
"eslint-plugin-import" : " ^2.31.0" ,
70
70
"eslint-plugin-playwright" : " ^2.2.0" ,
71
- "eslint-plugin-vue" : " ^9.32 .0" ,
71
+ "eslint-plugin-vue" : " ^10.0 .0" ,
72
72
"eslint-plugin-vuejs-accessibility" : " ^2.4.1" ,
73
73
"eslint-plugin-vuetify" : " ^2.5.1" ,
74
- "jiti" : " ^2.4.2" ,
75
74
"husky" : " ^9.1.7" ,
75
+ "jiti" : " ^2.4.2" ,
76
76
"jsdom" : " ^26.0.0" ,
77
77
"lint-staged" : " ^15.4.3" ,
78
78
"npm-run-all2" : " ^7.0.2" ,
79
79
"postcss-html" : " ^1.8.0" ,
80
- "prettier" : " ^3.5.2 " ,
80
+ "prettier" : " ^3.5.3 " ,
81
81
"resize-observer-polyfill" : " ^1.5.1" ,
82
82
"rimraf" : " ^6.0.1" ,
83
83
"rollup-plugin-visualizer" : " ^5.14.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.25 .0" ,
91
- "vite" : " ^6.2.0 " ,
90
+ "typescript-eslint" : " ^8.26 .0" ,
91
+ "vite" : " ^6.2.1 " ,
92
92
"vite-plugin-checker" : " 0.9.0" ,
93
93
"vite-plugin-vue-devtools" : " ^7.7.2" ,
94
94
"vite-plugin-vuetify" : " ^2.1.0" ,
95
- "vitest" : " ^3.0.7 " ,
96
- "vue-tsc" : " ^2.2.6 "
95
+ "vitest" : " ^3.0.8 " ,
96
+ "vue-tsc" : " ^2.2.8 "
97
97
},
98
98
"husky" : {
99
99
"hooks" : {
111
111
},
112
112
"stackblitz" : {
113
113
"startCommand" : " pnpm run test:unit"
114
+ },
115
+ "pnpm" : {
116
+ "onlyBuiltDependencies" : [
117
+ " core-js"
118
+ ]
114
119
}
115
120
}
0 commit comments