Skip to content

Commit

Permalink
Merge pull request #27 from blakeoxx/jquery-upgrade
Browse files Browse the repository at this point in the history
JQuery upgrade
  • Loading branch information
blakeoxx authored Oct 31, 2023
2 parents 71076c4 + 1bb7ca8 commit 06d71b9
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 39 deletions.
2 changes: 1 addition & 1 deletion dist/bundle.js

Large diffs are not rendered by default.

18 changes: 2 additions & 16 deletions dist/bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,12 @@
/*!
* Sizzle CSS Selector Engine v2.3.6
* https://sizzlejs.com/
*
* Copyright JS Foundation and other contributors
* Released under the MIT license
* https://js.foundation/
*
* Date: 2021-02-16
*/

/*!
* jQuery JavaScript Library v3.6.0
* jQuery JavaScript Library v3.7.1
* https://jquery.com/
*
* Includes Sizzle.js
* https://sizzlejs.com/
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
*
* Date: 2021-03-02T17:08Z
* Date: 2023-08-28T13:37Z
*/

/*!
Expand Down
2 changes: 1 addition & 1 deletion dist/bundle.worker.js

Large diffs are not rendered by default.

18 changes: 2 additions & 16 deletions dist/bundle.worker.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,12 @@
/*!
* Sizzle CSS Selector Engine v2.3.6
* https://sizzlejs.com/
*
* Copyright JS Foundation and other contributors
* Released under the MIT license
* https://js.foundation/
*
* Date: 2021-02-16
*/

/*!
* jQuery JavaScript Library v3.6.0
* jQuery JavaScript Library v3.7.1
* https://jquery.com/
*
* Includes Sizzle.js
* https://sizzlejs.com/
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
*
* Date: 2021-03-02T17:08Z
* Date: 2023-08-28T13:37Z
*/

/*!
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"html-webpack-plugin": "^5.5.3",
"jquery": "3.6.0",
"jquery": "3.7.1",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.7.6",
"rxjs": "^7.8.1",
Expand Down

0 comments on commit 06d71b9

Please sign in to comment.