Skip to content

Commit 60b1795

Browse files
committed
Update devDependencies.
Keep grunt-contrib-qunit to v0.7.0 since the updated version (1.0.1 as the time of writing) results in Travis failures. Locally, both work fine, though.
1 parent 0f1d09b commit 60b1795

File tree

2 files changed

+652
-867
lines changed

2 files changed

+652
-867
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -30,34 +30,34 @@
3030
"license": "MIT",
3131
"devDependencies": {
3232
"btoa": "~1.1.2",
33-
"glob": "~6.0.1",
33+
"glob": "~7.0.3",
3434
"grunt": "~0.4.5",
35-
"grunt-autoprefixer": "~3.0.3",
36-
"grunt-contrib-clean": "~0.7.0",
37-
"grunt-contrib-compress": "~0.14.0",
38-
"grunt-contrib-concat": "~0.5.1",
39-
"grunt-contrib-connect": "~0.11.2",
40-
"grunt-contrib-copy": "~0.8.0",
41-
"grunt-contrib-csslint": "~0.5.0",
42-
"grunt-contrib-cssmin": "~0.14.0",
43-
"grunt-contrib-htmlmin": "~0.6.0",
44-
"grunt-contrib-jade": "~0.15.0",
45-
"grunt-contrib-jshint": "~0.11.2",
46-
"grunt-contrib-less": "~1.1.0",
35+
"grunt-autoprefixer": "~3.0.4",
36+
"grunt-contrib-clean": "~1.0.0",
37+
"grunt-contrib-compress": "~1.1.1",
38+
"grunt-contrib-concat": "~1.0.0",
39+
"grunt-contrib-connect": "~1.0.0",
40+
"grunt-contrib-copy": "~1.0.0",
41+
"grunt-contrib-csslint": "~1.0.0",
42+
"grunt-contrib-cssmin": "~1.0.0",
43+
"grunt-contrib-htmlmin": "~1.0.0",
44+
"grunt-contrib-jade": "~1.0.0",
45+
"grunt-contrib-jshint": "~1.0.0",
46+
"grunt-contrib-less": "~1.2.0",
4747
"grunt-contrib-qunit": "~0.7.0",
48-
"grunt-contrib-uglify": "~0.11.0",
48+
"grunt-contrib-uglify": "~1.0.0",
4949
"grunt-contrib-watch": "~0.6.1",
5050
"grunt-csscomb": "~3.1.0",
5151
"grunt-exec": "~0.4.6",
52-
"grunt-html": "~5.0.1",
53-
"grunt-jekyll": "~0.4.2",
54-
"grunt-jscs": "~2.5.0",
55-
"grunt-saucelabs": "~8.6.1",
56-
"load-grunt-tasks": "~3.4.0",
57-
"markdown-it": "^5.0.0",
52+
"grunt-html": "~6.0.0",
53+
"grunt-jekyll": "~0.4.4",
54+
"grunt-jscs": "~2.8.0",
55+
"grunt-saucelabs": "~8.6.2",
56+
"load-grunt-tasks": "~3.4.1",
57+
"markdown-it": "^6.0.0",
5858
"npm-shrinkwrap": "^200.4.0",
59-
"shelljs": "^0.5.3",
60-
"time-grunt": "^1.2.1"
59+
"shelljs": "^0.6.0",
60+
"time-grunt": "^1.3.0"
6161
},
6262
"engines": {
6363
"node": ">=0.10.1"

0 commit comments

Comments
 (0)