Skip to content

Commit a4f77d7

Browse files
committed
modified: package.json
1 parent ba5537c commit a4f77d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"lint": "eslint .",
77
"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 ."
99
},
1010
"dependencies": {
1111
"@vueuse/core": "13.0.0",
@@ -16,12 +16,12 @@
1616
"@eslint/js": "^9.22.0",
1717
"@types/bun": "^1.2.5",
1818
"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",
2121
"eslint-plugin-perfectionist": "^4.10.1",
2222
"eslint-plugin-prettier": "^5.2.3",
2323
"jiti": "^2.4.2",
24-
"typescript-eslint": "^8.26.1"
24+
"typescript-eslint": "^8.27.0"
2525
},
2626
"repository": {
2727
"type": "git",

0 commit comments

Comments
 (0)