Skip to content

Commit

Permalink
fix(pkg): pin @octokit/core peerDependency to v5 (#599)
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 fa01f94 commit 5b84386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"@octokit/types": "^12.6.0"
},
"peerDependencies": {
"@octokit/core": ">=5"
"@octokit/core": "5"
},
"devDependencies": {
"@octokit/core": "^5.1.0",
Expand Down

0 comments on commit 5b84386

Please sign in to comment.