[4.2.x] Bumped versions in pre-commit and npm configurations.

Backport of 7e297e52c2 from main
This commit is contained in:
Sarah Boyce 2023-02-13 20:51:53 +01:00 committed by Mariusz Felisiak
parent 5cde08f702
commit 3b2685b01c
3 changed files with 8 additions and 8 deletions

View File

@ -49,7 +49,7 @@ jobs:
- name: Set up Node.js - name: Set up Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: '14' node-version: '16'
cache: 'npm' cache: 'npm'
cache-dependency-path: '**/package.json' cache-dependency-path: '**/package.json'
- run: npm install - run: npm install

View File

@ -5,7 +5,7 @@ repos:
- id: black - id: black
exclude: \.py-tpl$ exclude: \.py-tpl$
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
rev: 5.10.1 rev: 5.12.0
hooks: hooks:
- id: isort - id: isort
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/PyCQA/flake8
@ -13,6 +13,6 @@ repos:
hooks: hooks:
- id: flake8 - id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint - repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.29.0 rev: v8.34.0
hooks: hooks:
- id: eslint - id: eslint

View File

@ -6,14 +6,14 @@
"test": "grunt test --verbose" "test": "grunt test --verbose"
}, },
"engines": { "engines": {
"npm": ">=1.3.0 <3.0.0" "npm": ">=1.3.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.29.0", "eslint": "^8.34.0",
"puppeteer": "^18.1.0", "puppeteer": "^19.7.0",
"grunt": "^1.5.3", "grunt": "^1.6.1",
"grunt-cli": "^1.4.3", "grunt-cli": "^1.4.3",
"grunt-contrib-qunit": "^6.2.1", "grunt-contrib-qunit": "^6.2.1",
"qunit": "^2.19.3" "qunit": "^2.19.4"
} }
} }