Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NewBieCoderXD committed Jul 7, 2024
1 parent b40278a commit df76566
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 61 deletions.
92 changes: 37 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
{
"dependencies": {
"@prisma/client": "^5.16.1",
"cheerio": "1.0.0-rc.12",
"cheerio": "^1.0.0-rc.12",
"discord.js": "^14.15.3",
"dotenv": "^16.3.1",
"envalid": "^8.0.0",
"express": "^4.18.2",
"fp-ts": "^2.16.7",
"node-cache": "^5.1.2",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/js": "^9.6.0",
"@types/cheerio": "^0.22.35",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^20.10.6",
"@types/node": "^20.14.10",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -24,11 +23,11 @@
"eslint-plugin-unused-imports": "^3.2.0",
"globals": "^15.8.0",
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"nodemon": "^3.1.4",
"prisma": "^5.16.1",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
"typescript": "^5.5.3",
"typescript-eslint": "^7.15.0"
},
"scripts": {
Expand Down

0 comments on commit df76566

Please sign in to comment.