1
0
mirror of https://github.com/django/django.git synced 2025-07-06 18:59:13 +00:00

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

Backport of f825536b5e09b3a047fec0c10aabd91bace0995c from main.
This commit is contained in:
Mariusz Felisiak 2022-05-21 14:53:37 +02:00
parent 9d39b0f19e
commit 8fe7bdc29d
3 changed files with 8 additions and 7 deletions

View File

@ -42,7 +42,7 @@ jobs:
- name: Set up Node.js - name: Set up Node.js
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: '12' node-version: '14'
- name: Cache dependencies - name: Cache dependencies
uses: actions/cache@v2 uses: actions/cache@v2
with: with:

View File

@ -12,6 +12,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: v7.30.0 rev: v8.15.0
hooks: hooks:
- id: eslint - id: eslint

View File

@ -9,10 +9,11 @@
"npm": ">=1.3.0 <3.0.0" "npm": ">=1.3.0 <3.0.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^7.16.0", "eslint": "^8.15.0",
"grunt": "^1.0.1", "puppeteer": "^14.1.1",
"grunt-cli": "^1.2.0", "grunt": "^1.5.3",
"grunt-contrib-qunit": "^4.0.0", "grunt-cli": "^1.4.3",
"qunit": "^2.9.3" "grunt-contrib-qunit": "^6.1.0",
"qunit": "^2.19.1"
} }
} }