Tools: Update node packages

This commit is contained in:
Kelly Dwan 2020-12-10 12:39:27 -05:00
parent ee8583d91d
commit c3df4515e0
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
3 changed files with 2151 additions and 499 deletions

1
.nvmrc Normal file
View file

@ -0,0 +1 @@
lts/*

File diff suppressed because it is too large Load diff

View file

@ -17,15 +17,15 @@
"extends @wordpress/browserslist-config" "extends @wordpress/browserslist-config"
], ],
"devDependencies": { "devDependencies": {
"@wordpress/browserslist-config": "2.6.0", "@wordpress/browserslist-config": "2.7.0",
"autoprefixer": "9.6.1", "autoprefixer": "10.1.0",
"cssnano": "4.1.10", "cssnano": "4.1.10",
"grunt": "1.0.4", "grunt": "1.3.0",
"grunt-contrib-watch": "1.1.0", "grunt-contrib-watch": "1.1.0",
"grunt-postcss": "0.9.0", "grunt-postcss": "0.9.0",
"grunt-sass": "3.1.0", "grunt-sass": "3.1.0",
"grunt-sass-globbing": "1.5.1", "grunt-sass-globbing": "1.5.1",
"node-sass": "4.12.0", "node-sass": "5.0.0",
"pixrem": "5.0.0" "pixrem": "5.0.0"
} }
} }