mirror of
https://github.com/django/django.git
synced 2025-07-07 13:25:15 +00:00
Bumped versions in pre-commit and npm configurations.
This commit is contained in:
parent
ac16d2876d
commit
ab1b9cc1b3
2 changed files with 5 additions and 5 deletions
|
@ -17,10 +17,10 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
- repo: https://github.com/PyCQA/flake8
|
- repo: https://github.com/PyCQA/flake8
|
||||||
rev: 7.1.1
|
rev: 7.2.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||||
rev: v9.19.0
|
rev: v9.24.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: eslint
|
- id: eslint
|
||||||
|
|
|
@ -9,9 +9,9 @@
|
||||||
"npm": ">=1.3.0"
|
"npm": ">=1.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^9.19.0",
|
"eslint": "^9.24.0",
|
||||||
"puppeteer": "^24.1.1",
|
"puppeteer": "^24.6.1",
|
||||||
"globals": "^15.14.0",
|
"globals": "^16.0.0",
|
||||||
"grunt": "^1.6.1",
|
"grunt": "^1.6.1",
|
||||||
"grunt-cli": "^1.5.0",
|
"grunt-cli": "^1.5.0",
|
||||||
"grunt-contrib-qunit": "^10.1.1",
|
"grunt-contrib-qunit": "^10.1.1",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue