diff options
author | kpdecker <kpdecker@gmail.com> | 2014-12-27 12:12:21 -0600 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2014-12-27 12:12:21 -0600 |
commit | f1470505133377223db6d3e6f4e30d5665e7f23e (patch) | |
tree | 5c67fe8483658a793ccf1178a45035a6ec8ed3f3 | |
parent | daa8f3dd0566a7ad734d5bdca109b221fb951453 (diff) | |
download | handlebars.js-f1470505133377223db6d3e6f4e30d5665e7f23e.zip handlebars.js-f1470505133377223db6d3e6f4e30d5665e7f23e.tar.gz handlebars.js-f1470505133377223db6d3e6f4e30d5665e7f23e.tar.bz2 |
Update dependencies
-rw-r--r-- | package.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/package.json b/package.json index 61bce71..c4711c9 100644 --- a/package.json +++ b/package.json @@ -21,37 +21,37 @@ "node": ">=0.4.7" }, "dependencies": { - "optimist": "~0.3", + "optimist": "^0.6.1", "source-map": "^0.1.40" }, "optionalDependencies": { "uglify-js": "~2.3" }, "devDependencies": { - "async": "~0.2.9", + "async": "^0.9.0", "aws-sdk": "~1.5.0", "benchmark": "~1.0", - "dustjs-linkedin": "~2.0.2", + "dustjs-linkedin": "^2.0.2", "eco": "~1.1.0-rc-3", "es6-module-packager": "^2.0.0", "grunt": "~0.4.1", "grunt-cli": "~0.1.10", - "grunt-contrib-clean": "~0.4.1", - "grunt-contrib-concat": "~0.3.0", - "grunt-contrib-connect": "~0.5.0", - "grunt-contrib-copy": "~0.4.1", + "grunt-contrib-clean": "0.x", + "grunt-contrib-concat": "0.x", + "grunt-contrib-connect": "0.x", + "grunt-contrib-copy": "0.x", "grunt-contrib-jshint": "0.x", - "grunt-contrib-requirejs": "~0.4.1", - "grunt-contrib-uglify": "~0.2.2", - "grunt-contrib-watch": "~0.5.3", + "grunt-contrib-requirejs": "0.x", + "grunt-contrib-uglify": "0.x", + "grunt-contrib-watch": "0.x", "grunt-saucelabs": "8.x", "istanbul": "^0.3.0", "jison": "~0.3.0", "keen.io": "0.0.3", "mocha": "~1.20.0", - "mustache": "~0.7.2", - "semver": "~2.1.0", - "underscore": "~1.5.1" + "mustache": "0.x", + "semver": "^4.0.0", + "underscore": "^1.5.1" }, "main": "lib/index.js", "bin": { |