Skip to content

Commit

Permalink
Close #193: update internal version of shiny.js dependency to match t…
Browse files Browse the repository at this point in the history
…he name that shiny actually uses

shiny 1.6.0 started separating its JS and CSS dependencies https://github.com/rstudio/shiny/blob/938916/R/shinyui.R#L99
  • Loading branch information
cpsievert committed Dec 24, 2021
1 parent 5a590fb commit 1df041e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
Depends:
R (>= 3.2),
shiny (>= 1.4.0)
shiny (>= 1.6.0)
Imports:
htmltools (>= 0.4.0),
lifecycle,
Expand Down
2 changes: 1 addition & 1 deletion R/utils-dependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ dep_yonder <- function() {
script = "js/bs-custom-file-input.min.js"
),
htmlDependency(
name = "shiny",
name = "shiny-javascript",
version = "3.3.3",
src = c(
file = system.file("www/shared/", package = "shiny"),
Expand Down

0 comments on commit 1df041e

Please sign in to comment.