Skip to content

Commit

Permalink
fix(deps): pin @octokit/core peerDependency to v5 (#720)
Browse files Browse the repository at this point in the history
Pin @octokit/core peerDependency to v5
  • Loading branch information
DanCurryy committed Mar 1, 2024
1 parent 2a7fce7 commit 8ea26f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -52,7 +52,7 @@
"typescript": "^5.0.0"
},
"peerDependencies": {
"@octokit/core": ">=5"
"@octokit/core": "5"
},
"jest": {
"transform": {
Expand Down

0 comments on commit 8ea26f4

Please sign in to comment.