dependencies: Upgrade JavaScript dependencies.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-01-02 16:48:18 -08:00
committed by Tim Abbott
parent 30b68abf55
commit a9d64d5604
7 changed files with 2387 additions and 1992 deletions

View File

@@ -14,12 +14,12 @@ from tools.setup.emoji.emoji_setup_utils import get_emoji_code
from zerver.lib.emoji_utils import hex_codepoint_to_emoji, unqualify_emoji
CLDR_DATA_FILE = os.path.join(
ZULIP_PATH, "node_modules", "cldr-annotations-modern", "annotations", "en", "annotations.json"
ZULIP_PATH, "node_modules", "cldr-annotations-full", "annotations", "en", "annotations.json"
)
CLDR_DERIVED_DATA_FILE = os.path.join(
ZULIP_PATH,
"node_modules",
"cldr-annotations-derived-modern",
"cldr-annotations-derived-full",
"annotationsDerived",
"en",
"annotations.json",