1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-07-03 14:36:38 -04:00

Update devDependencies, drop Node.js 10 support and switch to npm 8.x

This commit is contained in:
XhmikosR
2021-11-02 16:28:33 +02:00
parent cac7009ac6
commit 443f1d0b48
3 changed files with 3797 additions and 731 deletions

View File

@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [10, 12, 14, 16]
node: [12, 14, 16]
include:
- os: windows-latest
node: 16

4520
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,8 +18,8 @@
},
"devDependencies": {
"bin-check": "^4.1.0",
"eslint": "^7.32.0",
"mocha": "^8.4.0"
"eslint": "^8.1.0",
"mocha": "^9.1.3"
},
"scripts": {
"lint": "eslint .",
@ -33,7 +33,7 @@
"index.js"
],
"engines": {
"node": ">=10"
"node": ">=12"
},
"eslintConfig": {
"extends": "eslint:recommended",