bump dependencies

This commit is contained in:
Andrea Spacca 2020-10-11 19:56:47 +02:00
parent 96e06a2276
commit 4f446960cf
3 changed files with 7 additions and 6 deletions

View File

@ -244,6 +244,7 @@ module.exports = function (grunt) {
'npm-command': {
'videojs-install': {
options: {
cmd: 'install',
cwd: '<%= yeoman.app %>/bower_components/videojs/'
}
},

View File

@ -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",

View File

@ -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",