Merge pull request #17778 from backstage/blam/remove-octokit-fix
chore: revert the octokit workaround
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Pin some octokit dependencies to avoid failing typescript build under `tsc:full`
|
||||
@@ -39,10 +39,7 @@
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/react": "^17",
|
||||
"@types/react-dom": "^17",
|
||||
"@octokit/rest": "18.5.6",
|
||||
"@octokit/plugin-rest-endpoint-methods": "5.16.2",
|
||||
"@octokit/plugin-paginate-rest": "2.7.0"
|
||||
"@types/react-dom": "^17"
|
||||
},
|
||||
"prettier": "@spotify/prettier-config",
|
||||
"lint-staged": {
|
||||
|
||||
Reference in New Issue
Block a user