Updated deps

This commit is contained in:
2024-10-27 13:46:29 +01:00
parent edb421fa04
commit 96b145a8ad
2 changed files with 240 additions and 208 deletions

View File

@@ -21,8 +21,8 @@
"dev:js": "nodemon --config .nodemon/js.json dist/index.js",
"fmt": "dprint fmt \"**/*.ts\"",
"check": "pnpm tscheck && pnpm lint",
"tscheck": "tsc && echo \"TypeScript check passed!\"",
"lint": "eslint && echo \"Linting passed!\"",
"tscheck": "tsc",
"lint": "eslint",
"lint:fix": "eslint --fix",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
@@ -44,34 +44,34 @@
"chalk": "^5.3.0",
"cron": "^3.1.7",
"discord-player": "^6.7.1",
"discord-player-youtubei": "^1.3.2",
"discord-player-youtubei": "^1.3.3",
"discord.js": "^14.16.3",
"drizzle-orm": "^0.34.1",
"drizzle-orm": "^0.35.3",
"ioredis": "^5.4.1",
"ms": "^2.1.3",
"postgres": "^3.4.4",
"postgres": "^3.4.5",
"pretty-ms": "^9.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.12.0",
"@eslint/js": "^9.13.0",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.35",
"@swc/core": "^1.7.40",
"@types/ms": "^0.7.34",
"@types/node": "^22.7.5",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@types/node": "^22.8.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"chokidar": "^4.0.1",
"dotenv": "^16.4.5",
"dprint": "^0.47.2",
"drizzle-kit": "^0.25.0",
"eslint": "^9.12.0",
"dprint": "^0.47.5",
"drizzle-kit": "^0.26.2",
"eslint": "^9.13.0",
"eslint-plugin-drizzle": "^0.2.3",
"globals": "^15.11.0",
"tsx": "^4.19.1",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
},
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228",
"pnpm": {
"patchedDependencies": {
"whatwg-url@5.0.0": "patches/whatwg-url@5.0.0.patch",