Update NPM dependencies

This was mostly to update Jest, but the others were the safe ones from
`npm outdated --depth=0`
This commit is contained in:
Paul O’Shannessy
2014-12-16 14:17:10 -08:00
parent 5f4d759a2b
commit 401d4dd108
+4 -4
View File
@@ -31,7 +31,7 @@
},
"devDependencies": {
"benchmark": "~1.0.0",
"browserify": "^6.1.0",
"browserify": "^7.0.2",
"coverify": "~1.0.4",
"derequire": "^1.2.0",
"envify": "^3.0.0",
@@ -43,17 +43,17 @@
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.12.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"gzip-js": "~0.3.2",
"jasmine-tapreporter": "~0.2.2",
"jest-cli": "~0.1.5",
"jest-cli": "^0.2.1",
"lodash": "~2.4.1",
"optimist": "~0.6.0",
"phantomjs": "~1.9",
"platform": "^1.1.0",
"populist": "~0.1.6",
"recast": "^0.7.2",
"recast": "^0.9.11",
"sauce-tunnel": "~1.1.0",
"tmp": "~0.0.18",
"uglify-js": "~2.4.0",