How to update npm packages? #3609
-
Somewhere Aman stated that we should update only
What can/should be updated out of these? Npm audit is also showing some issues:
I think a few words in the docs about the best way to keep Adonis updated would be nice. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hey @galaczi! 👋🏻 Like any other Node.js application, you read the changelog of those packages and apply the update if needed. |
Beta Was this translation helpful? Give feedback.
-
The question is basically left unanswered. I would also like to know why |
Beta Was this translation helpful? Give feedback.
Hey @galaczi! 👋🏻
Like any other Node.js application, you read the changelog of those packages and apply the update if needed.
Also, I would recommend having a read on semver. You will learn when you can safely update a dependency without being scared of a breaking change.