Skip to content

Commit

Permalink
Bumped versions in pre-commit and npm configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm authored and sarahboyce committed Jul 24, 2024
1 parent 9f5e230 commit 6c89a53
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.2.0
rev: 24.4.2
hooks:
- id: black
exclude: \.py-tpl$
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.16.0
rev: 1.18.0
hooks:
- id: blacken-docs
additional_dependencies:
- black==24.2.0
- black==24.4.2
files: 'docs/.*\.txt$'
args: ["--rst-literal-block"]
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.2.0
rev: v9.7.0
hooks:
- id: eslint
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"npm": ">=1.3.0"
},
"devDependencies": {
"eslint": "^9.2.0",
"puppeteer": "^22.2.0",
"globals": "^15.1.0",
"eslint": "^9.7.0",
"puppeteer": "^22.13.1",
"globals": "^15.8.0",
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-qunit": "^8.0.1",
"qunit": "^2.20.1"
"grunt-cli": "^1.5.0",
"grunt-contrib-qunit": "^10.1.1",
"qunit": "^2.21.1"
}
}

0 comments on commit 6c89a53

Please sign in to comment.