meteor update [package_names]

Attempts to bring you to the latest version of Meteor, and then to upgrade your packages to their latest versions. By default, update will not break compatibility

Arguments

NameDescription
package_names

Options

NameDescription
--packages-onlyUpdate the package versions only. Do not update the release
--patchUpdate the release to a patch release only
--release <release>Update to a specific release of meteor
--allow-incompatible-updateAllow packages in your project to be upgraded or downgraded to versions that are potentially incompatible with the current versions, if required to satisfy all package version constraints
--all-packagesUpdate all packages including indirect dependencies