7 files changed +127
-109
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 3.15.1" ,
4
4
"description" : " 🛠️ The recommended way to start a Vite-powered Vue project" ,
5
5
"type" : " module" ,
6
- "packageManager" : " pnpm@10.6.1 " ,
6
+ "packageManager" : " pnpm@10.6.2 " ,
7
7
"bin" : {
8
8
"create-vue" : " outfile.cjs"
9
9
},
42
42
"@clack/prompts" : " ^0.10.0" ,
43
43
"@tsconfig/node22" : " ^22.0.0" ,
44
44
"@types/eslint" : " ^9.6.1" ,
45
- "@types/node" : " ^22.13.9 " ,
45
+ "@types/node" : " ^22.13.10 " ,
46
46
"@types/prompts" : " ^2.4.9" ,
47
47
"@vue/create-eslint-config" : " ^0.9.1" ,
48
48
"@vue/tsconfig" : " ^0.7.0" ,
49
49
"ejs" : " ^3.1.10" ,
50
50
"esbuild" : " ^0.25.0" ,
51
51
"esbuild-plugin-license" : " ^1.2.3" ,
52
52
"husky" : " ^9.1.7" ,
53
- "lint-staged" : " ^15.4.3 " ,
53
+ "lint-staged" : " ^15.5.0 " ,
54
54
"picocolors" : " ^1.1.1" ,
55
55
"prettier" : " 3.5.3" ,
56
56
"vitest" : " ^3.0.8" ,
57
- "zx" : " ^8.4.0 "
57
+ "zx" : " ^8.4.1 "
58
58
},
59
59
"lint-staged" : {
60
60
"*.{js,ts,vue,json}" : [
0 commit comments