diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-01-05 08:23:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-05 08:23:31 +0100 |
| commit | 9b056aa5afbd1f037189f5b9250ef68e87a93e19 (patch) | |
| tree | 8fe3fa323f025f4de4542d4af1d0cb6049da65ce | |
| parent | 7dd19a367e58752bc0b138f5b1a9a3aa35581965 (diff) | |
Bumped versions in pre-commit and npm configurations.
| -rw-r--r-- | .pre-commit-config.yaml | 10 | ||||
| -rw-r--r-- | package.json | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d42a0dd212..1c3571406f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.10.0 + rev: 23.12.1 hooks: - id: black exclude: \.py-tpl$ @@ -9,17 +9,17 @@ repos: hooks: - id: blacken-docs additional_dependencies: - - black==23.10.0 + - black==23.12.1 files: 'docs/.*\.txt$' - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.52.0 + rev: v8.56.0 hooks: - id: eslint diff --git a/package.json b/package.json index e9b3982dc6..0258997340 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "npm": ">=1.3.0" }, "devDependencies": { - "eslint": "^8.52.0", - "puppeteer": "^21.4.0", + "eslint": "^8.56.0", + "puppeteer": "^21.7.0", "grunt": "^1.6.1", "grunt-cli": "^1.4.3", "grunt-contrib-qunit": "^8.0.1", |
