Skip to content

Commit 6023c66

Browse files
authored
Update {bslib} (#1062)
1 parent 342d44a commit 6023c66

16 files changed

+10
-6
lines changed

scripts/htmlDependencies.R

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ versions <- list()
1111
message("Installing GitHub packages: bslib, shiny, htmltools")
1212
withr::local_temp_libpaths()
1313
ignore <- capture.output({
14-
pak::pkg_install(c("rstudio/bslib@py-shiny", "rstudio/shiny@main", "cran::htmltools"))
14+
pak::pkg_install(c(
15+
"rstudio/[email protected]",
16+
"rstudio/shiny@main",
17+
"cran::htmltools"
18+
))
1519
#pak::pkg_install(c("rstudio/bslib@main", "rstudio/shiny@main", "rstudio/htmltools@main"))
1620
})
1721

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"note!": "This file is auto-generated by scripts/htmlDependencies.R",
3-
"shiny_version": "Github (rstudio/shiny@54988c17c8fae0e74e69b3b7fd99edaa435dc3c6)",
4-
"bslib_version": "Github (rstudio/bslib@7bc2171f0311fd980962e9a22571e30b3f77f2fa)",
5-
"htmltools_version": "CRAN (R 4.2.0)",
3+
"shiny_version": "Github (rstudio/shiny@f71f1256b8ed1ee133c5aea281bbc750a379460c)",
4+
"bslib_version": "Github (rstudio/bslib@63dc94a1c89f338c5805a458101e600dcaf371a7)",
5+
"htmltools_version": "CRAN (R 4.3.1)",
66
"bootstrap_version": "5.3.1"
77
}
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.

0 commit comments

Comments
 (0)