diff --git a/package.json b/package.json index b3a66c8..688e96f 100644 --- a/package.json +++ b/package.json @@ -33,16 +33,16 @@ ], "dependencies": {}, "devDependencies": { - "grunt-contrib-clean": "^0.4", - "grunt-contrib-concat": "^0.3", - "grunt-contrib-jshint": "^0.6", - "grunt-contrib-qunit": "^0.2", - "grunt-contrib-uglify": "^0.2", - "grunt-contrib-watch": "^0.4", - "video.js": "^5.0", - "qunitjs": "^1.12" + "grunt-contrib-clean": "^0.7", + "grunt-contrib-concat": "^0.5", + "grunt-contrib-jshint": "^0.11", + "grunt-contrib-qunit": "^0.7", + "grunt-contrib-uglify": "^0.11", + "grunt-contrib-watch": "^0.6", + "video.js": "^5.4", + "qunitjs": "^1.20" }, "peerDependencies": { - "video.js": "^5.0" + "video.js": "^5.4" } }