Browse Source

Bumped versions in pre-commit and npm configurations.

Mariusz Felisiak 2 years ago
parent
commit
3fec3bf90b
2 changed files with 6 additions and 6 deletions
  1. 2 2
      .pre-commit-config.yaml
  2. 4 4
      package.json

+ 2 - 2
.pre-commit-config.yaml

@@ -9,10 +9,10 @@ repos:
     hooks:
       - id: isort
   - repo: https://github.com/PyCQA/flake8
-    rev: 5.0.4
+    rev: 6.0.0
     hooks:
       - id: flake8
   - repo: https://github.com/pre-commit/mirrors-eslint
-    rev: v8.24.0
+    rev: v8.29.0
     hooks:
       - id: eslint

+ 4 - 4
package.json

@@ -9,11 +9,11 @@
     "npm": ">=1.3.0 <3.0.0"
   },
   "devDependencies": {
-    "eslint": "^8.24.0",
-    "puppeteer": "^14.1.1",
+    "eslint": "^8.29.0",
+    "puppeteer": "^18.1.0",
     "grunt": "^1.5.3",
     "grunt-cli": "^1.4.3",
-    "grunt-contrib-qunit": "^6.1.0",
-    "qunit": "^2.19.1"
+    "grunt-contrib-qunit": "^6.2.1",
+    "qunit": "^2.19.3"
   }
 }