Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 12, 2024
1 parent 6883f24 commit e74c5f8
Show file tree
Hide file tree
Showing 3 changed files with 341 additions and 332 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.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.0/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
"typecheck": "tsc"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@cloudflare/workers-types": "^4.20240725.0",
"tsx": "^4.16.2",
"typescript": "^5.5.4",
"wrangler": "^3.66.0"
"@biomejs/biome": "^1.9.0",
"@cloudflare/workers-types": "^4.20240909.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"wrangler": "^3.76.0"
},
"dependencies": {
"@discordjs/builders": "^1.8.2",
"@discordjs/rest": "^2.3.0",
"@discordjs/builders": "^1.9.0",
"@discordjs/rest": "^2.4.0",
"dedent": "^1.5.3",
"discord-api-types": "^0.37.93",
"discord-api-types": "^0.37.100",
"discord-verify": "^1.2.0"
},
"engines": {
"node": ">=22.0.0"
"node": ">=22.8.0"
},
"packageManager": "pnpm@9.6.0"
"packageManager": "pnpm@9.10.0"
}
Loading

0 comments on commit e74c5f8

Please sign in to comment.