Skip to content

Commit

Permalink
chore(deps): update octokit monorepo (major) (#450)
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>
Co-authored-by: wolfy1339 <4595477+wolfy1339@users.noreply.github.com>
  • Loading branch information
renovate[bot] and wolfy1339 committed Jul 10, 2023
1 parent fcdd721 commit 3d7258f
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 112 deletions.
159 changes: 51 additions & 108 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 @@ -16,15 +16,15 @@
"author": "Simon Grondin (http://github.com/SGrondin)",
"license": "MIT",
"dependencies": {
"@octokit/types": "^10.0.0",
"@octokit/request-error": "^4.0.1",
"@octokit/types": "^11.0.0",
"@octokit/request-error": "^5.0.0",
"bottleneck": "^2.15.3"
},
"peerDependencies": {
"@octokit/core": ">=3"
"@octokit/core": ">=5"
},
"devDependencies": {
"@octokit/core": "^4.0.0",
"@octokit/core": "^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 3d7258f

Please sign in to comment.