mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-03 09:49:21 +02:00
videojs upgrade
This commit is contained in:
parent
9b231adcf8
commit
7a5fe76ba8
1 changed files with 9 additions and 9 deletions
18
package.json
18
package.json
|
@ -38,16 +38,16 @@
|
||||||
"grunt": "^0.4.5"
|
"grunt": "^0.4.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt-contrib-clean": "^0.7",
|
"grunt-contrib-clean": "^1.0",
|
||||||
"grunt-contrib-concat": "^0.5",
|
"grunt-contrib-concat": "^1.0",
|
||||||
"grunt-contrib-jshint": "^0.12",
|
"grunt-contrib-jshint": "^1.0",
|
||||||
"grunt-contrib-qunit": "^1.0",
|
"grunt-contrib-qunit": "^1.1",
|
||||||
"grunt-contrib-uglify": "^0.11",
|
"grunt-contrib-uglify": "^1.0",
|
||||||
"grunt-contrib-watch": "^0.6",
|
"grunt-contrib-watch": "^1.0",
|
||||||
"video.js": "^5.4",
|
"video.js": "^5.8",
|
||||||
"qunitjs": "^1.20"
|
"qunitjs": "^1.22"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"video.js": "^5.4"
|
"video.js": "^5.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue