Skip to content

Commit

Permalink
fix: don't use private api in remind command
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Nov 13, 2024
1 parent fd26470 commit 6f72151
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 218 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raboneko",
"version": "0.21.0",
"version": "0.21.1",
"description": "Raboneko.",
"main": "dist/index.js",
"engines": {
Expand All @@ -21,11 +21,11 @@
"lint:fix": "pnpm run prettier:fix && pnpm run eslint:fix"
},
"dependencies": {
"@prisma/client": "^5.21.1",
"bullmq": "^5.23.0",
"@prisma/client": "^5.22.0",
"bullmq": "^5.25.6",
"cat-loggr": "^1.2.2",
"dayjs": "^1.11.13",
"discord-api-types": "^0.37.103",
"discord-api-types": "^0.37.104",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"fastify": "^5.1.0",
Expand All @@ -34,15 +34,15 @@
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.8.7",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.12.2",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"eslint": "^9.14.0",
"eslint-config-dmitmel": "github:dmitmel/eslint-config-dmitmel",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"prisma": "^5.21.1",
"prisma": "^5.22.0",
"slash-up": "^1.4.2",
"ts-node": "^10.9.2",
"tsc-watch": "^6.2.0",
Expand Down
Loading

0 comments on commit 6f72151

Please sign in to comment.