Uprade dependencies

This commit is contained in:
Jeremy Thomas
2020-04-11 13:14:21 +01:00
parent 69af712653
commit 24c09831ca
15 changed files with 6791 additions and 717 deletions

View File

@@ -5,15 +5,15 @@
"author": "Jeremy Thomas <bbxdesign@gmail.com> (https://jgthms.com)",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^9.4.7",
"autoprefixer": "^9.7.6",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015-ie": "^6.7.0",
"clean-css-cli": "^4.2.1",
"clean-css-cli": "^4.3.0",
"metalsmith": "^2.3.0",
"metalsmith-filter": "^1.0.2",
"node-sass": "^4.11.0",
"postcss-cli": "^6.1.1"
"node-sass": "^4.13.1",
"postcss-cli": "^7.1.0"
},
"scripts": {
"css-build": "npm run css-sass && npm run css-autoprefix && npm run css-cleancss",