From ad0839a1da6d6738496c112a6e505cf99371146a Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Fri, 9 Jul 2021 11:00:27 -0400 Subject: [PATCH] revert npm-check-updates (doesn't work globally) --- npm/install_globals.sh | 11 +++++++---- zsh/macos.zsh | 4 ++-- zsh/plugins/zsh-autosuggestions | 2 +- zsh/plugins/zsh-syntax-highlighting | 2 +- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/npm/install_globals.sh b/npm/install_globals.sh index 0a2fe58..8c1216a 100755 --- a/npm/install_globals.sh +++ b/npm/install_globals.sh @@ -4,13 +4,15 @@ set -euo pipefail # npm ls --global --parseable --depth=0 | awk '{gsub(/\/.*\//,"",$1); print}' | sort -u packages=( + @11ty/eleventy + @ampproject/toolbox-cli @babel/cli @babel/core @lhci/cli autoprefixer eslint - express-generator express + express-generator firebase-tools gatsby-cli gitmoji-cli @@ -20,19 +22,20 @@ packages=( netlify-cli newman nodemon - npm-check npm-check-updates pm2 - postcss-cli postcss + postcss-cli prettier release-it + rollup serve standard stylelint superstatic vercel - webtorrent-cli + webpack + webpack-cli yo ) diff --git a/zsh/macos.zsh b/zsh/macos.zsh index f84dddf..68bae70 100644 --- a/zsh/macos.zsh +++ b/zsh/macos.zsh @@ -45,8 +45,8 @@ update() { brew cleanup echo -e "${YELLOW}Updating NPM/Yarn packages...${NC}" - npm install --global npm@latest npm-check-updates@latest - npm-check-updates --global --upgrade + npm install npm@latest --global + npm update --global yarn global upgrade echo -e "${YELLOW}Updating Ruby gems...${NC}" diff --git a/zsh/plugins/zsh-autosuggestions b/zsh/plugins/zsh-autosuggestions index ae315de..a411ef3 160000 --- a/zsh/plugins/zsh-autosuggestions +++ b/zsh/plugins/zsh-autosuggestions @@ -1 +1 @@ -Subproject commit ae315ded4dba10685dbbafbfa2ff3c1aefeb490d +Subproject commit a411ef3e0992d4839f0732ebeb9823024afaaaa8 diff --git a/zsh/plugins/zsh-syntax-highlighting b/zsh/plugins/zsh-syntax-highlighting index e851724..dffe304 160000 --- a/zsh/plugins/zsh-syntax-highlighting +++ b/zsh/plugins/zsh-syntax-highlighting @@ -1 +1 @@ -Subproject commit e8517244f7d2ae4f9d979faf94608d6e4a74a73e +Subproject commit dffe304567c86f06bf1be0fce200077504e79783