File tree Expand file tree Collapse file tree 3 files changed +531
-539
lines changed Expand file tree Collapse file tree 3 files changed +531
-539
lines changed Original file line number Diff line number Diff line change 62
62
"prepublishOnly" : " pnpm run build"
63
63
},
64
64
"dependencies" : {
65
- "@vue/language-core" : " ^3.0.3 " ,
65
+ "@vue/language-core" : " ^3.0.4 " ,
66
66
"ast-kit" : " ^2.1.1" ,
67
67
"magic-string-ast" : " ^1.0.0" ,
68
68
"muggle-string" : " ^0.4.1" ,
69
69
"unplugin" : " ^2.3.5"
70
70
},
71
71
"devDependencies" : {
72
- "@babel/types" : " ^7.28.1 " ,
73
- "@sxzz/eslint-config" : " ^7.0.6 " ,
72
+ "@babel/types" : " ^7.28.2 " ,
73
+ "@sxzz/eslint-config" : " ^7.1.1 " ,
74
74
"@sxzz/prettier-config" : " ^2.2.3" ,
75
- "@sxzz/test-utils" : " ^0.5.7 " ,
76
- "@types/node" : " ^24.0.14 " ,
77
- "bumpp" : " ^10.2.0 " ,
75
+ "@sxzz/test-utils" : " ^0.5.8 " ,
76
+ "@types/node" : " ^24.1.0 " ,
77
+ "bumpp" : " ^10.2.1 " ,
78
78
"change-case" : " ^5.4.4" ,
79
- "eslint" : " ^9.31 .0" ,
79
+ "eslint" : " ^9.32 .0" ,
80
80
"prettier" : " ^3.6.2" ,
81
- "tsdown" : " ^0.13.0-beta.2 " ,
81
+ "tsdown" : " ^0.13.0" ,
82
82
"tsx" : " ^4.20.3" ,
83
83
"typescript" : " ^5.8.3" ,
84
- "unplugin-oxc" : " ^0.4.6 " ,
84
+ "unplugin-oxc" : " ^0.4.8 " ,
85
85
"unplugin-vue" : " ^7.0.0" ,
86
- "vite" : " ^7.0.5 " ,
86
+ "vite" : " ^7.0.6 " ,
87
87
"vitest" : " ^3.2.4" ,
88
- "vue" : " ^3.5.17 " ,
89
- "vue-tsc" : " ^3.0.3 "
88
+ "vue" : " ^3.5.18 " ,
89
+ "vue-tsc" : " ^3.0.4 "
90
90
},
91
91
"engines" : {
92
92
"node" : " >=20.18.0"
Original file line number Diff line number Diff line change 10
10
"typecheck" : " vue-tsc --noEmit"
11
11
},
12
12
"dependencies" : {
13
- "vue" : " ^3.5.17 "
13
+ "vue" : " ^3.5.18 "
14
14
},
15
15
"devDependencies" : {
16
- "@vitejs/plugin-vue" : " ^6.0.0 " ,
16
+ "@vitejs/plugin-vue" : " ^6.0.1 " ,
17
17
"@vue/tsconfig" : " ^0.7.0" ,
18
18
"tsx" : " ^4.20.3" ,
19
19
"typescript" : " ~5.8.3" ,
20
- "vite" : " ^7.0.5 " ,
21
- "vue-tsc" : " ^3.0.3 "
20
+ "vite" : " ^7.0.6 " ,
21
+ "vue-tsc" : " ^3.0.4 "
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments