diff --git a/package.json b/package.json index e48e6de73a..52aaf9d504 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "incremental-dom": "0.4.1", "jasmine": "^3.1.0", "jasmine-core": "^3.1.0", - "jquery": "2.1.1", + "jquery": "3.0.0", "karma": "^3.1.4", "magic-string": "^0.25.0", "materialize-css": "1.0.0", @@ -154,4 +154,4 @@ "resolutions": { "natives": "1.1.6" } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index aef9f738c6..d8292bee0e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5673,10 +5673,10 @@ jpm@1.3.1: xml2js "0.4.16" zip-dir "1.0.2" -jquery@2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-2.1.1.tgz#828fc60f50f7ee5983363ef4eb01c5f70af4bd5b" - integrity sha1-go/GD1D37lmDNj706wHF9wr0vVs= +jquery@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.0.0.tgz#95a2a9541291a9f819e016f85ba247116d03e4ab" + integrity sha1-laKpVBKRqfgZ4Bb4W6JHEW0D5Ks= js-tokens@^3.0.2: version "3.0.2"