We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40d0d3 commit 4b1e30aCopy full SHA for 4b1e30a
package.json
@@ -27,18 +27,18 @@
27
"ip"
28
],
29
"scripts": {
30
- "build": "tsc",
+ "build": "rm -rf dist && tsc --project tsconfig.esm.json",
31
"updateall": "pnpm i && pnpm update -L && bun i",
32
"lint": "eslint . --ext .ts"
33
},
34
"license": "MIT",
35
"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"
+ "@types/bun": "^1.1.0",
+ "@typescript-eslint/eslint-plugin": "^7.7.0",
+ "@typescript-eslint/parser": "^7.7.0",
+ "elysia": "^1.0.13",
+ "eslint": "^9.1.0",
+ "typescript": "^5.4.5"
42
43
"peerDependencies": {
44
"elysia": ">= 1.0.9"
0 commit comments