summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2023-02-27 21:48:58 -0500
committerBrian Evans <grknight@gentoo.org>2023-02-28 13:44:15 -0500
commitf22455d00f1195dd8edf614f972e8fc8670f8f7d (patch)
tree5279fed892b7f700c75fbc95b001b43d5b602c90 /ContributionScores/package.json
parentContributionScores: Add new extension for more fun. (diff)
downloadextensions-f22455d00f1195dd8edf614f972e8fc8670f8f7d.tar.gz
extensions-f22455d00f1195dd8edf614f972e8fc8670f8f7d.tar.bz2
extensions-f22455d00f1195dd8edf614f972e8fc8670f8f7d.zip
ContributionScores: Update to master which works for MW 1.34+HEADmaster
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'ContributionScores/package.json')
-rw-r--r--ContributionScores/package.json6
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"
}
}