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:
parent
9b128e2fb7
commit
ad0839a1da
@ -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
|
||||
)
|
||||
|
||||
|
@ -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}"
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit ae315ded4dba10685dbbafbfa2ff3c1aefeb490d
|
||||
Subproject commit a411ef3e0992d4839f0732ebeb9823024afaaaa8
|
@ -1 +1 @@
|
||||
Subproject commit e8517244f7d2ae4f9d979faf94608d6e4a74a73e
|
||||
Subproject commit dffe304567c86f06bf1be0fce200077504e79783
|
Loading…
x
Reference in New Issue
Block a user