Skip to content

Commit

Permalink
build(deps): use jquery v2.2.4 to unblock jquery-ui v1.14.1 upgrade
Browse files Browse the repository at this point in the history
Unblocks @dependabot PR #10970
  • Loading branch information
jayaddison committed Dec 10, 2024
1 parent 91881f8 commit 92053af
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 4 additions & 2 deletions gulpfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ export function copyJs() {
"./node_modules/jsvectormap/dist/maps/world-merc.js",
"./node_modules/select2/dist/js/select2.min.js",
"./node_modules/jsbarcode/dist/JsBarcode.all.min.js",
]).
"./node_modules/jquery/dist/jquery.js",
], {
ignore: "./node_modules/foundation-sites/js/vendor/jquery.js",
}).
pipe(init()).
pipe(terser()).
pipe(write(".")).
Expand All @@ -104,7 +107,6 @@ function buildjQueryUi() {
"./node_modules/jquery-ui/ui/position.js",
"./node_modules/jquery-ui/ui/keycode.js",
"./node_modules/jquery-ui/ui/unique-id.js",
"./node_modules/jquery-ui/ui/safe-active-element.js",
"./node_modules/jquery-ui/ui/widgets/autocomplete.js",
"./node_modules/jquery-ui/ui/widgets/menu.js",
]).
Expand Down
8 changes: 5 additions & 3 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"cropperjs": "^1.6.1",
"foundation-sites": "5.5.3",
"highcharts": "^9.2.2",
"jquery": "2.2.4",
"jquery-cropper": "^1.0.1",
"jquery-form": "^4.3.0",
"jquery-ui": "1.13.3",
Expand Down

0 comments on commit 92053af

Please sign in to comment.