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 9292 "scripts" : {
9393 "lint" : " eslint --cache ." ,
9494 "lint:fix" : " pnpm run lint --fix" ,
95- "build" : " tsup " ,
96- "dev" : " tsup --watch" ,
95+ "build" : " tsdown " ,
96+ "dev" : " tsdown --watch" ,
9797 "test" : " vitest" ,
9898 "play" : " pnpm run -C ./playground dev" ,
9999 "release" : " bumpp && pnpm publish" ,
115115 "@sxzz/prettier-config" : " ^2.0.2" ,
116116 "@types/babel__traverse" : " ^7.20.7" ,
117117 "@types/eslint" : " ^9.6.1" ,
118- "@types/node" : " ^20.14.11 " ,
118+ "@types/node" : " ^22.15.3 " ,
119119 "@typescript-eslint/types" : " ^8.31.0" ,
120120 "@typescript-eslint/utils" : " ^8.30.1" ,
121121 "@vue-macros/reactivity-transform" : " ^0.4.6" ,
126126 "eslint-define-config" : " ^2.1.0" ,
127127 "fast-glob" : " ^3.3.2" ,
128128 "prettier" : " ^3.3.3" ,
129+ "tsdown" : " 0.11.0-beta.2" ,
129130 "tsup" : " ^8.2.2" ,
130131 "tsx" : " ^4.16.2" ,
131132 "typescript" : " ^5.6.3" ,
You can’t perform that action at this time.
0 commit comments