chore: fixing typescript issues with using the new fetch

This commit is contained in:
blam
2020-10-20 10:17:31 +02:00
parent 2ef3e1f161
commit 0f76b11669
3 changed files with 14 additions and 5 deletions
+3 -2
View File
@@ -38,13 +38,14 @@
"devDependencies": {
"@backstage/cli": "^0.1.1-alpha.25",
"@backstage/dev-utils": "^0.1.1-alpha.25",
"@backstage/test-utils": "^0.1.1-alpha.25",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^10.4.1",
"@testing-library/user-event": "^12.0.7",
"@types/jest": "^26.0.7",
"@types/node": "^12.0.0",
"msw": "^0.21.2",
"cross-fetch": "^3.0.6"
"cross-fetch": "^3.0.6",
"msw": "^0.21.2"
},
"files": [
"dist"