Skip to content

Commit

Permalink
Merge pull request #379 from lhabegger/master
Browse files Browse the repository at this point in the history
Update jquery-ui to 1.13.2
  • Loading branch information
DivadNojnarg authored Aug 1, 2024
2 parents 0e05fdb + f173b23 commit bbe74e3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7,219 deletions.
4 changes: 2 additions & 2 deletions R/deps.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ add_bs4Dash_deps <- function(tag, options) {
# jquery UI deps for sortable elements
htmltools::htmlDependency(
name = "jquery-ui",
version = "1.12.1",
src = c(file = system.file("jquery-ui-1.12.1", package = "bs4Dash")),
version = "1.13.2",
src = c(file = system.file("jquery-ui-1.13.2", package = "bs4Dash")),
script = jquery_ui_js
),
# bootstrap deps
Expand Down
Loading

0 comments on commit bbe74e3

Please sign in to comment.