summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-06-28 08:53:05 +0200
committerGitHub <noreply@github.com>2022-06-28 08:53:05 +0200
commit9cf2564d38751a46a71fd322cc08bda717f452a4 (patch)
treeeeb5c34fc1860a50323aa78d6f9a796f5be85509
parentd6e0c7c30c1eb83f49345181dc63723968f297ae (diff)
downloaddjango-9cf2564d38751a46a71fd322cc08bda717f452a4.tar.gz
Bumped versions in pre-commit and npm configurations.
-rw-r--r--.pre-commit-config.yaml4
-rw-r--r--package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index e3f8154ab0..cd2366d560 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -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
diff --git a/package.json b/package.json
index 177d8824db..1cdb1d1b43 100644
--- a/package.json
+++ b/package.json
@@ -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",