Skip to content

Commit

Permalink
Update server dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cskrov committed Oct 21, 2024
1 parent 12f349f commit 28beca0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified server/bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
"dependencies": {
"@fastify/cors": "10.0.1",
"@fastify/http-proxy": "10.0.0",
"@fastify/http-proxy": "10.0.1",
"@fastify/type-provider-typebox": "5.0.0",
"@hocuspocus/common": "2.13.6",
"@hocuspocus/server": "2.13.6",
"@hocuspocus/common": "2.13.7",
"@hocuspocus/server": "2.13.7",
"@slate-yjs/core": "1.0.2",
"@types/node": "22.7.5",
"@types/node": "22.7.7",
"fastify": "5.0.0",
"fastify-metrics": "12.1.0",
"jose": "4.15.9",
Expand All @@ -29,7 +29,7 @@
"redis": "4.7.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@biomejs/biome": "1.9.4",
"@types/bun": "1.1.11",
"@types/uuid": "10.0.0",
"typescript": "5.6.3"
Expand Down

0 comments on commit 28beca0

Please sign in to comment.