build: Bump devDependencies to latest

grunt                 1.0.1  →  1.0.2
 grunt-banana-checker  0.4.0  →  0.6.0
 grunt-jsonlint        1.0.7  →  1.1.0

Change-Id: I656e6d009a31baaa24116b191249a36876fd4e99
This commit is contained in:
James D. Forrester 2018-02-23 18:32:57 -08:00
parent d810a60a64
commit 7db9b02d52

View file

@ -7,9 +7,9 @@
"test": "grunt test" "test": "grunt test"
}, },
"devDependencies": { "devDependencies": {
"grunt": "1.0.1", "grunt": "1.0.2",
"grunt-banana-checker": "0.4.0", "grunt-banana-checker": "0.6.0",
"grunt-contrib-jshint": "1.1.0", "grunt-contrib-jshint": "1.1.0",
"grunt-jsonlint": "1.0.7" "grunt-jsonlint": "1.1.0"
} }
} }