Skip to content

Commit

Permalink
upgrade pkg versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jan 6, 2023
1 parent 39feaff commit e691d28
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,31 @@
"date": "2022-12-08",
"dependencies": [
{"package": "dotenv", "version": "1.0.3", "repos": "https://cran.r-project.org"},
{"package": "keyring", "version": "1.3.0", "repos": "https://cran.r-project.org"},
{"package": "httr", "version": "1.4.3", "repos": "https://cran.r-project.org"},
{"package": "dplyr", "version": "1.0.8", "repos": "https://cran.r-project.org"},
{"package": "yaml", "version": "2.3.5", "repos": "https://cran.r-project.org"},
{"package": "fontawesome", "version": "0.3.0", "repos": "https://cran.r-project.org"},
{"package": "shiny", "version": "1.7.1", "repos": "https://cran.r-project.org"},
{"package": "keyring", "version": "1.3.1", "repos": "https://cran.r-project.org"},
{"package": "httr", "version": "1.4.4", "repos": "https://cran.r-project.org"},
{"package": "dplyr", "version": "1.0.10", "repos": "https://cran.r-project.org"},
{"package": "yaml", "version": "2.3.6", "repos": "https://cran.r-project.org"},
{"package": "fontawesome", "version": "0.4.0", "repos": "https://cran.r-project.org"},
{"package": "shiny", "version": "1.7.4", "repos": "https://cran.r-project.org"},
{"package": "shinyauthr", "version": "1.0.0", "repos": "https://cran.r-project.org"},
{"package": "shinydashboard", "version": "0.7.2", "repos": "https://cran.r-project.org"},
{"package": "shinydashboardPlus", "version": "2.0.3", "repos": "https://cran.r-project.org"},
{"package": "shinyjs", "version": "2.0.0", "repos": "https://cran.r-project.org"},
{"package": "shinyjs", "version": "2.1.0", "repos": "https://cran.r-project.org"},
{"package": "shinycssloaders", "version": "1.0.0", "repos": "https://cran.r-project.org"},
{"package": "jsonlite", "version": "1.8.0", "repos": "https://cran.r-project.org"},
{"package": "uuid", "version": "1.0-4", "repos": "https://cran.r-project.org"},
{"package": "DT", "version": "0.22", "repos": "https://cran.r-project.org"},
{"package": "tibble", "version": "3.1.7", "repos": "https://cran.r-project.org"},
{"package": "jsonlite", "version": "1.8.4", "repos": "https://cran.r-project.org"},
{"package": "uuid", "version": "1.1-0", "repos": "https://cran.r-project.org"},
{"package": "DT", "version": "0.26", "repos": "https://cran.r-project.org"},
{"package": "tibble", "version": "3.1.8", "repos": "https://cran.r-project.org"},
{"package": "rhandsontable", "version": "0.3.8", "repos": "https://cran.r-project.org"},
{"package": "fastmap", "version": "1.1.0", "repos": "https://cran.r-project.org"},
{"package": "magrittr", "version": "2.0.3", "repos": "https://cran.r-project.org"},
{"package": "promises", "version": "1.2.0.1", "repos": "https://cran.r-project.org"},
{"package": "future", "version": "1.25", "repos": "https://cran.r-project.org"},
{"package": "future", "version": "1.30.0", "repos": "https://cran.r-project.org"},
{"package": "ipc", "version": "0.1.3", "repos": "https://cran.r-project.org"},
{"package": "ocs4R", "version": "0.2.3", "repos": "https://cran.r-project.org"},
{"package": "d4storagehub4R", "version": "0.4-1", "repos": "https://cran.r-project.org"},
{"package": "d4storagehub4R", "version": "0.4-2", "repos": "https://cran.r-project.org"},
{"repo": "eblondel/zen4R", "from": "github"},
{"repo": "eblondel/geometa", "from": "github"},
{"repo": "r-geoflow/geoflow", "from": "github"}
]
}

0 comments on commit e691d28

Please sign in to comment.