Skip to content

Commit

Permalink
chore: bump biome
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev committed Jun 28, 2024
1 parent d27f009 commit 883fb6d
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 131 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.8.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"author": "Aytch Software",
"license": "GPL-2.0-or-later",
"dependencies": {
"@prisma/client": "^5.15.1",
"@prisma/client": "^5.16.1",
"bufferutil": "^4.0.8",
"dedent": "^1.5.3",
"discord.js": "^14.15.3",
Expand All @@ -42,16 +42,16 @@
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"@biomejs/biome": "^1.8.2",
"@biomejs/biome": "^1.8.3",
"@dotenvx/dotenvx": "^0.45.0",
"cross-env": "^7.0.3",
"prisma": "^5.15.1",
"prisma": "^5.16.1",
"standard-changelog": "^6.0.0",
"tsx": "^4.15.6",
"tsx": "^4.15.8",
"typescript": "^5.5.2"
},
"engines": {
"node": "^20.11.0 || >=21.2.0"
},
"packageManager": "pnpm@9.2.0"
"packageManager": "pnpm@9.4.0"
}
Loading

0 comments on commit 883fb6d

Please sign in to comment.