Skip to content

Commit

Permalink
dependencies: Upgrade nearly all JavaScript dependencies.
Browse files Browse the repository at this point in the history
Keep handlebars at 4.2.x because
handlebars-lang/handlebars.js#1598 breaks our test
suite, and simplebar at 4.2.x because of
Grsmto/simplebar#406.  Upgrade everything
else.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
  • Loading branch information
andersk authored and timabbott committed Nov 12, 2019
1 parent fffef41 commit 60aebc4
Show file tree
Hide file tree
Showing 3 changed files with 1,038 additions and 885 deletions.
12 changes: 4 additions & 8 deletions package.json
Expand Up @@ -27,15 +27,15 @@
"file-loader": "^4.0.0",
"flatpickr": "^4.5.7",
"font-awesome": "^4.7.0",
"handlebars": "^4.1.2",
"handlebars": "~4.2.2",
"handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^4.0.0-beta.8",
"i18next": "^17.0.16",
"i18next": "^19.0.0",
"jquery": "^3.4.1",
"jquery-caret-plugin": "^1.5.2",
"jquery-validation": "^1.19.0",
"katex": "^0.11.1",
"mini-css-extract-plugin": "^0.6.0",
"mini-css-extract-plugin": "^0.8.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.25",
"optimize-css-assets-webpack-plugin": "^5.0.3",
Expand Down Expand Up @@ -73,7 +73,7 @@
"@types/mini-css-extract-plugin": "^0.8.0",
"@types/node": "^12.0.7",
"@types/optimize-css-assets-webpack-plugin": "^5.0.1",
"@types/terser-webpack-plugin": "^1.2.1",
"@types/terser-webpack-plugin": "^2.2.0",
"@types/underscore": "^1.8.18",
"@types/webpack": "^4.4.32",
"@types/webpack-dev-server": "^3.1.6",
Expand Down Expand Up @@ -104,9 +104,5 @@
"repository": {
"type": "git",
"url": "https://github.com/zulip/zulip.git"
},
"resolutions": {
"//": "Awaiting jquery-validation/jquery-validation#2248 to be published on NPM.",
"jquery-validation/jquery": "3.4.1"
}
}
2 changes: 1 addition & 1 deletion version.py
Expand Up @@ -26,4 +26,4 @@
# historical commits sharing the same major version, in which case a
# minor version bump suffices.

PROVISION_VERSION = '65.0'
PROVISION_VERSION = '65.1'

0 comments on commit 60aebc4

Please sign in to comment.