Skip to content

Commit

Permalink
Update jQuery to 3.7.1 (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle authored Nov 3, 2023
1 parent 9e9987f commit 2e34d17
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/user documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Now that you've downloaded the build archive, you will find every CSS, Javascrip
<!-- [...] -->

<!-- jQuery through CDN is not already present -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>

<!-- Elements JS -->
<script src="./vendors/elements/js/vendors.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"flickity-fullscreen": "^1.1.1",
"imagesloaded": "^4.1.4",
"intro.js": "^2.9.3",
"jquery": "^3.6.0",
"jquery": "^3.7.1",
"jquery-mousewheel": "^3.1.13",
"multiple-select": "^1.5.2",
"object-fit-images": "^3.2.4",
Expand Down
2 changes: 1 addition & 1 deletion reader/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<link rel="stylesheet" href="css/elements.css">
<link rel="stylesheet" href="css/reader.css">

<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script src="js/vendors.min.js"></script>
<script src="js/elements.js"></script>
<script src="js/reader.js"></script>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5934,10 +5934,10 @@ jquery-ui@^1.13.0:
dependencies:
jquery ">=1.8.0 <4.0.0"

jquery@>=1.7, "jquery@>=1.8.0 <4.0.0", jquery@^3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470"
integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==
jquery@>=1.7, "jquery@>=1.8.0 <4.0.0", jquery@^3.7.1:
version "3.7.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de"
integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==

js-beautify@^1.14.0:
version "1.14.0"
Expand Down

0 comments on commit 2e34d17

Please sign in to comment.