Skip to content

Commit

Permalink
Upgrade jQuery to v3.4
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed Apr 15, 2019
1 parent 34a7662 commit c0b583c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/vendor/jquery/jquery.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/vendor/jquery/jquery.min.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"bootstrap": "^4.1.3",
"codemirror": "5.45.0",
"jquery": "3.3.1",
"jquery": "3.4.0",
"jquery-migrate": "3.0.1",
"jquery-mousewheel": "3.1.13",
"jquery-ui": "1.12.1",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Expand Up @@ -1603,7 +1603,12 @@ jquery.event.drag@2.2.2:
resolved "https://registry.yarnpkg.com/jquery.event.drag/-/jquery.event.drag-2.2.2.tgz#11bbbf83f4c6ef5f3b5065564663913c9f964be1"
integrity sha1-Ebu/g/TG7187UGVWRmORPJ+WS+E=

jquery@3.3.1, "jquery@^1.7 || ^2.0 || ^3.1":
jquery@3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.4.0.tgz#8de513fa0fa4b2c7d2e48a530e26f0596936efdf"
integrity sha512-ggRCXln9zEqv6OqAGXFEcshF5dSBvCkzj6Gm2gzuR5fWawaX8t7cxKVkkygKODrDAzKdoYw3l/e3pm3vlT4IbQ==

"jquery@^1.7 || ^2.0 || ^3.1":
version "3.3.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"
integrity sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==
Expand Down

0 comments on commit c0b583c

Please sign in to comment.