Dependencies
Keeping your dependencies up to date will ensure you are using supported and secure products. Ignoring updates will increase your technical debt making it harder to update in the future.
Updating One Dependency
Click X packages
to show all dependencies showing their current version and their latest version.
Click a Dependency and Choose:
Upgrade
to upgrade the dependency to the latest versionInfo
to display the npm web page for this dependencyUninstall
to remove the dependency from the project
Some dependencies that require additional migration steps may be done automatically for you. For example: updating @ionic/angular-toolkit
will migrate angular.json
to remove unneeded sections or add @ionic/cordova-builders
for Cordova projects.
Hover over any dependency and click the ...
to show all available versions you can install for that dependency.
Updating Multiple Dependencies
Packages are grouped under a scope (for example @ionic
, @capacitor
). You can upgrade all dependencies in a scope by clicking on it.