Skip to content

how to see outdated dependencies and best way to upgrade my project ? #2603

Closed Answered by aybarska
efsaley asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @efsaley npm outdated - shows all the packages that have newer versions available, this includes breaking changes. It prints a table that includes the package, the current version, the wanted version - according to the semver rules in the package.json - the latest version and the location of the package.

For upgrading react-native itself You can use React Native Upgrade Helper to see what has changed.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by efsaley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants