Skip to content

Commit 636d94b

Browse files
- update dependencies
- add debug package
1 parent 7950d84 commit 636d94b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

bun.lockb

-2.53 KB
Binary file not shown.

package.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,17 @@
3333
},
3434
"license": "MIT",
3535
"devDependencies": {
36-
"@types/bun": "^1.1.1",
37-
"@typescript-eslint/eslint-plugin": "^7.8.0",
38-
"@typescript-eslint/parser": "^7.8.0",
39-
"elysia": "^1.0.16",
36+
"@types/bun": "^1.1.2",
37+
"@typescript-eslint/eslint-plugin": "^7.9.0",
38+
"@typescript-eslint/parser": "^7.9.0",
39+
"elysia": "^1.0.20",
4040
"eslint": "^9.2.0",
4141
"typescript": "^5.4.5"
4242
},
4343
"peerDependencies": {
4444
"elysia": ">= 1.0.9"
45+
},
46+
"dependencies": {
47+
"debug": "^4.3.4"
4548
}
4649
}

0 commit comments

Comments
 (0)