Skip to content

Commit

Permalink
fix(deps): bumo octokit deps to fix Deno compat
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jan 3, 2025
1 parent d0d4731 commit a8965ee
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 25 deletions.
54 changes: 32 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"author": "Simon Grondin (http://github.com/SGrondin)",
"license": "MIT",
"dependencies": {
"@octokit/request-error": "^6.0.0",
"@octokit/types": "^13.0.0",
"@octokit/request-error": "^6.1.6",
"@octokit/types": "^13.6.2",
"bottleneck": "^2.15.3"
},
"peerDependencies": {
"@octokit/core": ">=6"
},
"devDependencies": {
"@octokit/core": "^6.0.0",
"@octokit/core": "^6.1.3",
"@octokit/tsconfig": "^4.0.0",
"@types/node": "^22.0.0",
"@vitest/coverage-v8": "^2.0.3",
Expand Down

0 comments on commit a8965ee

Please sign in to comment.