chore(project): update dependencies

This commit updates many common project dependencies.

In addition, it adds support for done(err) in karma-jasmine, by updating
to a snapshot version of the library.
This commit is contained in:
Nico Rehwaldt 2014-04-03 11:40:37 +02:00
parent c485f478df
commit 4c0c286ae7
1 changed files with 7 additions and 4 deletions

View File

@ -34,19 +34,22 @@
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "https://github.com/Nikku/grunt-contrib-uglify/archive/v0.4.0-195-fix.tar.gz",
"grunt-contrib-uglify": "~0.4.0",
"grunt-browserify": "~2.0.0",
"grunt-jsdoc": "~0.5.1",
"grunt-concurrent": "~0.4.0",
"grunt-karma": "~0.8.0",
"grunt-jasmine-node": "~0.1.0",
"grunt-release": "~0.7.0",
"load-grunt-tasks": "~0.3.0",
"browserify": ">3.0 && <3.30",
"karma": "~0.12.0",
"karma-browserify": "~0.1.0",
"karma-jasmine": "~0.2.0",
"karma-jasmine": "https://github.com/Nikku/karma-jasmine/archive/jasmine-v2.0.0-latest-1.tar.gz",
"karma-chrome-launcher": "~0.1.2",
"karma-phantomjs-launcher": "~0.1.2",
"karma-phantomjs-launcher": "0.1.2",
"karma-ie-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-browserify": "~0.1.0",
"jsondiffpatch": "~0.1.4",
"xsd-schema-validator": "0.0.3",
"sax": "~0.6.0",