When doing a fresh install, yarn takes the latest versions of the packages according to semver.
Then it creates a yarn.lock
file, and won't upgrade the packages anymore.
Yarn upgrade only upgrades the modules installed locally. It has no effect for anybody
else as it does not modify package.json
.
Upgrading gaia-engine on the website
Option 1