We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5f404 commit 5bff9c3Copy full SHA for 5bff9c3
packages/@vue/cli/lib/Upgrader.js
@@ -45,6 +45,7 @@ module.exports = class Upgrader {
45
}
46
47
for (const p of upgradable) {
48
+ this.pkg = getPackageJson(this.context)
49
await this.upgrade(p.name, { to: p.latest })
50
51
0 commit comments