Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"@testing-library/user-event": "^13.5.0",
"@types/jsdom": "27.0.0",
"@types/node": "^22.10.2",
"@types/node-fetch": "1.6.9",
"@types/react": "18.3.26",
"@types/react-dom": "18.3.7",
"@typescript-eslint/eslint-plugin": "^8.18.1",
Expand All @@ -100,7 +99,6 @@
"filesize": "6.1.0",
"jsdom": "27.0.0",
"lerna": "^7.0.2",
"node-fetch": "2.6.1",
"prettier": "^2.8.1",
"react": "^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0 || ^19.0.0-0",
"react-dom": "^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0 || ^19.0.0-0",
Expand Down
1 change: 0 additions & 1 deletion scripts/compareBuildSizes.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import fs from 'fs';
import size from 'filesize';
import chalk from 'chalk';
import fetch from 'node-fetch';

import upsertPullRequestComment from './utils/upsertPullRequestComment';
import { PACKAGE_SIZES_FILENAME } from './computeBuildSizes';
Expand Down
1 change: 0 additions & 1 deletion scripts/performRelease/updateChangelog/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import fetch from 'node-fetch';
import fs from 'fs';
import util from 'util';
import childProcess from 'child_process';
Expand Down
18 changes: 0 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3119,15 +3119,6 @@ __metadata:
languageName: node
linkType: hard

"@types/node-fetch@npm:1.6.9":
version: 1.6.9
resolution: "@types/node-fetch@npm:1.6.9"
dependencies:
"@types/node": "npm:*"
checksum: 10c0/b2b4760023b3d17db688135308d019d99ed189cb1b596286bd11c7eb640be3425f3d1b690349a5f24ec9d5c11cbabc82e85942ca707a10c51d86855881f8681e
languageName: node
linkType: hard

"@types/node@npm:*":
version: 24.10.0
resolution: "@types/node@npm:24.10.0"
Expand Down Expand Up @@ -3792,7 +3783,6 @@ __metadata:
"@testing-library/user-event": "npm:^13.5.0"
"@types/jsdom": "npm:27.0.0"
"@types/node": "npm:^22.10.2"
"@types/node-fetch": "npm:1.6.9"
"@types/react": "npm:18.3.26"
"@types/react-dom": "npm:18.3.7"
"@typescript-eslint/eslint-plugin": "npm:^8.18.1"
Expand All @@ -3816,7 +3806,6 @@ __metadata:
filesize: "npm:6.1.0"
jsdom: "npm:27.0.0"
lerna: "npm:^7.0.2"
node-fetch: "npm:2.6.1"
prettier: "npm:^2.8.1"
react: "npm:^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0 || ^19.0.0-0"
react-dom: "npm:^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0 || ^19.0.0-0"
Expand Down Expand Up @@ -9916,13 +9905,6 @@ __metadata:
languageName: node
linkType: hard

"node-fetch@npm:2.6.1":
version: 2.6.1
resolution: "node-fetch@npm:2.6.1"
checksum: 10c0/c58586d121782df045681e29608f940be90c7d8c4cada29957c148cfcc5e2d81d74b690cf10ee6879ed055da7ea821450a74ff43f3bde651cf6c8a5f34a77e2a
languageName: node
linkType: hard

"node-fetch@npm:2.6.7":
version: 2.6.7
resolution: "node-fetch@npm:2.6.7"
Expand Down