Use npm outdated for install latest packages versions ignoring semver

npm outdated | awk 'NR>1 {print $1"@"$4}' | xargs npm install