Skip to content

Commit

Permalink
Update backend packages
Browse files Browse the repository at this point in the history
Elysia still breaks when updated so leaving on pinned version

Signed-off-by: Brian Evans <[email protected]>
  • Loading branch information
mrbrianevans committed Dec 27, 2024
1 parent ff1e57d commit ba65a63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file modified server/bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"stream-sub": "bun src/api/server.ts"
},
"devDependencies": {
"@types/node": "^20.12.8",
"bun-types": "^1.1.7",
"mitata": "^0.1.11",
"typescript": "^5.4.5"
"@types/node": "^22.10.2",
"bun-types": "^1.1.42",
"mitata": "^1.0.23",
"typescript": "^5.7.2"
},
"dependencies": {
"elysia": "~1.0.27",
"genson-js": "^0.0.8",
"pino": "^8.21.0",
"redis": "^4.6.13"
"pino": "^9.6.0",
"redis": "^4.7.0"
}
}

0 comments on commit ba65a63

Please sign in to comment.