Skip to content

Commit

Permalink
chore: Updates Shiny Types to 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andyquinterom committed Jul 21, 2023
1 parent 39b6c08 commit 17d6326
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/rstudio-shiny": "https://github.com/rstudio/shiny#v1.7.0",
"@types/rstudio-shiny": "https://github.com/rstudio/shiny#v1.7.4",
"jest": "^26.6.3",
"lodash": "^4.17.21",
"prop-types": "^15.7.2",
Expand Down
17 changes: 12 additions & 5 deletions js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1550,13 +1550,20 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jquery@*", "@types/jquery@patch:@types/jquery@3.5.5#./srcts/patch/types-jquery.patch":
"@types/jquery@*":
version "3.5.16"
resolved "https://registry.yarnpkg.com/@types/jquery/-/jquery-3.5.16.tgz#632131baf30951915b0317d48c98e9890bdf051d"
integrity sha512-bsI7y4ZgeMkmpG9OM710RRzDFp+w4P1RGiIt30C1mSBT+ExCleeh4HObwgArnDFELmRrOpXgSYN9VF1hj+f1lw==
dependencies:
"@types/sizzle" "*"

"@types/jquery@3.5.14":
version "3.5.14"
resolved "https://registry.yarnpkg.com/@types/jquery/-/jquery-3.5.14.tgz#ac8e11ee591e94d4d58da602cb3a5a8320dee577"
integrity sha512-X1gtMRMbziVQkErhTQmSe2jFwwENA/Zr+PprCkF63vFq+Yt5PZ4AlKqgmeNlwgn7dhsXEK888eIW2520EpC+xg==
dependencies:
"@types/sizzle" "*"

"@types/json-schema@*", "@types/json-schema@^7.0.5":
version "7.0.7"
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
Expand Down Expand Up @@ -1613,15 +1620,15 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/rstudio-shiny@https://github.com/rstudio/shiny#v1.7.0":
version "1.7.0"
resolved "https://github.com/rstudio/shiny#0fc861afb4c748b544ce1ac39be2e44563a7acf2"
"@types/rstudio-shiny@https://github.com/rstudio/shiny#v1.7.4":
version "1.7.4"
resolved "https://github.com/rstudio/shiny#4d276b307e73b1d312833f03a873e5c16a2dad48"
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" "patch:@types/jquery@3.5.5#./srcts/patch/types-jquery.patch"
"@types/jquery" "3.5.14"
"@types/selectize" "0.12.34"

"@types/scheduler@*":
Expand Down

0 comments on commit 17d6326

Please sign in to comment.