Upgrade jest
This commit is contained in:
parent
e4c37f9418
commit
5bfa3509c2
2 changed files with 946 additions and 631 deletions
12
package.json
12
package.json
|
@ -26,10 +26,6 @@
|
||||||
"funding": "https://ko-fi.com/vylpes",
|
"funding": "https://ko-fi.com/vylpes",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@discordjs/rest": "^2.5.0",
|
"@discordjs/rest": "^2.5.0",
|
||||||
"@types/clone-deep": "^4.0.4",
|
|
||||||
"@types/express": "^5.0.2",
|
|
||||||
"@types/jest": "^29.5.14",
|
|
||||||
"@types/uuid": "^10.0.0",
|
|
||||||
"axios": "^1.9.0",
|
"axios": "^1.9.0",
|
||||||
"body-parser": "^2.2.0",
|
"body-parser": "^2.2.0",
|
||||||
"canvas": "^3.1.0",
|
"canvas": "^3.1.0",
|
||||||
|
@ -40,8 +36,8 @@
|
||||||
"express": "^5.1.0",
|
"express": "^5.1.0",
|
||||||
"fuse.js": "^7.1.0",
|
"fuse.js": "^7.1.0",
|
||||||
"glob": "^11.0.2",
|
"glob": "^11.0.2",
|
||||||
"jest": "^29.0.0",
|
"jest": "^30.0.2",
|
||||||
"jest-mock-extended": "^4.0.0-beta1",
|
"jest-mock-extended": "^4.0.0",
|
||||||
"jimp": "^1.6.0",
|
"jimp": "^1.6.0",
|
||||||
"minimatch": "10.0.1",
|
"minimatch": "10.0.1",
|
||||||
"mysql": "^2.18.1",
|
"mysql": "^2.18.1",
|
||||||
|
@ -53,7 +49,11 @@
|
||||||
},
|
},
|
||||||
"resolutions": {},
|
"resolutions": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@types/clone-deep": "^4.0.4",
|
||||||
|
"@types/express": "^5.0.2",
|
||||||
|
"@types/jest": "^30.0.0",
|
||||||
"@types/node": "^22.15.29",
|
"@types/node": "^22.15.29",
|
||||||
|
"@types/uuid": "^10.0.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.33.1",
|
"@typescript-eslint/eslint-plugin": "^8.33.1",
|
||||||
"@typescript-eslint/parser": "^8.33.1",
|
"@typescript-eslint/parser": "^8.33.1",
|
||||||
"eslint": "^9.28.0",
|
"eslint": "^9.28.0",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue