summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-05-21 14:53:37 +0200
committerGitHub <noreply@github.com>2022-05-21 14:53:37 +0200
commitf825536b5e09b3a047fec0c10aabd91bace0995c (patch)
treec08c5abeca61154efaafbde8251423f188bf94f3
parent90dcf271147693a8897f644c4c8943c5b73c02f8 (diff)
Bumped versions in pre-commit and npm configurations.
-rw-r--r--.github/workflows/tests.yml2
-rw-r--r--.pre-commit-config.yaml2
-rw-r--r--package.json10
3 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 391c3e080f..82d16d3eef 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -46,7 +46,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
- node-version: '12'
+ node-version: '14'
cache: 'npm'
cache-dependency-path: '**/package.json'
- run: npm install
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index d5561b8392..e3f8154ab0 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -13,6 +13,6 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint
- rev: v8.3.0
+ rev: v8.15.0
hooks:
- id: eslint
diff --git a/package.json b/package.json
index afaa860f29..177d8824db 100644
--- a/package.json
+++ b/package.json
@@ -9,11 +9,11 @@
"npm": ">=1.3.0 <3.0.0"
},
"devDependencies": {
- "eslint": "^8.3.0",
- "puppeteer": "^13.5.1",
- "grunt": "^1.4.1",
+ "eslint": "^8.15.0",
+ "puppeteer": "^14.1.1",
+ "grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
- "grunt-contrib-qunit": "^5.1.1",
- "qunit": "^2.18.0"
+ "grunt-contrib-qunit": "^6.1.0",
+ "qunit": "^2.19.1"
}
}