Skip to content

Commit

Permalink
Update shiny version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Oct 28, 2023
1 parent 2c06c0c commit c07521e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ Suggests:
magrittr,
rappdirs,
rmarkdown (>= 2.7),
shiny (>= 1.6.0),
shiny (>= 1.7.5.9001),
testthat,
thematic,
withr
Remotes:
rstudio/htmltools
Config/Needs/deploy:
Config/Needs/deploy:
BH,
chiflights22,
colourpicker,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@types/bootstrap": "5.2.2",
"@types/node": "^18.11.18",
"@types/rstudio-shiny": "https://github.com/rstudio/shiny#v1.7.4",
"@types/rstudio-shiny": "https://github.com/rstudio/shiny#async-receivemessage",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"esbuild": "^0.16.14",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -421,17 +421,17 @@ __metadata:
languageName: node
linkType: hard

"@types/rstudio-shiny@https://github.com/rstudio/shiny#v1.7.4":
version: 1.7.4
resolution: "@types/rstudio-shiny@https://github.com/rstudio/shiny.git#commit=6176f03ad0a706bfdf265ff23bd5ea7d90802a06"
"@types/rstudio-shiny@https://github.com/rstudio/shiny#async-receivemessage":
version: 1.7.5-alpha.9000
resolution: "@types/rstudio-shiny@https://github.com/rstudio/shiny.git#commit=241291c1602230e422037d22d3ac4f73812ac34a"
dependencies:
"@types/bootstrap": 3.4.0
"@types/bootstrap-datepicker": 0.0.14
"@types/datatables.net": ^1.10.19
"@types/ion-rangeslider": 2.3.0
"@types/jquery": 3.5.14
"@types/selectize": 0.12.34
checksum: e61c3074b3f98a3511245ac2bf0c90a0db6c62e961becd0f020958c4daad09b852425583cc9ebf8cf2085533373d4ee532952f39cf33de1da40860e84bf787ff
checksum: f5c37a816d98d2cb20c91bc7aeb3faf9af71c9ba8ee5c2f8be300536ceae0f50db1e0515bffde18c90309d2e8486e4a444e81dd71e396f8c1d132a777e586be8
languageName: node
linkType: hard

Expand Down Expand Up @@ -1945,7 +1945,7 @@ __metadata:
dependencies:
"@types/bootstrap": 5.2.2
"@types/node": ^18.11.18
"@types/rstudio-shiny": "https://github.com/rstudio/shiny#v1.7.4"
"@types/rstudio-shiny": "https://github.com/rstudio/shiny#async-receivemessage"
"@typescript-eslint/eslint-plugin": ^5.48.1
"@typescript-eslint/parser": ^5.48.1
esbuild: ^0.16.14
Expand Down

0 comments on commit c07521e

Please sign in to comment.