Merge pull request #13278 from backstage/freben/node-fetch

Remove usages of cross-fetch in purely backend packages
This commit is contained in:
Ben Lambert
2022-08-24 10:25:28 +02:00
committed by GitHub
14 changed files with 29 additions and 22 deletions
+10
View File
@@ -0,0 +1,10 @@
---
'@backstage/plugin-airbrake-backend': patch
'@backstage/plugin-catalog-backend-module-bitbucket-server': patch
'@backstage/plugin-dynatrace': patch
'@backstage/plugin-periskop-backend': patch
'@backstage/plugin-stack-overflow-backend': patch
'@backstage/plugin-vault-backend': patch
---
Switched to using node-fetch instead of cross-fetch as is standard for our backend packages