Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Aug 20, 2024
1 parent c27f73e commit f39b6a2
Show file tree
Hide file tree
Showing 18 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: bs4Dash
Type: Package
Title: A 'Bootstrap 4' Version of 'shinydashboard'
Version: 2.3.3
Version: 2.3.4
Authors@R: c(
person("David", "Granjon", email = "[email protected]", role = c("aut", "cre")),
person(family = "RinteRface", role = "cph"),
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ $(function () {
break;
default: console.warn(`${config.status} does not belong to allowed statuses!`)
}

closeButton = '';

if (config.closable) {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions tools/jstools.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ pkg_version <- as.character(utils::packageVersion("bs4Dash"))
tmp_old_version <- list.dirs("srcjs", full.names = FALSE, recursive = FALSE)
old_version <- strsplit(tmp_old_version, "-")[[1]][2]
new_srcjs_folder_name <- sprintf("srcjs/bs4Dash-%s", pkg_version)
outputDir <- sprintf("inst/bs4Dash-%s", pkg_version)

if (old_version != pkg_version) {
file.rename(
file.path("srcjs", tmp_old_version),
new_srcjs_folder_name
)
dir.create(outputDir)
}

# Validate ----------------------------------------------------------------
Expand All @@ -26,8 +28,6 @@ bs4DashJS <- list.files(

# jshint_file(input = bs4DashJS, options = jshint_options(jquery = TRUE, globals = list("Shiny", "app")))

outputDir <- sprintf("inst/bs4Dash-%s", pkg_version)

# Concat -----------------------------------------------------------------

# This just aggregates all srcjs files into one big .js file. There is no minifications, ... See next step for terser
Expand Down
1 change: 1 addition & 0 deletions vignettes/more-skins.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ vignette: >

```{r setup, include=FALSE}
library(shiny)
library(bslib)
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
Expand Down

0 comments on commit f39b6a2

Please sign in to comment.