build(config): update packages

This commit is contained in:
smyalygames 2022-10-16 22:05:46 +01:00
parent 24afe3c4b2
commit 1993682484
3 changed files with 571 additions and 466 deletions

View File

@ -11,6 +11,8 @@ RUN npm install
COPY . .
RUN npx prisma generate
RUN npm run build
RUN chown node:node /opt/app/

1032
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -26,6 +26,7 @@
},
"homepage": "https://github.com/veganhacktivists/arabot#readme",
"dependencies": {
"@discordjs/builders": "^1.3.0",
"@prisma/client": "^4.0.0",
"@sapphire/discord.js-utilities": "^5.0.0",
"@sapphire/framework": "^3.0.0",
@ -50,6 +51,6 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"prisma": "^4.2.1"
"prisma": "^4.4.0"
}
}