Skip to content

Commit

Permalink
Merge pull request #194 from cpsievert/fix-input-issue
Browse files Browse the repository at this point in the history
Update internal version of shiny.js dependency to match the name that shiny actually uses
  • Loading branch information
nteetor authored Jun 4, 2022
2 parents 5a590fb + 1df041e commit e15f2e6
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 e15f2e6

Please sign in to comment.