Skip to content

Commit

Permalink
chore: bump server deps
Browse files Browse the repository at this point in the history
  • Loading branch information
barclayd committed Dec 24, 2024
1 parent 746291f commit 860f786
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"types": "tsc --noEmit"
},
"dependencies": {
"@trpc/server": "^11.0.0-rc.660",
"hono": "^4.6.13",
"@trpc/server": "^11.0.0-rc.666",
"hono": "^4.6.14",
"uuid": "^11.0.3",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@hono/trpc-server": "0.3.4",
"@types/bun": "latest"
"@types/bun": "^1.1.14"
}
}

0 comments on commit 860f786

Please sign in to comment.