Browse Source

Bumped versions in pre-commit and npm configurations.

Mariusz Felisiak 3 years ago
parent
commit
d407340e7f
2 changed files with 9 additions and 8 deletions
  1. 3 3
      .pre-commit-config.yaml
  2. 6 5
      package.json

+ 3 - 3
.pre-commit-config.yaml

@@ -1,11 +1,11 @@
 repos:
   - repo: https://github.com/psf/black
-    rev: 22.1.0
+    rev: 22.3.0
     hooks:
     - id: black
       exclude: \.py-tpl$
   - repo: https://github.com/PyCQA/isort
-    rev: 5.9.3
+    rev: 5.10.1
     hooks:
       - id: isort
   - repo: https://github.com/PyCQA/flake8
@@ -13,6 +13,6 @@ repos:
     hooks:
       - id: flake8
   - repo: https://github.com/pre-commit/mirrors-eslint
-    rev: v7.32.0
+    rev: v8.3.0
     hooks:
       - id: eslint

+ 6 - 5
package.json

@@ -9,10 +9,11 @@
     "npm": ">=1.3.0 <3.0.0"
   },
   "devDependencies": {
-    "eslint": "^7.32.0",
-    "grunt": "^1.0.1",
-    "grunt-cli": "^1.2.0",
-    "grunt-contrib-qunit": "^4.0.0",
-    "qunit": "^2.9.3"
+    "eslint": "^8.3.0",
+    "puppeteer": "^13.5.1",
+    "grunt": "^1.4.1",
+    "grunt-cli": "^1.4.3",
+    "grunt-contrib-qunit": "^5.1.1",
+    "qunit": "^2.18.0"
   }
 }