Do I need to update my packages?

This page summarizes the projects mentioned and recommended in the original post on /r/reactjs

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • semver

    Semantic Versioning Specification

  • Most packages follow semver. If nothing is broken and everything works fine, I wouldn't update to a new major release (which often includes breaking changes). Minor releases are often ok to update; patch releases should be fine.

  • npm-check

    Check for outdated, incorrect, and unused dependencies.

  • I use https://www.npmjs.com/package/npm-check Make a new branch and update all minor (green) in one go, if that's good I commit and move on, then I update all orange in one go, there's usually an issue so then I undo and split that up and do a few each, committing each time it's all ok. Then I do major (red) one by one and commit each time. Some are too hard to update and I'll leave it alone till probably another update fixes the issue.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project