Skip to content

Commit 401d4dd

Browse files
committed
Update NPM dependencies
This was mostly to update Jest, but the others were the safe ones from `npm outdated --depth=0`
1 parent 5f4d759 commit 401d4dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"benchmark": "~1.0.0",
34-
"browserify": "^6.1.0",
34+
"browserify": "^7.0.2",
3535
"coverify": "~1.0.4",
3636
"derequire": "^1.2.0",
3737
"envify": "^3.0.0",
@@ -43,17 +43,17 @@
4343
"grunt-contrib-clean": "^0.6.0",
4444
"grunt-contrib-compress": "^0.12.0",
4545
"grunt-contrib-connect": "~0.6.0",
46-
"grunt-contrib-copy": "^0.6.0",
46+
"grunt-contrib-copy": "^0.7.0",
4747
"grunt-contrib-jshint": "^0.10.0",
4848
"gzip-js": "~0.3.2",
4949
"jasmine-tapreporter": "~0.2.2",
50-
"jest-cli": "~0.1.5",
50+
"jest-cli": "^0.2.1",
5151
"lodash": "~2.4.1",
5252
"optimist": "~0.6.0",
5353
"phantomjs": "~1.9",
5454
"platform": "^1.1.0",
5555
"populist": "~0.1.6",
56-
"recast": "^0.7.2",
56+
"recast": "^0.9.11",
5757
"sauce-tunnel": "~1.1.0",
5858
"tmp": "~0.0.18",
5959
"uglify-js": "~2.4.0",

0 commit comments

Comments
 (0)