rstudio / shiny-server

Host Shiny applications over the web.
https://rstudio.com/shiny/server
Other
712 stars 291 forks source link

Remove `stable` package in favor of native stable sort #563

Closed boidolr closed 2 months ago

boidolr commented 7 months ago

For Node.JS since version 12 sort is already stable, meaning anything released after 2019 is fine (compare https://nodejs.org/en/about/previous-releases). Note that package.json still contains "node>=6.6.0" but .nvmrc already uses v18.x.

jcheng5 commented 2 months ago

Thanks!