Skip to content

Commit

Permalink
config: update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Nov 19, 2024
1 parent 726991e commit 48ba798
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"module": "index.ts",
"type": "module",
"devDependencies": {
"@types/bun": "latest",
"oxlint": "^0.9.10"
"@types/bun": "^1.1.13",
"oxlint": "^0.11.1"
},
"peerDependencies": {
"typescript": "^5.5.4"
"typescript": "^5.6.3"
},
"dependencies": {
"@inquirer/prompts": "^5.5.0",
"@inquirer/prompts": "^7.1.0",
"chalk": "^5.3.0",
"picocolors": "^1.1.1",
"postgres": "^3.4.5",
Expand Down

0 comments on commit 48ba798

Please sign in to comment.