ionic-team / starters

Starter templates for Ionic apps, used by the Ionic CLI
MIT License
460 stars 315 forks source link

Upgrade vue starter to vue@^3.3.0 #1813

Closed mrleblanc101 closed 10 months ago

mrleblanc101 commented 12 months ago

Starter Type: vue Starter Template: all

Description: Upgrade starter to vue 3.3.

liamdebeasi commented 10 months ago

Hey there,

The Vue starter uses the caret (^) in its package.json which means your package manager will install the latest minor release of Vue. So even though the version listed is 3.2.47, the ^ at the beginning will cause Vue 3.3 to be installed.

mrleblanc101 commented 10 months ago

Indeed, I don't remember what issue I had, but it must have been unrelated to this. Sorry