Skip to content

Commit

Permalink
feat: added thread creation on today command
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafasegf committed Apr 13, 2024
1 parent cad5ef4 commit 8554b11
Show file tree
Hide file tree
Showing 4 changed files with 885 additions and 731 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
"node": "v16.16.0"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@apollo/client": "^3.9.11",
"async-mutex": "^0.5.0",
"cross-fetch": "^3.1.5",
"discord.js": "14.1.2",
"dotenv": "^10.0.0",
"graphql": "^16.5.0",
"turndown": "^7.1.1",
"cross-fetch": "^4.0.0",
"discord.js": "14.14.1",
"dotenv": "^16.4.5",
"graphql": "^16.8.1",
"turndown": "^7.1.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/turndown": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"eslint": "^8.21.0",
"nodemon": "^2.0.19",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
"@types/turndown": "^5.0.4",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"eslint": "^9.0.0",
"nodemon": "^3.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 8554b11

Please sign in to comment.