Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Jan 24, 2024
1 parent d78fbe2 commit feadaea
Show file tree
Hide file tree
Showing 2 changed files with 278 additions and 466 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,31 @@
"lint:fix": "pnpm run prettier:fix && pnpm run eslint:fix"
},
"dependencies": {
"@prisma/client": "^5.6.0",
"bullmq": "^4.14.1",
"@prisma/client": "^5.8.1",
"bullmq": "^5.1.5",
"cat-loggr": "^1.2.2",
"dayjs": "^1.11.10",
"discord-api-types": "^0.37.65",
"discord-api-types": "^0.37.67",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"fastify": "^4.24.3",
"dotenv": "^16.4.0",
"fastify": "^4.25.2",
"parse-duration": "^1.1.0",
"slash-create": "^6.0.1"
"slash-create": "^6.0.2"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.9.5",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"@types/node": "^20.11.6",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint-config-dmitmel": "github:dmitmel/eslint-config-dmitmel",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.0",
"prisma": "^5.6.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.4",
"prisma": "^5.8.1",
"slash-up": "^1.4.2",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tsc-watch": "^6.0.4",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit feadaea

Please sign in to comment.