Revert octokit pinning now that the package is fixed (#53966)

This commit is contained in:
Jake Bailey
2023-05-12 09:25:09 -07:00
committed by GitHub
parent 72730f451d
commit 08285abaec
2 changed files with 23 additions and 25 deletions

View File

@@ -83,9 +83,7 @@
"which": "^2.0.2"
},
"overrides": {
"typescript@*": "$typescript",
"@octokit/types": "9.0.0",
"@octokit/openapi-types": "16.0.0"
"typescript@*": "$typescript"
},
"scripts": {
"test": "hereby runtests-parallel --light=false",