Skip to content

Commit c615b20

Browse files
committed
Drop node-fetch
1 parent fb74601 commit c615b20

File tree

3 files changed

+0
-51
lines changed

3 files changed

+0
-51
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"eslint-plugin-unicorn": "^59.0.1",
4444
"execa": "^9.6.0",
4545
"globals": "^16.3.0",
46-
"node-fetch": "^3.3.2",
4746
"tmp": "^0.2.3",
4847
"ts-morph": "^26.0.0",
4948
"tsx": "^4.20.3",

pnpm-lock.yaml

Lines changed: 0 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/vendor-esbuild.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import path from "node:path";
22

33
import { execa } from "execa";
4-
import fetch from "node-fetch";
54
import { Node, Project, VariableDeclarationKind } from "ts-morph";
65

76
import { ESBUILD_VERSION, repoRoot } from "./helpers";

0 commit comments

Comments
 (0)