Skip to content

Commit a520fa0

Browse files
committed
chore(vendor): use native fetch in astro-broken-link-checker
1 parent 9dfb868 commit a520fa0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

vendor/astro-broken-link-checker/check-links.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
import { parse } from 'node-html-parser';
1010
import fs from 'fs';
11-
import fetch from 'node-fetch';
1211
import { URL } from 'url';
1312
import path from 'path';
1413
import pLimit from 'p-limit';

vendor/astro-broken-link-checker/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
},
2222
"dependencies": {
2323
"fast-glob": "^3.3.2",
24-
"node-fetch": "^3.3.2",
2524
"node-html-parser": "^6.1.13",
2625
"p-limit": "^6.1.0"
2726
}

0 commit comments

Comments
 (0)