mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Bumped versions in pre-commit and npm configurations.
This commit is contained in:
parent
9da2210f12
commit
3fec3bf90b
@ -9,10 +9,10 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
- repo: https://github.com/PyCQA/flake8
|
- repo: https://github.com/PyCQA/flake8
|
||||||
rev: 5.0.4
|
rev: 6.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||||
rev: v8.24.0
|
rev: v8.29.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: eslint
|
- id: eslint
|
||||||
|
@ -9,11 +9,11 @@
|
|||||||
"npm": ">=1.3.0 <3.0.0"
|
"npm": ">=1.3.0 <3.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^8.24.0",
|
"eslint": "^8.29.0",
|
||||||
"puppeteer": "^14.1.1",
|
"puppeteer": "^18.1.0",
|
||||||
"grunt": "^1.5.3",
|
"grunt": "^1.5.3",
|
||||||
"grunt-cli": "^1.4.3",
|
"grunt-cli": "^1.4.3",
|
||||||
"grunt-contrib-qunit": "^6.1.0",
|
"grunt-contrib-qunit": "^6.2.1",
|
||||||
"qunit": "^2.19.1"
|
"qunit": "^2.19.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user