Remove usages of cross-fetch in backend packages

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-08-22 11:25:32 +02:00
parent c6c0b1978a
commit 148568b5c2
14 changed files with 29 additions and 22 deletions
+2 -3
View File
@@ -27,10 +27,9 @@
"@backstage/backend-common": "^0.15.1-next.0",
"@backstage/config": "^1.0.1",
"@types/express": "*",
"cross-fetch": "^3.0.6",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"node-fetch": "^2.6.0",
"express": "^4.17.1",
"node-fetch": "^2.6.7",
"winston": "^3.2.1",
"yn": "^4.0.0"
},