remove most usages of node-fetch

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-11-29 16:54:28 +01:00
parent f19c16fad2
commit 5c9cc05eee
75 changed files with 93 additions and 163 deletions
-1
View File
@@ -55,7 +55,6 @@
"express-promise-router": "^4.1.0",
"fs-extra": "^11.0.0",
"lodash": "^4.17.21",
"node-fetch": "^2.7.0",
"ping": "^0.4.1",
"semver": "^7.5.3",
"yn": "^4.0.0"
@@ -24,9 +24,7 @@ import {
ExternalDependencyStatus,
PackageDependency,
} from '@backstage/plugin-devtools-common';
import { JsonObject } from '@backstage/types';
import fetch from 'node-fetch';
import { findPaths } from '@backstage/cli-common';
import { getPackages } from '@manypkg/get-packages';
import ping from 'ping';