Skip to content

Commit 35ef3f0

Browse files
committed
internal: Remove fetch polyfill for node as we only test 18+
1 parent 97b447f commit 35ef3f0

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
"core-js": "^3.40.0",
8585
"coveralls": "^3.1.0",
8686
"cpy-cli": "5.0.0",
87-
"cross-fetch": "^4.0.0",
8887
"downlevel-dts": "^0.10.0",
8988
"eslint": "9.29.0",
9089
"globals": "^16.0.0",

scripts/testSetupNode.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
require('cross-fetch/polyfill');

yarn.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11872,7 +11872,7 @@ __metadata:
1187211872
languageName: node
1187311873
linkType: hard
1187411874

11875-
"cross-fetch@npm:^4.0.0, cross-fetch@npm:^4.1.0":
11875+
"cross-fetch@npm:^4.1.0":
1187611876
version: 4.1.0
1187711877
resolution: "cross-fetch@npm:4.1.0"
1187811878
dependencies:
@@ -26991,7 +26991,6 @@ __metadata:
2699126991
core-js: "npm:^3.40.0"
2699226992
coveralls: "npm:^3.1.0"
2699326993
cpy-cli: "npm:5.0.0"
26994-
cross-fetch: "npm:^4.0.0"
2699526994
downlevel-dts: "npm:^0.10.0"
2699626995
eslint: "npm:9.29.0"
2699726996
globals: "npm:^16.0.0"

0 commit comments

Comments
 (0)