update.ionic.zone helps you update your Ionic Framework v2/3 project.
You paste your whole package.json
into the form field, select the target Ionic Framework version and click the "Update" button. The tool then updates your dependencies to the version belonging to the selected Ionic Framework version. You copy the result back into your package.json
file and run npm install.
This tool goes through your dependencies, compares them with the versions specified with the release of the selected Ionic version, and updates the values. It additionally analyzes the types of version changes and tries to give you helpful hints on what to keep in mind after running the install (e.g. where breaking changes might have been introduced etc).
package.json
dependencies