Skip to content

Commit c4b0bbe

Browse files
committed
Update dependencies
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 819c04a commit c4b0bbe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"test": "grunt"
2323
},
2424
"dependencies": {
25-
"grunt": "~0.4.2",
26-
"grunt-md2html": "~0.2.1",
27-
"grunt-contrib-connect": "~0.8.0",
28-
"grunt-contrib-cssmin": "~0.10.0",
29-
"grunt-contrib-uglify": "~0.6.0"
25+
"grunt": "^1.4.0",
26+
"grunt-contrib-connect": "^3.0.0",
27+
"grunt-contrib-cssmin": "^4.0.0",
28+
"grunt-contrib-uglify": "^5.0.1",
29+
"grunt-md2html": "^0.5.1"
3030
},
3131
"engines": {
3232
"node": ">=0.8.0"

0 commit comments

Comments
 (0)