Merge pull request #31818 from overleaf/ar-actually-dedupe

[monorepo] run npm dedupe

GitOrigin-RevId: 6133acd7b28b536b777962024fd318c9c4d6c091
This commit is contained in:
Andrew Rumble
2026-02-26 14:01:47 +00:00
committed by Copybot
parent fcac73e27f
commit de75ea6d3b
3 changed files with 2992 additions and 6707 deletions

9697
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -126,6 +126,7 @@ export async function main(trackProgress) {
// Load and Parse CSV
const content = fs.readFileSync(inputFile, 'utf-8')
/** @type {PriceRecord[]} */
const records = csv.parse(content, { columns: true, skip_empty_lines: true })
if (records.length === 0) {

View File

@@ -47,7 +47,6 @@ globalThis.MutationObserver = global.MutationObserver = window.MutationObserver
globalThis.StorageEvent = global.StorageEvent = window.StorageEvent
globalThis.SVGElement = global.SVGElement = window.SVGElement
globalThis.localStorage = global.localStorage = window.localStorage
globalThis.performance = global.performance = window.performance
globalThis.cancelAnimationFrame = global.cancelAnimationFrame =
window.cancelAnimationFrame
globalThis.requestAnimationFrame = global.requestAnimationFrame =