Update dependencies

This commit is contained in:
Wroclaw 2023-07-30 21:37:37 +02:00
parent 01231151b3
commit c4676175ff
2 changed files with 141 additions and 189 deletions

View file

@ -1,6 +1,6 @@
{
"name": "gptcord",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "./dist/index.js",
"scripts": {
@ -11,7 +11,7 @@
"author": "Wroclaw",
"license": "MIT",
"dependencies": {
"@prisma/client": "^4.13.0",
"@prisma/client": "^5.0.0",
"discord.js": "^14.8.0",
"fold-to-ascii": "^5.0.1",
"gpt-3-encoder": "^1.1.4",
@ -21,10 +21,10 @@
"devDependencies": {
"@types/fold-to-ascii": "^5.0.0",
"@types/require-directory": "^2.1.2",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"prisma": "^4.13.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.46.0",
"prisma": "^5.0.0",
"typescript": "^5.1.6"
}
}