Merge pull request #27950 from backstage/freben/no-node-fetch

remove most usages of node-fetch
This commit is contained in:
Fredrik Adelöw
2024-12-02 11:49:26 +01:00
committed by GitHub
99 changed files with 270 additions and 290 deletions
-1
View File
@@ -122,7 +122,6 @@
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.4.2",
"minimatch": "^9.0.0",
"node-fetch": "^2.7.0",
"node-libs-browser": "^2.2.1",
"npm-packlist": "^5.0.0",
"ora": "^5.3.0",
@@ -20,7 +20,6 @@ import { stringify as stringifyYaml } from 'yaml';
import inquirer, { Question, Answers } from 'inquirer';
import { paths } from '../../lib/paths';
import { GithubCreateAppServer } from './GithubCreateAppServer';
import fetch from 'node-fetch';
import openBrowser from 'react-dev-utils/openBrowser';
// This is an experimental command that at this point does not support GitHub Enterprise