diff --git a/package.json b/package.json index 88002e541..79c0be722 100644 --- a/package.json +++ b/package.json @@ -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", @@ -53,7 +53,7 @@ "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", @@ -61,7 +61,9 @@ "zod": "^3.23.8" }, "lint-staged": { - "*.ts": ["biome check --write"] + "*.ts": [ + "biome check --write" + ] }, "signale": { "displayScope": true,