summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-05-21 14:53:37 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-01-31 14:13:03 +0100
commit8fe7bdc29d4c898c4acd4ca1d2b0cfc6b327513e (patch)
treea4a85d63f7ed25fb1819d08d496ea095d695a91f
parent9d39b0f19e20056131914dca076e0d686395fe93 (diff)
downloaddjango-8fe7bdc29d4c898c4acd4ca1d2b0cfc6b327513e.tar.gz
[4.0.x] Bumped versions in pre-commit and npm configurations.
Backport of f825536b5e09b3a047fec0c10aabd91bace0995c from main.
-rw-r--r--.github/workflows/tests.yml2
-rw-r--r--.pre-commit-config.yaml2
-rw-r--r--package.json11
3 files changed, 8 insertions, 7 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index cf71bca700..56ba2fa7ad 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -42,7 +42,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
- node-version: '12'
+ node-version: '14'
- name: Cache dependencies
uses: actions/cache@v2
with:
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 3b08b5a998..429e51ea6d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -12,6 +12,6 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint
- rev: v7.30.0
+ rev: v8.15.0
hooks:
- id: eslint
diff --git a/package.json b/package.json
index 8b444cc58a..177d8824db 100644
--- a/package.json
+++ b/package.json
@@ -9,10 +9,11 @@
"npm": ">=1.3.0 <3.0.0"
},
"devDependencies": {
- "eslint": "^7.16.0",
- "grunt": "^1.0.1",
- "grunt-cli": "^1.2.0",
- "grunt-contrib-qunit": "^4.0.0",
- "qunit": "^2.9.3"
+ "eslint": "^8.15.0",
+ "puppeteer": "^14.1.1",
+ "grunt": "^1.5.3",
+ "grunt-cli": "^1.4.3",
+ "grunt-contrib-qunit": "^6.1.0",
+ "qunit": "^2.19.1"
}
}