mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-27 17:20:01 +00:00
build: Updating development dependencies
* grunt: 0.4.2 → 0.4.5 * grunt-contrib-csslint: 0.2.0 → 0.4.0 * grunt-contrib-jshint: 0.10.0 → 0.11.2 * grunt-banana-checker: 0.2.1 → 0.2.2 * grunt-jscs-checker: 0.4.4 → 0.8.1 Change-Id: I7a3be3af2a5665dd8d907beeecb0a2f1bbb94be5
This commit is contained in:
parent
6705f0ec2a
commit
2940c124d7
10
package.json
10
package.json
|
@ -16,12 +16,12 @@
|
|||
}
|
||||
],
|
||||
"devDependencies": {
|
||||
"grunt": "0.4.2",
|
||||
"grunt": "0.4.5",
|
||||
"grunt-cli": "0.1.13",
|
||||
"grunt-contrib-csslint": "0.2.0",
|
||||
"grunt-contrib-jshint": "0.10.0",
|
||||
"grunt-contrib-csslint": "0.4.0",
|
||||
"grunt-contrib-jshint": "0.11.2",
|
||||
"grunt-contrib-watch": "0.6.1",
|
||||
"grunt-banana-checker": "0.2.1",
|
||||
"grunt-jscs-checker": "0.4.4"
|
||||
"grunt-banana-checker": "0.2.2",
|
||||
"grunt-jscs-checker": "0.8.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue