Update jquery to version 3

Although we should really replace the status jquery with angular to
match the other code, that may take a few weeks. In the meantime, jquery
1.x is very old. The code works with 3.x, so go ahead and update to more
current.

Change-Id: I4385b0b27598eeacf75a880e8b709972d60f9ec8
This commit is contained in:
Monty Taylor 2018-03-07 17:07:17 -06:00
parent 666c7b7c44
commit 65a0940957
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 2 additions and 6 deletions

View File

@ -15,7 +15,7 @@
"angular": "^1.5.8",
"bootstrap": "^3.3.7",
"graphitejs": "https://github.com/prestontimmons/graphitejs/archive/master.tar.gz",
"jquery": "^1.11.1",
"jquery": "^3.3.1",
"jquery-visibility": "https://github.com/mathiasbynens/jquery-visibility/archive/master.tar.gz"
},
"scripts": {

View File

@ -3248,14 +3248,10 @@ isstream@~0.1.2:
dependencies:
jquery "*"
jquery@*:
jquery@*, jquery@^3.0.0:
version "3.3.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"
jquery@^1.11.1:
version "1.12.4"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-1.12.4.tgz#01e1dfba290fe73deba77ceeacb0f9ba2fec9e0c"
js-base64@^2.1.9:
version "2.4.3"
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.4.3.tgz#2e545ec2b0f2957f41356510205214e98fad6582"