Merge pull request #17545 from backstage/blam/fix-e2e-tests

[e2e] - temporary fix for e2e's
This commit is contained in:
Ben Lambert
2023-04-28 10:16:50 +02:00
committed by GitHub
2 changed files with 9 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Pin some octokit dependencies to avoid failing typescript build under `tsc:full`
@@ -39,7 +39,10 @@
},
"resolutions": {
"@types/react": "^17",
"@types/react-dom": "^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"
},
"prettier": "@spotify/prettier-config",
"lint-staged": {