Skip to content

Commit

Permalink
fix(deps): update octokit monorepo (major) (#612)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: require `@octokit/core` > 5
BREAKING CHANGE: bump `@octokit/types` to v11

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 10, 2023
1 parent 45eb6e8 commit a979e93
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 113 deletions.
161 changes: 52 additions & 109 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"author": "Simon Grondin (http://github.com/SGrondin)",
"license": "MIT",
"dependencies": {
"@octokit/types": "^10.0.0",
"@octokit/types": "^11.0.0",
"bottleneck": "^2.15.3"
},
"peerDependencies": {
"@octokit/core": "^4.0.0"
"@octokit/core": "^5.0.0"
},
"devDependencies": {
"@octokit/core": "^4.0.0",
"@octokit/request-error": "^4.0.0",
"@octokit/core": "^5.0.0",
"@octokit/request-error": "^5.0.0",
"@octokit/tsconfig": "^2.0.0",
"@types/fetch-mock": "^7.3.1",
"@types/jest": "^29.0.0",
Expand Down

0 comments on commit a979e93

Please sign in to comment.