Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
- Elysia (1.1.19 -> 1.1.23)
- @eslint/js (9.12.0 -> 9.13.0)
- @typescript-eslint/eslint-plugin (8.8.1 -> 8.11.0)
- @typescript-eslint/parser (8.8.1 -> 8.11.0)
- bun-types (1.1.30 -> 1.1.33)
- typescript-eslint (8.8.1 -> 8.11.0)
  • Loading branch information
PunGrumpy committed Oct 28, 2024
1 parent f99065c commit 786cd09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,21 +77,21 @@
],
"dependencies": {
"chalk": "^5.3.0",
"elysia": "^1.1.19"
"elysia": "^1.1.23"
},
"devDependencies": {
"@elysiajs/eden": "^1.1.3",
"@eslint/js": "^9.12.0",
"@eslint/js": "^9.13.0",
"@trunkio/launcher": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"bun-types": "^1.1.30",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"bun-types": "^1.1.33",
"eslint-plugin-simple-import-sort": "^12.1.1",
"globals": "^15.11.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"typescript-eslint": "^8.8.1"
"typescript-eslint": "^8.11.0"
},
"peerDependencies": {
"typescript": "^5.2.2"
Expand Down

0 comments on commit 786cd09

Please sign in to comment.