quasar dev + yarn permanent update
I use Quasar framework + yarn
When the quasar dev is launched in the console, I get an offer to upgrade:
Update available 1.3.2 → 2.0.0 Run yarn add @quasar/cli to update
I launch yarn add @quasar/cli
Update is performed:
warning " > @intlify/[email protected]" has unmet peer dependency "vite@^2.0.0".
[5/5] Building fresh packages...
success Saved 1 new dependency.
info Direct dependencies
└─ @quasar/[email protected]
info All dependencies
└─ @quasar/[email protected]
Done in 6.27s.
But after 2/3 of the launch of Quasar DEV, the same proposal to be updated: 1.3.2 → 2.0.0
How much is [email protected] to blame for this and what should I do?