Skip to content

Commit b2bc3de

Browse files
authored
Fix collapse button in mobile version
Upgrade JQuery version (3.5.1)
1 parent c36596c commit b2bc3de

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"bootstrap": "3.4.1",
88
"font-awesome": "4.7.0",
9-
"jquery": "3.5.0",
9+
"jquery": "3.5.1",
1010
"lato-font": "3.0.0",
1111
"isotope-layout": "3.0.6"
1212
},

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ [email protected]:
352352

353353
354354
version "3.4.1"
355-
resolved "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.1.tgz"
355+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-3.4.1.tgz#c3a347d419e289ad11f4033e3c4132b87c081d72"
356356
integrity sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA==
357357

358358
boxen@^1.2.1:
@@ -2329,10 +2329,10 @@ [email protected]:
23292329
binaryextensions "~1.0.0"
23302330
textextensions "~1.0.0"
23312331

2332-
2333-
version "3.5.0"
2334-
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.0.tgz#9980b97d9e4194611c36530e7dc46a58d7340fc9"
2335-
integrity sha512-Xb7SVYMvygPxbFMpTFQiHh1J7HClEaThguL15N/Gg37Lri/qKyhRGZYzHRyLH8Stq3Aow0LsHO2O2ci86fCrNQ==
2332+
2333+
version "3.5.1"
2334+
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.1.tgz#d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5"
2335+
integrity sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==
23362336

23372337
js-beautify@^1.5.1:
23382338
version "1.10.2"

0 commit comments

Comments
 (0)