build: Bump some devDependencies to latest

grunt                        1.0.1  →          1.0.2
 grunt-contrib-watch          1.0.0  →          1.0.1
 grunt-image                  4.1.0  →          4.2.0
 grunt-stylelint              0.9.0  →         0.10.0
 stylelint                    8.2.0  →          9.2.0
 stylelint-config-wikimedia   0.4.2  →          0.4.3

Leaving babel-polyfill, grunt-mocha-test, jimp, mocha and selenium-webdriver
alone for now.

Change-Id: Ibea983670108a56ddbf748e140831147e31da329
This commit is contained in:
James D. Forrester 2018-04-25 12:35:07 -07:00
parent 056050c1be
commit 3e8f2edc83

View file

@ -12,20 +12,20 @@
"devDependencies": {
"babel-polyfill": "6.9.1",
"eslint-config-wikimedia": "0.5.0",
"grunt": "1.0.1",
"grunt": "1.0.2",
"grunt-banana-checker": "0.6.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-contrib-watch": "1.0.1",
"grunt-eslint": "20.1.0",
"grunt-image": "4.1.0",
"grunt-image": "4.2.0",
"grunt-jsonlint": "1.1.0",
"grunt-mocha-test": "0.12.7",
"grunt-stylelint": "0.9.0",
"grunt-stylelint": "0.10.0",
"grunt-tyops": "0.1.0",
"jimp": "0.2.24",
"mocha": "2.5.3",
"selenium-webdriver": "2.53.2",
"stylelint": "8.2.0",
"stylelint-config-wikimedia": "0.4.2"
"stylelint": "9.2.0",
"stylelint-config-wikimedia": "0.4.3"
}
}