Bumped versions in pre-commit and npm configurations.
This commit is contained in:
parent
90dcf27114
commit
f825536b5e
|
@ -46,7 +46,7 @@ jobs:
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '12'
|
node-version: '14'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: '**/package.json'
|
cache-dependency-path: '**/package.json'
|
||||||
- run: npm install
|
- run: npm install
|
||||||
|
|
|
@ -13,6 +13,6 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||||
rev: v8.3.0
|
rev: v8.15.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: eslint
|
- id: eslint
|
||||||
|
|
10
package.json
10
package.json
|
@ -9,11 +9,11 @@
|
||||||
"npm": ">=1.3.0 <3.0.0"
|
"npm": ">=1.3.0 <3.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^8.3.0",
|
"eslint": "^8.15.0",
|
||||||
"puppeteer": "^13.5.1",
|
"puppeteer": "^14.1.1",
|
||||||
"grunt": "^1.4.1",
|
"grunt": "^1.5.3",
|
||||||
"grunt-cli": "^1.4.3",
|
"grunt-cli": "^1.4.3",
|
||||||
"grunt-contrib-qunit": "^5.1.1",
|
"grunt-contrib-qunit": "^6.1.0",
|
||||||
"qunit": "^2.18.0"
|
"qunit": "^2.19.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue