Skip to content

Commit

Permalink
update octokit using dynamic imports
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Aug 4, 2024
1 parent c61bf8f commit e12cfba
Show file tree
Hide file tree
Showing 6 changed files with 168 additions and 217 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"prettier": "prettier \"{,!(node_modules)/**/}*.ts\" --config .prettierrc --write"
},
"devDependencies": {
"@types/node": "^20.14.11",
"@types/node": "^22.1.0",
"nodemon": "^3.1.4",
"prettier": "^3.3.3"
},
"dependencies": {
"@napi-rs/canvas": "^0.1.53",
"@octokit/rest": "^20.1.1",
"axios": "^1.7.2",
"@octokit/rest": "^21.0.1",
"axios": "^1.7.3",
"chalk": "^4.1.2",
"discord.js": "^14.15.3",
"gif-encoder-2": "^1.0.5",
Expand Down
Loading

0 comments on commit e12cfba

Please sign in to comment.