Merge pull request #17778 from backstage/blam/remove-octokit-fix

chore: revert the octokit workaround
This commit is contained in:
Ben Lambert
2023-05-12 15:15:30 +02:00
committed by GitHub
2 changed files with 1 additions and 9 deletions
-5
View File
@@ -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": {