mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #31818 from overleaf/ar-actually-dedupe
[monorepo] run npm dedupe GitOrigin-RevId: 6133acd7b28b536b777962024fd318c9c4d6c091
This commit is contained in:
9697
package-lock.json
generated
9697
package-lock.json
generated
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
services/web/test/frontend/bootstrap.js
vendored
1
services/web/test/frontend/bootstrap.js
vendored
@@ -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