diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-07-11 08:06:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-11 08:06:49 +0200 |
| commit | 5a2e11fd31950336ea996ce5240fd16f4f3c3614 (patch) | |
| tree | a75deec6772561592552c73483c43d7be888801f | |
| parent | 89c7454dbdae3e0df6d96aa6132205d05e4a9b3d (diff) | |
Bumped versions in pre-commit and npm configurations.
| -rw-r--r-- | .pre-commit-config.yaml | 6 | ||||
| -rw-r--r-- | package.json | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 760c05956a..5d0dd84979 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black exclude: \.py-tpl$ @@ -9,7 +9,7 @@ repos: hooks: - id: blacken-docs additional_dependencies: - - black==23.3.0 + - black==23.7.0 - repo: https://github.com/PyCQA/isort rev: 5.12.0 hooks: @@ -19,6 +19,6 @@ repos: hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.36.0 + rev: v8.44.0 hooks: - id: eslint diff --git a/package.json b/package.json index bc9370eafc..0ae77c3dc2 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "npm": ">=1.3.0" }, "devDependencies": { - "eslint": "^8.36.0", - "puppeteer": "^19.8.2", + "eslint": "^8.44.0", + "puppeteer": "^19.11.1", "grunt": "^1.6.1", "grunt-cli": "^1.4.3", "grunt-contrib-qunit": "^7.0.0", |
