Skip to content

Commit

Permalink
🧹 chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
m1212e committed Sep 18, 2024
1 parent 79b8f1e commit 54beed5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Binary file modified bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@prisma/generator-helper": "^5.17.0",
"@sinclair/typebox": "^0.32.35",
"@prisma/generator-helper": "^5.19.1",
"@sinclair/typebox": "^0.33.11",
"prettier": "^3.3.3"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@prisma/client": "5.17.0",
"@biomejs/biome": "^1.9.1",
"@prisma/client": "5.19.1",
"@types/bun": "latest",
"esbuild": "^0.23.0",
"prisma": "5.17.0",
"typescript": "^5.5.4"
"esbuild": "^0.23.1",
"prisma": "5.19.1",
"typescript": "^5.6.2"
}
}

0 comments on commit 54beed5

Please sign in to comment.