Bumped versions in pre-commit and npm configurations.
This commit is contained in:
parent
32f1fe5f89
commit
409060780c
|
@ -1,13 +1,13 @@
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/PyCQA/isort
|
- repo: https://github.com/PyCQA/isort
|
||||||
rev: 5.9.1
|
rev: 5.9.3
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
- repo: https://github.com/PyCQA/flake8
|
- repo: https://github.com/PyCQA/flake8
|
||||||
rev: 3.9.2
|
rev: 4.0.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||||
rev: v7.30.0
|
rev: v7.32.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: eslint
|
- id: eslint
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"npm": ">=1.3.0 <3.0.0"
|
"npm": ">=1.3.0 <3.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^7.16.0",
|
"eslint": "^7.32.0",
|
||||||
"grunt": "^1.0.1",
|
"grunt": "^1.0.1",
|
||||||
"grunt-cli": "^1.2.0",
|
"grunt-cli": "^1.2.0",
|
||||||
"grunt-contrib-qunit": "^4.0.0",
|
"grunt-contrib-qunit": "^4.0.0",
|
||||||
|
|
Loading…
Reference in New Issue