reactioncommerce / reaction

Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes.
https://mailchimp.com/developer/open-commerce/
GNU General Public License v3.0
12.34k stars 2.17k forks source link

review / update all dependencies #3029

Closed aaronjudd closed 6 years ago

aaronjudd commented 7 years ago

Task to run ncu -a and update all dependencies when we begin using Meteor 1.6.

Right now, you can't just force update/install because there is varying versions of node deps/engines involved in some of our dependencies, which should be resolved with Meteor 1.6, as this is also an update to Node v8.x

spencern commented 6 years ago

ncu requires: https://www.npmjs.com/package/npm-check-updates

aaronjudd commented 6 years ago

Closed by https://github.com/reactioncommerce/reaction/pull/3615