Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed May 2, 2024
1 parent 651e141 commit 41f72f6
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 184 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.4/schema.json",
"$schema": "https://biomejs.dev/schemas/1.7.2/schema.json",
"vcs": {
"clientKind": "git",
"enabled": true,
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"author": "Aytch Software",
"license": "GPL-2.0-or-later",
"dependencies": {
"@prisma/client": "^5.12.1",
"@prisma/client": "^5.13.0",
"bufferutil": "^4.0.8",
"dedent": "^1.5.1",
"dedent": "^1.5.3",
"discord.js": "^14.14.1",
"g-detector": "^0.1.6",
"neon-env": "^0.2.1",
Expand All @@ -42,16 +42,16 @@
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"@biomejs/biome": "^1.6.4",
"@dotenvx/dotenvx": "^0.30.0",
"@biomejs/biome": "^1.7.2",
"@dotenvx/dotenvx": "^0.37.1",
"conventional-changelog-cli": "^4.1.0",
"cross-env": "^7.0.3",
"prisma": "^5.12.1",
"tsx": "^4.7.2",
"typescript": "^5.4.4"
"prisma": "^5.13.0",
"tsx": "^4.8.2",
"typescript": "^5.4.5"
},
"engines": {
"node": "^20.11.0 || >=21.2.0"
},
"packageManager": "[email protected].6"
"packageManager": "[email protected].8"
}
Loading

0 comments on commit 41f72f6

Please sign in to comment.