Skip to content

Commit

Permalink
fix errors and update packages (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Szedann authored Oct 15, 2023
1 parent 6bc505b commit ae5cb93
Show file tree
Hide file tree
Showing 4 changed files with 416 additions and 490 deletions.
28 changes: 15 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,29 @@
"lint:fix": "prettier --write ."
},
"dependencies": {
"@discordjs/rest": "1.7.1",
"@prisma/client": "5.1.1",
"@discordjs/builders": "^1.6.5",
"@discordjs/rest": "2.0.1",
"@prisma/client": "5.4.2",
"colorette": "^2.0.20",
"discord.js": "14.11.0",
"discord-api-types": "^0.37.60",
"discord.js": "14.13.0",
"express": "^4.18.2",
"gray-matter": "^4.0.3",
"tsx": "3.12.7",
"valibot": "^0.12.0"
"tsx": "3.13.0",
"valibot": "^0.19.0"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "20.3.1",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"@types/express": "^4.17.19",
"@types/node": "20.8.6",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"cross-env": "^7.0.3",
"dotenv": "16.3.1",
"eslint": "8.43.0",
"prettier": "2.8.8",
"prisma": "^5.1.1",
"eslint": "8.51.0",
"prettier": "3.0.3",
"prisma": "^5.4.2",
"ts-node": "^10.9.1",
"typescript": "5.1.3"
"typescript": "5.2.2"
},
"packageManager": "pnpm@8.6.5"
}
Loading

0 comments on commit ae5cb93

Please sign in to comment.