summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2023-02-13 20:51:53 +0100
committerGitHub <noreply@github.com>2023-02-13 20:51:53 +0100
commit7e297e52c21e9203d2b963dd34b9098af9382994 (patch)
treead43975f2285325b4e046a205fda8b8a4ba62b9c
parent3e9d413231edc29768cc7ca0427e63b19233f562 (diff)
Bumped versions in pre-commit and npm configurations.
-rw-r--r--.github/workflows/tests.yml2
-rw-r--r--.pre-commit-config.yaml4
-rw-r--r--package.json10
3 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 5d4c1b68d7..1afd11b0dd 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -49,7 +49,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
- node-version: '14'
+ node-version: '16'
cache: 'npm'
cache-dependency-path: '**/package.json'
- run: npm install
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 5b799bcdd4..f12d7fc766 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
- id: black
exclude: \.py-tpl$
- repo: https://github.com/PyCQA/isort
- rev: 5.10.1
+ rev: 5.12.0
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: v8.29.0
+ rev: v8.34.0
hooks:
- id: eslint
diff --git a/package.json b/package.json
index 26dce69fe6..89a1feca85 100644
--- a/package.json
+++ b/package.json
@@ -6,14 +6,14 @@
"test": "grunt test --verbose"
},
"engines": {
- "npm": ">=1.3.0 <3.0.0"
+ "npm": ">=1.3.0"
},
"devDependencies": {
- "eslint": "^8.29.0",
- "puppeteer": "^18.1.0",
- "grunt": "^1.5.3",
+ "eslint": "^8.34.0",
+ "puppeteer": "^19.7.0",
+ "grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-qunit": "^6.2.1",
- "qunit": "^2.19.3"
+ "qunit": "^2.19.4"
}
}