Browse Source

bump dependencies

at-2021
Andrea Spacca 3 years ago
parent
commit
4f446960cf
3 changed files with 7 additions and 6 deletions
  1. +1
    -0
      Gruntfile.js
  2. +1
    -1
      bower.json
  3. +5
    -5
      package.json

+ 1
- 0
Gruntfile.js View File

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


+ 1
- 1
bower.json 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",


+ 5
- 5
package.json 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",


Loading…
Cancel
Save