Skip to content

Commit

Permalink
build(deps): bump jquery-ui from 1.14.0 to 1.14.1 (#7284)
Browse files Browse the repository at this point in the history
* build(deps): bump jquery-ui from 1.14.0 to 1.14.1

Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.14.0 to 1.14.1.
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](jquery/jquery-ui@1.14.0...1.14.1)

---
updated-dependencies:
- dependency-name: jquery-ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Remove old jquery-ui vendored css file

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Liu <[email protected]>
  • Loading branch information
dependabot[bot] and david-yz-liu authored Nov 6, 2024
1 parent ba9c77b commit 0612dfc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
1 change: 0 additions & 1 deletion app/assets/stylesheets/entrypoints/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@
// We create a copy of the vendored assets in the cookies_eu gem due to limitation of cssbundling-rails.
// See https://github.com/rails/cssbundling-rails/issues/81.
@use 'cookies_eu';
@use 'jquery-ui';
14 changes: 7 additions & 7 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 @@ -19,7 +19,7 @@
"i18n-js": "^4.4.3",
"jcrop": "^0.0.1",
"jquery": "^3.7.1",
"jquery-ui": "^1.14.0",
"jquery-ui": "^1.14.1",
"marked": "^14.1.3",
"mathjax": "^3.2.2",
"mime": "^4.0.4",
Expand Down
7 changes: 0 additions & 7 deletions vendor/assets/stylesheets/jquery-ui.css

This file was deleted.

0 comments on commit 0612dfc

Please sign in to comment.