Merge pull request #31818 from overleaf/ar-actually-dedupe
[monorepo] run npm dedupe GitOrigin-RevId: 6133acd7b28b536b777962024fd318c9c4d6c091
This commit is contained in:
Generated
+2991
-6706
File diff suppressed because it is too large
Load Diff
@@ -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) {
|
||||
|
||||
-1
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user