File tree Expand file tree Collapse file tree 3 files changed +647
-36
lines changed Expand file tree Collapse file tree 3 files changed +647
-36
lines changed Original file line number Diff line number Diff line change 92
92
"scripts" : {
93
93
"lint" : " eslint --cache ." ,
94
94
"lint:fix" : " pnpm run lint --fix" ,
95
- "build" : " tsup " ,
96
- "dev" : " tsup --watch" ,
95
+ "build" : " tsdown " ,
96
+ "dev" : " tsdown --watch" ,
97
97
"test" : " vitest" ,
98
98
"play" : " pnpm run -C ./playground dev" ,
99
99
"release" : " bumpp && pnpm publish" ,
115
115
"@sxzz/prettier-config" : " ^2.0.2" ,
116
116
"@types/babel__traverse" : " ^7.20.7" ,
117
117
"@types/eslint" : " ^9.6.1" ,
118
- "@types/node" : " ^20.14.11 " ,
118
+ "@types/node" : " ^22.15.3 " ,
119
119
"@typescript-eslint/types" : " ^8.31.0" ,
120
120
"@typescript-eslint/utils" : " ^8.30.1" ,
121
121
"@vue-macros/reactivity-transform" : " ^0.4.6" ,
126
126
"eslint-define-config" : " ^2.1.0" ,
127
127
"fast-glob" : " ^3.3.2" ,
128
128
"prettier" : " ^3.3.3" ,
129
+ "tsdown" : " 0.11.0-beta.2" ,
129
130
"tsup" : " ^8.2.2" ,
130
131
"tsx" : " ^4.16.2" ,
131
132
"typescript" : " ^5.6.3" ,
You can’t perform that action at this time.
0 commit comments