WIP: Update discord.js
Some checks failed
Test / build (push) Failing after 43s

This commit is contained in:
Ethan Lane 2025-05-27 19:17:20 +01:00
parent 2c4024c14e
commit f347031571
2 changed files with 154 additions and 98 deletions

View file

@ -41,11 +41,11 @@
"fuse.js": "^7.0.0",
"glob": "^11.0.2",
"jest": "^29.0.0",
"jest-mock-extended": "^3.0.0",
"jest-mock-extended": "^4.0.0-beta1",
"jimp": "^1.6.0",
"minimatch": "9.0.5",
"mysql": "^2.18.1",
"ts-jest": "^29.0.0",
"ts-jest": "^29.3.4",
"typeorm": "0.3.20",
"winston": "^3.15.0",
"winston-daily-rotate-file": "^5.0.0",
@ -53,12 +53,12 @@
},
"resolutions": {},
"devDependencies": {
"@types/node": "^22.8.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@types/node": "^22.15.21",
"@typescript-eslint/eslint-plugin": "^8.33.0",
"@typescript-eslint/parser": "^8.33.0",
"eslint": "^9.13.0",
"np": "^10.0.7",
"typescript": "^5.0.0",
"typescript-eslint": "^8.11.0"
"typescript": "^5.8.3",
"typescript-eslint": "^8.33.0"
}
}