mirror of https://github.com/zulip/zulip.git
Updated i18next-xhr-backend to 1.5.1.
This commit is contained in:
parent
a9ba630a37
commit
2b3eb7f541
|
@ -21,7 +21,7 @@
|
|||
"i18next-browser-languagedetector": "0.3.0",
|
||||
"i18next-localstorage-cache": "0.3.0",
|
||||
"i18next-parser": "0.11.1",
|
||||
"i18next-xhr-backend": "1.4.3",
|
||||
"i18next-xhr-backend": "1.5.1",
|
||||
"jquery": "3.3.1",
|
||||
"jquery-validation": "1.16.0",
|
||||
"katex": "0.8.3",
|
||||
|
|
|
@ -8,4 +8,4 @@ ZULIP_VERSION = "1.7.1+git"
|
|||
# Typically, adding a dependency only requires a minor version bump, and
|
||||
# removing a dependency requires a major version bump.
|
||||
|
||||
PROVISION_VERSION = '17.3'
|
||||
PROVISION_VERSION = '17.4'
|
||||
|
|
|
@ -3213,9 +3213,9 @@ i18next-parser@0.11.1:
|
|||
through2 "~2.0.3"
|
||||
vinyl "~2.0.1"
|
||||
|
||||
i18next-xhr-backend@1.4.3:
|
||||
version "1.4.3"
|
||||
resolved "https://registry.yarnpkg.com/i18next-xhr-backend/-/i18next-xhr-backend-1.4.3.tgz#d72f70536a3bf6a3892261dde352bc77d708886a"
|
||||
i18next-xhr-backend@^1.5.1:
|
||||
version "1.5.1"
|
||||
resolved "https://registry.yarnpkg.com/i18next-xhr-backend/-/i18next-xhr-backend-1.5.1.tgz#50282610780c6a696d880dfa7f4ac1d01e8c3ad5"
|
||||
|
||||
i18next@3.4.4:
|
||||
version "3.4.4"
|
||||
|
@ -3602,7 +3602,7 @@ jquery-validation@1.16.0:
|
|||
dependencies:
|
||||
jquery "^1.7 || ^2.0 || ^3.1"
|
||||
|
||||
"jquery@^1.7 || ^2.0 || ^3.1", jquery@^3.3.1:
|
||||
jquery@3.3.1, "jquery@^1.7 || ^2.0 || ^3.1":
|
||||
version "3.3.1"
|
||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"
|
||||
|
||||
|
|
Loading…
Reference in New Issue