Skip to content

Commit 5164988

Browse files
author
Rafael Grigorian
committed
Fixed #105
1 parent 1c8b32b commit 5164988

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"webpack-stream": "^4.0.3"
4444
},
4545
"dependencies": {
46-
"jquery": "^3.2.1",
46+
"jquery": "^3.5.1",
4747
"jquery-ui": "^1.12.1"
4848
}
4949
}

yarn.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1967,10 +1967,12 @@ [email protected]:
19671967
jquery-ui@^1.12.1:
19681968
version "1.12.1"
19691969
resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.12.1.tgz#bcb4045c8dd0539c134bc1488cdd3e768a7a9e51"
1970+
integrity sha1-vLQEXI3QU5wTS8FIjN0+dop6nlE=
19701971

1971-
jquery@^3.2.1:
1972-
version "3.3.1"
1973-
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"
1972+
jquery@^3.5.1:
1973+
version "3.5.1"
1974+
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.1.tgz#d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5"
1975+
integrity sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==
19741976

19751977
js-base64@^2.1.8:
19761978
version "2.4.9"

0 commit comments

Comments
 (0)