Skip to content

Commit

Permalink
Bump deps and add member role on join
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Jun 12, 2023
1 parent a9f5424 commit 5d76040
Show file tree
Hide file tree
Showing 4 changed files with 465 additions and 412 deletions.
34 changes: 17 additions & 17 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": "^4.12.0",
"bullmq": "^3.10.3",
"@prisma/client": "^4.15.0",
"bullmq": "^3.15.5",
"cat-loggr": "^1.2.2",
"dayjs": "^1.11.7",
"discord-api-types": "^0.37.37",
"discord.js": "^14.9.0",
"dotenv": "^16.0.3",
"fastify": "^4.15.0",
"parse-duration": "^1.0.3",
"slash-create": "^5.11.0"
"dayjs": "^1.11.8",
"discord-api-types": "^0.37.43",
"discord.js": "^14.11.0",
"dotenv": "^16.1.4",
"fastify": "^4.18.0",
"parse-duration": "^1.1.0",
"slash-create": "^5.13.0"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.37.0",
"@types/node": "^20.3.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"eslint": "^8.42.0",
"eslint-config-dmitmel": "github:dmitmel/eslint-config-dmitmel",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.7",
"prisma": "^4.12.0",
"prettier": "^2.8.8",
"prisma": "^4.15.0",
"slash-up": "^1.3.0",
"ts-node": "^10.9.1",
"tsc-watch": "^6.0.0",
"typescript": "^5.0.3"
"tsc-watch": "^6.0.4",
"typescript": "^5.1.3"
}
}
Loading

0 comments on commit 5d76040

Please sign in to comment.