Bumped versions in pre-commit and npm configurations.

This commit is contained in:
Mariusz Felisiak 2022-06-28 08:53:05 +02:00 committed by GitHub
parent d6e0c7c30c
commit 9cf2564d38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
exclude: \.py-tpl$
@ -13,6 +13,6 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.15.0
rev: v8.18.0
hooks:
- id: eslint

View File

@ -9,7 +9,7 @@
"npm": ">=1.3.0 <3.0.0"
},
"devDependencies": {
"eslint": "^8.15.0",
"eslint": "^8.18.0",
"puppeteer": "^14.1.1",
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3",