Closed mrleblanc101 closed 11 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.
Indeed, I don't remember what issue I had, but it must have been unrelated to this. Sorry
Starter Type: vue Starter Template: all
Description: Upgrade starter to vue 3.3.