Skip to content

Commit

Permalink
fix(deps): revert breaking dependency changes (#577)
Browse files Browse the repository at this point in the history
* Revert "fix(deps): update dependency @octokit/types to v10 (#573)"

This reverts commit 2fb7b47.

* Revert "fix(deps): update dependency @octokit/request-error to v4 (#572)"

This reverts commit ca248c5.
  • Loading branch information
kfcampbell committed Jun 16, 2023
1 parent 2fb7b47 commit b445021
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 45 deletions.
76 changes: 33 additions & 43 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@octokit/auth-token": "^3.0.0",
"@octokit/graphql": "^5.0.0",
"@octokit/request": "^6.0.0",
"@octokit/request-error": "^4.0.0",
"@octokit/types": "^10.0.0",
"@octokit/request-error": "^3.0.0",
"@octokit/types": "^9.0.0",
"before-after-hook": "^2.2.0",
"universal-user-agent": "^6.0.0"
},
Expand Down

0 comments on commit b445021

Please sign in to comment.