chore: Upgrade moment-timezone to v0.5.45 (#34968)

REV-4067
This commit is contained in:
Juliana Kang
2024-06-13 11:57:23 -04:00
committed by GitHub
parent 944e0588a2
commit 0fc990cf08
3 changed files with 8 additions and 23 deletions

View File

@@ -31,11 +31,8 @@
],
// When adding an ignoreDep, please include a reason and a public link that we can use to follow up and ensure
// that the ignoreDep is removed.
"ignoreDeps": [
// Latest moment-timezone version broke the legacy programs dashboard, which is deprecated and soon to be removed.
// https://github.com/openedx/edx-platform/pull/34928"
"moment-timezone",
],
// This can be done as a comment within the ignoreDeps list.
"ignoreDeps": [],
"timezone": "America/New_York",
"prConcurrentLimit": 3,
"enabledManagers": ["npm"]