mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
dependencies: Upgrade JavaScript dependencies.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
30b68abf55
commit
a9d64d5604
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user