diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-02-23 07:30:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-23 07:30:44 +0100 |
| commit | b9d539cca79d8100b24b30fabdb21d10154634ec (patch) | |
| tree | 13bf79426c3474726ca56c77c180ef0be44c65d4 | |
| parent | cfecac27dedc27b5e7f098273787994f49d40037 (diff) | |
Bumped versions in pre-commit and npm configurations.
| -rw-r--r-- | .pre-commit-config.yaml | 4 | ||||
| -rw-r--r-- | package.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6ea11e8e0..a030ca7cc2 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: 24.1.0 + rev: 24.2.0 hooks: - id: black exclude: \.py-tpl$ @@ -9,7 +9,7 @@ repos: hooks: - id: blacken-docs additional_dependencies: - - black==24.1.0 + - black==24.2.0 files: 'docs/.*\.txt$' - repo: https://github.com/PyCQA/isort rev: 5.13.2 diff --git a/package.json b/package.json index 0258997340..51836701e5 100644 --- a/package.json +++ b/package.json @@ -10,10 +10,10 @@ }, "devDependencies": { "eslint": "^8.56.0", - "puppeteer": "^21.7.0", + "puppeteer": "^22.2.0", "grunt": "^1.6.1", "grunt-cli": "^1.4.3", "grunt-contrib-qunit": "^8.0.1", - "qunit": "^2.20.0" + "qunit": "^2.20.1" } } |
