From 3187a62aa6e9e99bcf771cbb26f2c8788fcee915 Mon Sep 17 00:00:00 2001 From: Johan Berggren Date: Tue, 23 Jan 2018 11:08:27 +0100 Subject: [PATCH] Upgrade to jquery 3.0.0 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a2acb53f40..ee47131c97 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "hammerjs": "^2.0.8", "istanbul-instrumenter-loader": "^3.0.0", "jasmine": "^2.8.0", - "jquery": "2.1.0", + "jquery": "3.0.0", "karma": "^1.7.1", "karma-coverage-istanbul-reporter": "^1.3.0", "karma-jasmine": "^1.1.0", diff --git a/yarn.lock b/yarn.lock index d731616ba3..d06fa388d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2480,9 +2480,9 @@ jasmine@^2.8.0: glob "^7.0.6" jasmine-core "~2.8.0" -jquery@2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.1.0.tgz#1c9a8c971d2b53dae10d72e16cbb5a1df16a4ace" +jquery@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.0.0.tgz#95a2a9541291a9f819e016f85ba247116d03e4ab" js-base64@^2.1.8, js-base64@^2.1.9: version "2.3.1"