diff options
Diffstat (limited to 'ContributionScores/package.json')
-rw-r--r-- | ContributionScores/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ContributionScores/package.json b/ContributionScores/package.json index 3f112b13..41978fc4 100644 --- a/ContributionScores/package.json +++ b/ContributionScores/package.json @@ -5,9 +5,9 @@ "test": "grunt test" }, "devDependencies": { - "eslint-config-wikimedia": "0.15.3", + "eslint-config-wikimedia": "0.22.1", "grunt": "1.5.3", - "grunt-banana-checker": "0.9.0", - "grunt-eslint": "22.0.0" + "grunt-banana-checker": "0.10.0", + "grunt-eslint": "24.0.0" } } |