-
Notifications
You must be signed in to change notification settings - Fork 53
Upgrade GO, Vue.js, Quasar
Stanislav Valasek edited this page Jun 19, 2019
·
1 revision
- List all new packages
cd server
go list -m -u all
or
go get -u github.com/psampaz/go-mod-outdated
go list -u -m -json all | go-mod-outdated -update
- Manually change new package versions in go.mod. Alternatively, delete the content of go.mod
required
section, rungo get -u all
and rungo mod tidy
cd client
quasar upgrade
will list all packages which can be upgraded
quasar upgrade -i
will do the upgrade
cd client
npm upgrade -verbose