Skip to content

Commit 5b7b059

Browse files
committed
dependency version bump
1 parent 19502fd commit 5b7b059

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

package.json

+16-14
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,30 @@
1414
"./src/util/decompressPng.js": "./src/util/shim/decompressPng.js"
1515
},
1616
"devDependencies": {
17-
"grunt": "~0.4.1",
18-
"grunt-browserify": "^3.0.1",
17+
"chai": "^3.3.0",
18+
"grunt": "^0.4.1",
19+
"grunt-browserify": "^4.0.1",
1920
"grunt-cli": "^0.1.13",
20-
"grunt-contrib-clean": "~0.4.0",
21-
"grunt-contrib-jshint": "^0.10.0",
22-
"grunt-contrib-uglify": "~0.2.0",
23-
"grunt-contrib-watch": "~0.3.1",
24-
"grunt-jsdoc": "~0.6.0",
21+
"grunt-contrib-clean": "^0.6.0",
22+
"grunt-contrib-jshint": "^0.11.3",
23+
"grunt-contrib-uglify": "^0.9.2",
24+
"grunt-contrib-watch": "^0.6.1",
25+
"grunt-jsdoc": "^0.6.0",
2526
"grunt-karma": "^0.12.0",
26-
"grunt-mocha-test": "^0.11.0",
27+
"grunt-mocha-test": "^0.12.7",
2728
"karma": "^0.13.9",
2829
"karma-chai": "^0.1.0",
29-
"karma-firefox-launcher": "~0.1.3",
30-
"karma-mocha": "^0.1.9",
31-
"load-grunt-tasks": "^0.6.0",
30+
"karma-firefox-launcher": "^0.1.3",
31+
"karma-mocha": "^0.2.0",
32+
"load-grunt-tasks": "^3.3.0",
33+
"mocha": "^2.3.3",
3234
"time-grunt": "^1.0.0"
3335
},
3436
"dependencies": {
35-
"eventemitter2": "~0.4.13",
36-
"object-assign": "^2.0.0",
37+
"eventemitter2": "^0.4.13",
38+
"object-assign": "^4.0.1",
3739
"pngparse": "^2.0.1",
38-
"ws": "^0.4.32",
40+
"ws": "^0.8.0",
3941
"xmldom": "^0.1.19"
4042
},
4143
"directories": {

0 commit comments

Comments
 (0)