upgrade video.js

This commit is contained in:
Kasper Moskwiak 2015-12-19 18:33:46 +01:00
parent 8d943b4a98
commit a0e4e23ec8

View file

@ -33,16 +33,16 @@
], ],
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"grunt-contrib-clean": "^0.4", "grunt-contrib-clean": "^0.7",
"grunt-contrib-concat": "^0.3", "grunt-contrib-concat": "^0.5",
"grunt-contrib-jshint": "^0.6", "grunt-contrib-jshint": "^0.11",
"grunt-contrib-qunit": "^0.2", "grunt-contrib-qunit": "^0.7",
"grunt-contrib-uglify": "^0.2", "grunt-contrib-uglify": "^0.11",
"grunt-contrib-watch": "^0.4", "grunt-contrib-watch": "^0.6",
"video.js": "^5.0", "video.js": "^5.4",
"qunitjs": "^1.12" "qunitjs": "^1.20"
}, },
"peerDependencies": { "peerDependencies": {
"video.js": "^5.0" "video.js": "^5.4"
} }
} }