Skip to content

Commit

Permalink
⬆️ Update backend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
srod committed Jan 7, 2025
1 parent 5fd8484 commit 203092b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions packages/backend-elysia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@
"async-lz-string": "^1.1.0",
"async-mutex": "^0.5.0",
"croner": "^9.0.0",
"drizzle-orm": "^0.38.2",
"elysia": "1.2.9",
"drizzle-orm": "^0.38.3",
"elysia": "1.2.10",
"iron-session": "^8.0.4",
"jose": "^5.9.6",
"ky": "^1.7.3",
"ky": "^1.7.4",
"lru-cache": "^11.0.2",
"merkletreejs": "^0.4.0",
"merkletreejs": "^0.4.1",
"mongodb": "^6.12.0",
"permissionless": "^0.2.23",
"permissionless": "^0.2.24",
"postgres": "^3.4.5",
"radash": "^12.1.0",
"solady": "^0.0.282",
"solady": "^0.0.288",
"sst": "3.4.16",
"viem": "^2.22.3",
"web-push": "^3.6.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@uidotdev/usehooks": "^2.4.1",
"class-variance-authority": "^0.7.1",
"jotai": "^2.11.0",
"ky": "^1.7.3",
"ky": "^1.7.4",
"lucide-react": "^0.469.0",
"next": "15.1.3",
"react-hook-form": "^7.54.2",
Expand All @@ -29,7 +29,7 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"react": "^19",
"elysia": "^1.2.9",
"elysia": "^1.2.10",
"typescript": "^5"
}
}
2 changes: 1 addition & 1 deletion packages/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"micromark": "^4.0.1",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"permissionless": "^0.2.23",
"permissionless": "^0.2.24",
"radash": "^12.1.0",
"react": "^19",
"react-dom": "^19",
Expand Down

0 comments on commit 203092b

Please sign in to comment.