Skip to content

Commit

Permalink
Update {bslib}
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Jan 24, 2024
1 parent 39d80a5 commit b5c1d61
Show file tree
Hide file tree
Showing 16 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion scripts/htmlDependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ versions <- list()
message("Installing GitHub packages: bslib, shiny, htmltools")
withr::local_temp_libpaths()
ignore <- capture.output({
pak::pkg_install(c("rstudio/bslib@py-shiny", "rstudio/shiny@main", "cran::htmltools"))
pak::pkg_install(c(
"rstudio/bslib@py-shiny-v0.7.0",
"rstudio/shiny@main",
"cran::htmltools"
))
#pak::pkg_install(c("rstudio/bslib@main", "rstudio/shiny@main", "rstudio/htmltools@main"))
})

Expand Down
6 changes: 3 additions & 3 deletions shiny/www/shared/bootstrap/_version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"note!": "This file is auto-generated by scripts/htmlDependencies.R",
"shiny_version": "Github (rstudio/shiny@54988c17c8fae0e74e69b3b7fd99edaa435dc3c6)",
"bslib_version": "Github (rstudio/bslib@7bc2171f0311fd980962e9a22571e30b3f77f2fa)",
"htmltools_version": "CRAN (R 4.2.0)",
"shiny_version": "Github (rstudio/shiny@f71f1256b8ed1ee133c5aea281bbc750a379460c)",
"bslib_version": "Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7)",
"htmltools_version": "CRAN (R 4.3.1)",
"bootstrap_version": "5.3.1"
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion shiny/www/shared/bslib/_version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"note!": "This file is auto-generated by scripts/htmlDependencies.R",
"package": "bslib",
"version": "Github (rstudio/bslib@7bc2171f0311fd980962e9a22571e30b3f77f2fa)"
"version": "Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7)"
}
2 changes: 1 addition & 1 deletion shiny/www/shared/bslib/components/components.css

Large diffs are not rendered by default.

0 comments on commit b5c1d61

Please sign in to comment.