summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2020-03-15 22:20:22 -0700
committerGitHub <noreply@github.com>2020-03-16 06:20:22 +0100
commit38e2fdf1b077653f2461d1c52459b85a8a134a91 (patch)
tree88993b166c8f44905de541f6cc9898d12d7310b1 /package.json
parent7075d27b0c75f1431f29497f4353cd742906b357 (diff)
downloaddjango-38e2fdf1b077653f2461d1c52459b85a8a134a91.tar.gz
Bumped minimum ESLint version to 6.8.0.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8a3853ff9f..6a3bed9a33 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
"npm": ">=1.3.0 <3.0.0"
},
"devDependencies": {
- "eslint": "^4.18.2",
+ "eslint": "^6.8.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-qunit": "^1.2.0"