1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Update NPM dependencies

Updated:
- autoprefixer v10.3.7 → v10.4.0
- browser-sync v2.26.13 → v2.27.7
- esbuild v0.13.4 → v0.13.12
- postcss v8.3.9 → v8.3.11
This commit is contained in:
Chauncey McAskill
2021-11-03 13:21:11 -04:00
parent db85740a18
commit b19c18b18c
2 changed files with 260 additions and 238 deletions

View File

@@ -21,14 +21,14 @@
"svg4everybody": "^2.1.9"
},
"devDependencies": {
"autoprefixer": "^10.3.7",
"browser-sync": "^2.26.13",
"autoprefixer": "^10.4.0",
"browser-sync": "^2.27.7",
"concat": "^1.0.3",
"esbuild": "^0.13.4",
"esbuild": "^0.13.12",
"kleur": "^4.1.4",
"node-notifier": "^10.0.0",
"node-sass": "^6.0.1",
"postcss": "^8.3.9",
"postcss": "^8.3.11",
"svg-mixer": "^2.3.14",
"tiny-glob": "^0.2.9"
}