Update NPM dependencies

Updated:
- autoprefixer v10.3.6 → v10.3.7
- esbuild v0.13.3 → v0.13.4
- postcss v8.3.8 → v8.3.9

Added:
- npm v6.0
This commit is contained in:
Chauncey McAskill
2021-10-12 12:18:30 -04:00
parent 14ec69f26d
commit e53efd6ebc
3 changed files with 732 additions and 632 deletions

View File

@@ -10,9 +10,11 @@
| Name | Version | | Name | Version |
| ---------- | -------- | | ---------- | -------- |
| [Node] | > 14.17 | | [Node] | >= 14.17 |
| [NPM] | >= 6.0 |
[Node]: https://nodejs.org/en/ [Node]: https://nodejs.org/
[NPM]: https://npmjs.com/
You can use [nvm](https://github.com/nvm-sh/nvm) to install the node version in `.nvmrc`. You can use [nvm](https://github.com/nvm-sh/nvm) to install the node version in `.nvmrc`.

1349
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -6,7 +6,8 @@
"author": "Locomotive <info@locomotive.ca>", "author": "Locomotive <info@locomotive.ca>",
"type": "module", "type": "module",
"engines": { "engines": {
"node": ">=14.17" "node": ">=14.17",
"npm": ">=6.0"
}, },
"scripts": { "scripts": {
"start": "node --experimental-json-modules --no-warnings build/watch.js", "start": "node --experimental-json-modules --no-warnings build/watch.js",
@@ -20,14 +21,14 @@
"svg4everybody": "^2.1.9" "svg4everybody": "^2.1.9"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^10.3.6", "autoprefixer": "^10.3.7",
"browser-sync": "^2.26.13", "browser-sync": "^2.26.13",
"concat": "^1.0.3", "concat": "^1.0.3",
"esbuild": "^0.13.3", "esbuild": "^0.13.4",
"kleur": "^4.1.4", "kleur": "^4.1.4",
"node-notifier": "^10.0.0", "node-notifier": "^10.0.0",
"node-sass": "^6.0.1", "node-sass": "^6.0.1",
"postcss": "^8.3.8", "postcss": "^8.3.9",
"svg-mixer": "^2.3.14", "svg-mixer": "^2.3.14",
"tiny-glob": "^0.2.9" "tiny-glob": "^0.2.9"
} }