mirror of https://github.com/zulip/zulip.git
Updated jquery to 3.3.1.
This commit is contained in:
parent
a4da724f22
commit
a9ba630a37
|
@ -22,7 +22,7 @@
|
|||
"i18next-localstorage-cache": "0.3.0",
|
||||
"i18next-parser": "0.11.1",
|
||||
"i18next-xhr-backend": "1.4.3",
|
||||
"jquery": "3.2.1",
|
||||
"jquery": "3.3.1",
|
||||
"jquery-validation": "1.16.0",
|
||||
"katex": "0.8.3",
|
||||
"moment": "2.21.0",
|
||||
|
|
|
@ -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.2'
|
||||
PROVISION_VERSION = '17.3'
|
||||
|
|
|
@ -3602,11 +3602,7 @@ jquery-validation@1.16.0:
|
|||
dependencies:
|
||||
jquery "^1.7 || ^2.0 || ^3.1"
|
||||
|
||||
jquery@3.2.1:
|
||||
version "3.2.1"
|
||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.2.1.tgz#5c4d9de652af6cd0a770154a631bba12b015c787"
|
||||
|
||||
"jquery@^1.7 || ^2.0 || ^3.1":
|
||||
"jquery@^1.7 || ^2.0 || ^3.1", jquery@^3.3.1:
|
||||
version "3.3.1"
|
||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"
|
||||
|
||||
|
@ -6572,7 +6568,7 @@ typedarray@^0.0.6, typedarray@~0.0.5:
|
|||
version "0.0.6"
|
||||
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
||||
|
||||
typescript@^2.7.2:
|
||||
typescript@2.7.2:
|
||||
version "2.7.2"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836"
|
||||
|
||||
|
|
Loading…
Reference in New Issue