Skip to content

Commit 4b1e30a

Browse files
-change build command
-update Dependencies
1 parent d40d0d3 commit 4b1e30a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@
2727
"ip"
2828
],
2929
"scripts": {
30-
"build": "tsc",
30+
"build": "rm -rf dist && tsc --project tsconfig.esm.json",
3131
"updateall": "pnpm i && pnpm update -L && bun i",
3232
"lint": "eslint . --ext .ts"
3333
},
3434
"license": "MIT",
3535
"devDependencies": {
36-
"@types/bun": "^1.0.2",
37-
"@typescript-eslint/eslint-plugin": "^6.7.4",
38-
"@typescript-eslint/parser": "^6.7.4",
39-
"elysia": "^1.0.9",
40-
"eslint": "^8.50.0",
41-
"typescript": "^5.3.3"
36+
"@types/bun": "^1.1.0",
37+
"@typescript-eslint/eslint-plugin": "^7.7.0",
38+
"@typescript-eslint/parser": "^7.7.0",
39+
"elysia": "^1.0.13",
40+
"eslint": "^9.1.0",
41+
"typescript": "^5.4.5"
4242
},
4343
"peerDependencies": {
4444
"elysia": ">= 1.0.9"

0 commit comments

Comments
 (0)