You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the npm-check-updates module, my workflow is typically:
ncu // this prints out updatable deps
ncu -u // update everything
// or
ncu -u -x typescript // update everything except typescript
It's really nice that we can update importmap deps so easily with this library, extending the API to allow easily seeing what will be updated, and allowing for excluding certain updates in and otherwise 'update all' command would be helpful
The text was updated successfully, but these errors were encountered:
Using the
npm-check-updates
module, my workflow is typically:It's really nice that we can update importmap deps so easily with this library, extending the API to allow easily seeing what will be updated, and allowing for excluding certain updates in and otherwise 'update all' command would be helpful
The text was updated successfully, but these errors were encountered: