Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishqmanuja committed Aug 31, 2024
1 parent 8470e3f commit effafc1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
17 changes: 9 additions & 8 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"start": "bun src/index.ts",
"dev": "bun --hot src/index.ts",
"dev": "bun --watch src/index.ts",
"db:pull": "drizzle-kit pull",
"db:push": "drizzle-kit push",
"db:check": "drizzle-kit check",
Expand All @@ -21,20 +21,21 @@
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/bun": "^1.1.6",
"@types/bun": "^1.1.8",
"drizzle-kit": "^0.24.2"
},
"peerDependencies": {
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"dependencies": {
"@elysiajs/cors": "^1.0.4",
"@elysiajs/swagger": "^1.0.5",
"@libsql/client": "^0.7.0",
"@sinclair/typebox": "^0.32.34",
"@elysiajs/cors": "^1.1.0",
"@elysiajs/swagger": "^1.1.1",
"@libsql/client": "^0.10.0",
"@sinclair/typebox": "^0.33.7",
"@tqman/nice-logger": "^1.0.1",
"drizzle-orm": "^0.33.0",
"drizzle-typebox": "^0.1.1",
"elysia": "^1.0.27",
"elysia": "^1.1.9",
"picocolors": "^1.0.1"
},
"trustedDependencies": ["@biomejs/biome"],
Expand Down

0 comments on commit effafc1

Please sign in to comment.