Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Apr 21, 2024
1 parent ace4885 commit 4233141
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 @@ -11,17 +11,17 @@
"update-deps": "bunx npm-check-updates --root --format group -i"
},
"dependencies": {
"@elysiajs/stream": "^0.8.0",
"@octokit/rest": "^20.0.2",
"bun": "^1.0.35",
"elysia": "^0.8.17",
"@elysiajs/stream": "^1.0.2",
"@octokit/rest": "^20.1.0",
"bun": "^1.1.4",
"elysia": "^1.0.13",
"react-dom": "^18.2.0",
"semver": "^7.6.0"
},
"devDependencies": {
"bun-devtools": "^0.0.2",
"bun-types": "^1.0.35",
"typescript": "^5.4.3",
"bun-types": "^1.1.4",
"typescript": "^5.4.5",
"xo": "^0.58.0"
},
"xo": {
Expand Down

0 comments on commit 4233141

Please sign in to comment.