build: update package.json

This commit is contained in:
Anthony Berg 2023-05-27 06:18:26 +01:00
parent c9a39ecfc2
commit fb5d963af8
2 changed files with 286 additions and 326 deletions

594
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -29,18 +29,18 @@
},
"homepage": "https://github.com/veganhacktivists/arabot#readme",
"dependencies": {
"@prisma/client": "^4.14.0",
"@prisma/client": "^4.14.1",
"@sapphire/discord.js-utilities": "^6.1.0",
"@sapphire/framework": "^4.4.3",
"@sapphire/framework": "^4.4.4",
"@sapphire/plugin-logger": "^3.0.4",
"@sapphire/plugin-scheduled-tasks": "^7.0.0",
"@sapphire/plugin-scheduled-tasks": "^7.1.0",
"@sapphire/plugin-subcommands": "^4.0.1",
"@sapphire/stopwatch": "^1.5.0",
"@sapphire/time-utilities": "^1.7.9",
"@sapphire/ts-config": "^4.0.0",
"@sapphire/utilities": "^3.11.2",
"@types/node": "^20.1.3",
"bullmq": "^3.13.4",
"@types/node": "^20.2.5",
"bullmq": "^3.14.0",
"discord.js": "^14.11.0",
"dotenv": "^16.0.3",
"ts-node": "^10.9.1",
@ -48,13 +48,13 @@
},
"devDependencies": {
"@types/ioredis": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"eslint": "8.40.0",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint": "8.41.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"prisma": "^4.14.0"
"prisma": "^4.14.1"
}
}