diff --git a/Gruntfile.js b/Gruntfile.js index bc24fc8..68fb0e6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -244,6 +244,7 @@ module.exports = function (grunt) { 'npm-command': { 'videojs-install': { options: { + cmd: 'install', cwd: '<%= yeoman.app %>/bower_components/videojs/' } }, diff --git a/bower.json b/bower.json index 511ac89..792fbe3 100644 --- a/bower.json +++ b/bower.json @@ -13,7 +13,7 @@ "tests" ], "dependencies": { - "videojs": "~7.4.2", + "videojs": "~7.9.7", "bootstrap": "~3.0.0", "modernizr": "~2.6.2", "uri.js": "~1.14.1", diff --git a/package.json b/package.json index 3c0e5e3..7f141e8 100644 --- a/package.json +++ b/package.json @@ -5,12 +5,12 @@ "wiredep": "^4.0.0" }, "devDependencies": { - "grunt": "^1.0.4", + "grunt": ">=1.0.0", "grunt-concurrent": "~1.0.0", - "grunt-contrib-clean": "~0.6.0", + "grunt-contrib-clean": "^2.0.0", "grunt-contrib-concat": "~0.5.0", "grunt-contrib-connect": "^2.0.0", - "grunt-contrib-copy": "~0.6.0", + "grunt-contrib-copy": "^1.0.0", "grunt-contrib-cssmin": "^3.0.0", "grunt-contrib-htmlmin": "^3.0.0", "grunt-contrib-imagemin": "^3.1.0", @@ -18,8 +18,8 @@ "grunt-contrib-less": "^2.0.0", "grunt-contrib-uglify": "^4.0.1", "grunt-contrib-watch": "^1.1.0", - "grunt-include-replace": "^2.0.0", - "grunt-includes": "^0.4.5", + "grunt-include-replace": "^5.0.0", + "grunt-includes": "^1.1.0", "grunt-npm-command": "^0.1.2", "grunt-rev": "~0.1.0", "grunt-svgmin": "^6.0.0",