diff --git a/napi/parser/bench.bench.js b/napi/parser/bench.bench.js index 42a58553b0b1e..d89612699ea43 100644 --- a/napi/parser/bench.bench.js +++ b/napi/parser/bench.bench.js @@ -19,7 +19,7 @@ let fixtureUrls = [ 'https://cdn.jsdelivr.net/gh/oxc-project/benchmark-files@main/cal.com.tsx', 'https://cdn.jsdelivr.net/gh/oxc-project/benchmark-files@main/RadixUIAdoptionSection.jsx', 'https://cdn.jsdelivr.net/npm/pdfjs-dist@4.0.269/build/pdf.mjs', - 'https://cdn.jsdelivr.net/npm/antd@5.12.5/dist/antd.js', + 'https://cdn.jsdelivr.net/npm/antd@4.16.1/dist/antd.js', ]; // For sharding in CI - specify single fixture to run benchmarks on diff --git a/napi/parser/test/parse-raw.test.ts b/napi/parser/test/parse-raw.test.ts index 5110a24676db8..a87755100e4c1 100644 --- a/napi/parser/test/parse-raw.test.ts +++ b/napi/parser/test/parse-raw.test.ts @@ -66,7 +66,7 @@ const benchFixtureUrls = [ // Heavy with classes (554K) 'https://cdn.jsdelivr.net/npm/pdfjs-dist@4.0.269/build/pdf.mjs', // ES5 (3.9M) - 'https://cdn.jsdelivr.net/npm/antd@5.12.5/dist/antd.js', + 'https://cdn.jsdelivr.net/npm/antd@4.16.1/dist/antd.js', ]; await mkdir(TARGET_DIR_PATH, { recursive: true });