diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index c452be71f..3715e8bc0 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -44,7 +44,7 @@ jobs: PKG_SYSREQS_DRY_RUN=true additional-repos: ${{ matrix.pair.repos }} extra-deps: | - matrixStats (>= 1.5.0) + matrixStats (>= 1.5.0); data.table (>= 1.17.6) branch-cleanup: if: > github.event_name == 'schedule' || ( diff --git a/DESCRIPTION b/DESCRIPTION index 0415d39ff..d923d4284 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -34,22 +34,22 @@ BugReports: https://github.com/insightsengineering/teal.slice/issues Depends: R (>= 4.0) Imports: - bsicons, + bsicons (>= 0.1.2), bslib (>= 0.8.0), checkmate (>= 2.1.0), dplyr (>= 1.0.5), grDevices, htmltools (>= 0.5.4), - jsonlite, + jsonlite (>= 2.0.0), lifecycle (>= 0.2.0), logger (>= 0.3.0), methods, - plotly (>= 4.9.2.2), + plotly (>= 4.10.4), R6 (>= 2.2.0), rlang (>= 1.0.0), shiny (>= 1.6.0), shinycssloaders (>= 1.0.0), - shinyjs, + shinyjs (>= 2.1.0), shinyWidgets (>= 0.6.2), teal.data (>= 0.7.0), teal.logger (>= 0.3.1),