File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"lint" : " eslint ." ,
7
7
"lint:fix" : " eslint . --fix" ,
8
- "build" : " tsc && bun build ./index.ts --minify --external vue --outdir ."
8
+ "build" : " tsc && bun build ./index.ts --minify --packages external --outdir ."
9
9
},
10
10
"dependencies" : {
11
11
"@vueuse/core" : " 13.0.0" ,
16
16
"@eslint/js" : " ^9.22.0" ,
17
17
"@types/bun" : " ^1.2.5" ,
18
18
"eslint-config-prettier" : " ^10.1.1" ,
19
- "eslint-import-resolver-typescript" : " ^4.2.1 " ,
20
- "eslint-plugin-import-x" : " ^4.8 .1" ,
19
+ "eslint-import-resolver-typescript" : " ^4.2.2 " ,
20
+ "eslint-plugin-import-x" : " ^4.9 .1" ,
21
21
"eslint-plugin-perfectionist" : " ^4.10.1" ,
22
22
"eslint-plugin-prettier" : " ^5.2.3" ,
23
23
"jiti" : " ^2.4.2" ,
24
- "typescript-eslint" : " ^8.26.1 "
24
+ "typescript-eslint" : " ^8.27.0 "
25
25
},
26
26
"repository" : {
27
27
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments