Skip to content

Commit

Permalink
Update deps (fix sapegin#294).
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin authored and scottyeck committed Nov 26, 2015
1 parent 2a41953 commit 130d9bf
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,31 @@
"async": "~1.5.0",
"chalk": "~1.1.1",
"exec": "~0.2.1",
"glob": "~5.0.15",
"glob": "~6.0.1",
"lodash": "~3.10.1",
"memorystream": "~0.3.1",
"mkdirp": "~0.5.0",
"svg2ttf": "~2.0.2",
"mkdirp": "~0.5.1",
"svg2ttf": "~2.1.0",
"svgicons2svgfont": "~1.1.0",
"svgo": "~0.5.0",
"temp": "~0.8.1",
"svgo": "~0.6.0",
"temp": "~0.8.3",
"ttf2eot": "~1.3.0",
"ttf2woff": "~1.3.0",
"ttf2woff2": "~2.0.2",
"underscore.string": "~3.2.2",
"winston": "~1.1.1"
"winston": "~2.1.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-jscs": "~1.0.0",
"load-grunt-tasks": "~1.0.0",
"stylus": "~0.49.3",
"xml2js": "~0.4.4"
"load-grunt-tasks": "~3.3.0",
"stylus": "~0.52.4",
"xml2js": "~0.4.15"
},
"peerDependencies": {
"grunt": "~0.4.0"
Expand Down

0 comments on commit 130d9bf

Please sign in to comment.