Skip to content

Commit

Permalink
fix unbindAll in sweetalert popup + update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Feb 26, 2024
1 parent c2cc519 commit 229a7b9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/dependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ html_dependency_sweetalert2 <- function(theme = c("sweetalert2",
} else {
htmlDependency(
name = "sweetalert2",
version = "11.10.0",
version = "11.10.5",
src = c(href="shinyWidgets/sweetalert2", file = "assets/sweetalert2"),
script = c("js/sweetalert2.min.js", "sweetalert-bindings.js"),
stylesheet = sprintf("css/%s.min.css", theme)
Expand Down
Loading

0 comments on commit 229a7b9

Please sign in to comment.