Skip to content

Commit

Permalink
chore: update lavalink-client
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet committed Sep 15, 2024
1 parent 196f30d commit 15948da
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"homepage": "https://github.com/appujet/lavamusic#readme",
"devDependencies": {
"@biomejs/biome": "^1.9.0",
"@types/i18n": "^0.13.12",
"@types/node": "^22.5.5",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/i18n": "^0.13.12",
"@types/node": "^22.5.5",
"@types/signale": "^1.4.7",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
Expand All @@ -53,15 +53,17 @@
"dotenv": "^16.4.5",
"genius-lyrics-api": "^3.2.1",
"i18n": "^0.15.1",
"lavalink-client": "https://pkg.pr.new/moe-music/lavalink-client@f95457c",
"lavalink-client": "https://pkg.pr.new/moe-music/lavalink-client@b5bd496",
"node-system-stats": "^1.3.0",
"signale": "^1.4.0",
"topgg-autoposter": "^2.0.2",
"undici": "^6.19.8",
"zod": "^3.23.8"
},
"lint-staged": {
"*.ts": ["biome check --write"]
"*.ts": [
"biome check --write"
]
},
"signale": {
"displayScope": true,
Expand Down

0 comments on commit 15948da

Please sign in to comment.