mirror of https://github.com/zulip/zulip.git
package.json: Upgrade moment-timezone to 0.5.14.
This commit is contained in:
parent
8d8c102192
commit
254548d093
|
@ -27,7 +27,7 @@
|
|||
"jquery-validation": "1.16.0",
|
||||
"katex": "0.8.3",
|
||||
"moment": "2.21.0",
|
||||
"moment-timezone": "0.5.13",
|
||||
"moment-timezone": "0.5.14",
|
||||
"perfect-scrollbar": "0.7.1",
|
||||
"plotly.js": "1.19.2",
|
||||
"script-loader": "0.7.2",
|
||||
|
|
|
@ -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 = '15.3'
|
||||
PROVISION_VERSION = '15.4'
|
||||
|
|
Loading…
Reference in New Issue