dependencies: Upgrade jQuery to 3.4.1.

API changes:
* Positional selectors (eg :first, :eq) are deprecated in 3.4.0 and
  will be removed in 4.0. Use positional methods instead.
This commit is contained in:
Thomas Ip
2019-06-05 09:45:10 +08:00
committed by Tim Abbott
parent 5b94e1dfad
commit d1d06af2c6
3 changed files with 10 additions and 6 deletions

View File

@@ -11,4 +11,4 @@ LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-relea
# Typically, adding a dependency only requires a minor version bump, and
# removing a dependency requires a major version bump.
PROVISION_VERSION = '34.1'
PROVISION_VERSION = '34.2'