Skip to content

Commit 50bea46

Browse files
committed
Update devDependencies.
[skip sauce]
1 parent 5c8f7a0 commit 50bea46

3 files changed

Lines changed: 2462 additions & 1284 deletions

File tree

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ module.exports = function (grunt) {
350350
options: {
351351
ignore: [
352352
'Attribute "autocomplete" not allowed on element "button" at this point.',
353-
'Attribute "autocomplete" not allowed on element "input" at this point.',
353+
'Attribute "autocomplete" is only allowed when the input type is "color", "date", "datetime", "datetime-local", "email", "month", "number", "password", "range", "search", "tel", "text", "time", "url", or "week".',
354354
'Element "img" is missing required attribute "src".'
355355
]
356356
},

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,28 +33,28 @@
3333
"grunt": "~0.4.5",
3434
"grunt-autoprefixer": "~3.0.3",
3535
"grunt-contrib-clean": "~0.6.0",
36-
"grunt-contrib-compress": "~0.13.0",
36+
"grunt-contrib-compress": "~0.14.0",
3737
"grunt-contrib-concat": "~0.5.1",
38-
"grunt-contrib-connect": "~0.10.1",
38+
"grunt-contrib-connect": "~0.11.2",
3939
"grunt-contrib-copy": "~0.8.0",
4040
"grunt-contrib-csslint": "~0.5.0",
41-
"grunt-contrib-cssmin": "~0.12.3",
42-
"grunt-contrib-htmlmin": "~0.4.0",
41+
"grunt-contrib-cssmin": "~0.14.0",
42+
"grunt-contrib-htmlmin": "~0.6.0",
4343
"grunt-contrib-jade": "~0.15.0",
4444
"grunt-contrib-jshint": "~0.11.2",
4545
"grunt-contrib-less": "~1.0.1",
4646
"grunt-contrib-qunit": "~0.7.0",
4747
"grunt-contrib-uglify": "~0.9.1",
4848
"grunt-contrib-watch": "~0.6.1",
49-
"grunt-csscomb": "~3.0.1",
49+
"grunt-csscomb": "~3.1.0",
5050
"grunt-exec": "~0.4.6",
51-
"grunt-html": "~4.0.3",
51+
"grunt-html": "~5.0.1",
5252
"grunt-jekyll": "~0.4.2",
53-
"grunt-jscs": "~1.8.0",
53+
"grunt-jscs": "~2.2.0",
5454
"grunt-saucelabs": "~8.6.1",
5555
"grunt-sed": "twbs/grunt-sed#v0.2.0",
56-
"load-grunt-tasks": "~3.2.0",
57-
"markdown-it": "^4.4.0",
56+
"load-grunt-tasks": "~3.3.0",
57+
"markdown-it": "^5.0.0",
5858
"npm-shrinkwrap": "^200.4.0",
5959
"time-grunt": "^1.2.1"
6060
},

0 commit comments

Comments
 (0)