bump dependencies
This commit is contained in:
@@ -244,6 +244,7 @@ module.exports = function (grunt) {
|
|||||||
'npm-command': {
|
'npm-command': {
|
||||||
'videojs-install': {
|
'videojs-install': {
|
||||||
options: {
|
options: {
|
||||||
|
cmd: 'install',
|
||||||
cwd: '<%= yeoman.app %>/bower_components/videojs/'
|
cwd: '<%= yeoman.app %>/bower_components/videojs/'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
"tests"
|
"tests"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"videojs": "~7.4.2",
|
"videojs": "~7.9.7",
|
||||||
"bootstrap": "~3.0.0",
|
"bootstrap": "~3.0.0",
|
||||||
"modernizr": "~2.6.2",
|
"modernizr": "~2.6.2",
|
||||||
"uri.js": "~1.14.1",
|
"uri.js": "~1.14.1",
|
||||||
|
10
package.json
10
package.json
@@ -5,12 +5,12 @@
|
|||||||
"wiredep": "^4.0.0"
|
"wiredep": "^4.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "^1.0.4",
|
"grunt": ">=1.0.0",
|
||||||
"grunt-concurrent": "~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-concat": "~0.5.0",
|
||||||
"grunt-contrib-connect": "^2.0.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-cssmin": "^3.0.0",
|
||||||
"grunt-contrib-htmlmin": "^3.0.0",
|
"grunt-contrib-htmlmin": "^3.0.0",
|
||||||
"grunt-contrib-imagemin": "^3.1.0",
|
"grunt-contrib-imagemin": "^3.1.0",
|
||||||
@@ -18,8 +18,8 @@
|
|||||||
"grunt-contrib-less": "^2.0.0",
|
"grunt-contrib-less": "^2.0.0",
|
||||||
"grunt-contrib-uglify": "^4.0.1",
|
"grunt-contrib-uglify": "^4.0.1",
|
||||||
"grunt-contrib-watch": "^1.1.0",
|
"grunt-contrib-watch": "^1.1.0",
|
||||||
"grunt-include-replace": "^2.0.0",
|
"grunt-include-replace": "^5.0.0",
|
||||||
"grunt-includes": "^0.4.5",
|
"grunt-includes": "^1.1.0",
|
||||||
"grunt-npm-command": "^0.1.2",
|
"grunt-npm-command": "^0.1.2",
|
||||||
"grunt-rev": "~0.1.0",
|
"grunt-rev": "~0.1.0",
|
||||||
"grunt-svgmin": "^6.0.0",
|
"grunt-svgmin": "^6.0.0",
|
||||||
|
Reference in New Issue
Block a user