1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-04-26 03:45:21 -04:00

revert npm-check-updates (doesn't work globally)

This commit is contained in:
Jake Jarvis 2021-07-09 11:00:27 -04:00
parent 9b128e2fb7
commit ad0839a1da
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
4 changed files with 11 additions and 8 deletions

View File

@ -4,13 +4,15 @@ set -euo pipefail
# npm ls --global --parseable --depth=0 | awk '{gsub(/\/.*\//,"",$1); print}' | sort -u # npm ls --global --parseable --depth=0 | awk '{gsub(/\/.*\//,"",$1); print}' | sort -u
packages=( packages=(
@11ty/eleventy
@ampproject/toolbox-cli
@babel/cli @babel/cli
@babel/core @babel/core
@lhci/cli @lhci/cli
autoprefixer autoprefixer
eslint eslint
express-generator
express express
express-generator
firebase-tools firebase-tools
gatsby-cli gatsby-cli
gitmoji-cli gitmoji-cli
@ -20,19 +22,20 @@ packages=(
netlify-cli netlify-cli
newman newman
nodemon nodemon
npm-check
npm-check-updates npm-check-updates
pm2 pm2
postcss-cli
postcss postcss
postcss-cli
prettier prettier
release-it release-it
rollup
serve serve
standard standard
stylelint stylelint
superstatic superstatic
vercel vercel
webtorrent-cli webpack
webpack-cli
yo yo
) )

View File

@ -45,8 +45,8 @@ update() {
brew cleanup brew cleanup
echo -e "${YELLOW}Updating NPM/Yarn packages...${NC}" echo -e "${YELLOW}Updating NPM/Yarn packages...${NC}"
npm install --global npm@latest npm-check-updates@latest npm install npm@latest --global
npm-check-updates --global --upgrade npm update --global
yarn global upgrade yarn global upgrade
echo -e "${YELLOW}Updating Ruby gems...${NC}" echo -e "${YELLOW}Updating Ruby gems...${NC}"

@ -1 +1 @@
Subproject commit ae315ded4dba10685dbbafbfa2ff3c1aefeb490d Subproject commit a411ef3e0992d4839f0732ebeb9823024afaaaa8

@ -1 +1 @@
Subproject commit e8517244f7d2ae4f9d979faf94608d6e4a74a73e Subproject commit dffe304567c86f06bf1be0fce200077504e79783