The ^
means “take anything with major version 5”, so ^5.0.0
should catch 5.3.5. More details are in the node semver documentation.
↧
Am I using the latest version of Ionic 5?
↧
The ^
means “take anything with major version 5”, so ^5.0.0
should catch 5.3.5. More details are in the node semver documentation.