From 13dd8bfb33caa624a690257fdd06ff29079950d4 Mon Sep 17 00:00:00 2001 From: Jakub Sobolewski Date: Mon, 20 May 2024 14:37:32 +0200 Subject: [PATCH] chore: depend on shiny.react@0.4.0 --- .github/workflows/ci.yml | 7 ------- DESCRIPTION | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d2cd82b..709aefb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,13 +22,6 @@ jobs: with: extra-packages: local::. # Necessary to avoid object usage linter errors. - - name: Install shiny.react with React 18.3.1 - if: always() - env: - GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} - run: | - Rscript -e 'install.packages("remotes"); remotes::install_github("Appsilon/shiny.react")' - - name: Install Node.js and Yarn uses: actions/setup-node@v3 with: diff --git a/DESCRIPTION b/DESCRIPTION index cb194c7d..850f67d7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -27,7 +27,7 @@ Imports: jsonlite, purrr, shiny, - shiny.react (>= 0.3.0) + shiny.react (>= 0.4.0) Suggests: chromote, covr,