mirror of
https://github.com/videojs/video.js.git
synced 2024-11-24 08:42:25 +02:00
chore: update deps, remove coveralls, fix audit issues (#5555)
This commit is contained in:
parent
937e2bf911
commit
11f1fb8e3a
@ -54,16 +54,6 @@ module.exports = function(grunt) {
|
||||
dest: 'dist/video-js-' + version.full + '.zip'
|
||||
}
|
||||
},
|
||||
coveralls: {
|
||||
options: {
|
||||
// warn instead of failing when coveralls errors
|
||||
// we've seen coveralls 503 relatively frequently
|
||||
force: true
|
||||
},
|
||||
all: {
|
||||
src: 'test/dist/coverage/lcov.info'
|
||||
}
|
||||
},
|
||||
concurrent: {
|
||||
options: {
|
||||
logConcurrentOutput: true
|
||||
@ -207,7 +197,6 @@ module.exports = function(grunt) {
|
||||
// Default task - build and test
|
||||
grunt.registerTask('default', ['test']);
|
||||
|
||||
// The test script includes coveralls only when the TRAVIS env var is set.
|
||||
grunt.registerTask('test', function() {
|
||||
const tasks = [
|
||||
'build',
|
||||
@ -223,8 +212,6 @@ module.exports = function(grunt) {
|
||||
grunt.log.write('Not running any tests because only docs were changed');
|
||||
return;
|
||||
}
|
||||
|
||||
tasks.concat(process.env.TRAVIS && 'coveralls').filter(Boolean);
|
||||
}
|
||||
|
||||
grunt.task.run(tasks);
|
||||
|
1242
package-lock.json
generated
1242
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
11
package.json
11
package.json
@ -89,7 +89,7 @@
|
||||
"conventional-changelog-cli": "^2.0.11",
|
||||
"conventional-changelog-videojs": "^3.0.0",
|
||||
"es5-shim": "^4.5.10",
|
||||
"es6-shim": "^0.35.3",
|
||||
"es6-shim": "^0.35.4",
|
||||
"filesize": "^3.5.11",
|
||||
"gh-release": "^3.2.1",
|
||||
"grunt": "^1.0.3",
|
||||
@ -99,7 +99,6 @@
|
||||
"grunt-contrib-clean": "^2.0.0",
|
||||
"grunt-contrib-copy": "^1.0.0",
|
||||
"grunt-contrib-watch": "^1.1.0",
|
||||
"grunt-coveralls": "^1.0.0",
|
||||
"grunt-shell": "^2.0.0",
|
||||
"grunt-videojs-languages": "0.0.4",
|
||||
"grunt-zip": "0.18.1",
|
||||
@ -113,18 +112,18 @@
|
||||
"markdown-table": "^1.0.0",
|
||||
"maxmin": "^2.1.0",
|
||||
"minimist": "^1.2.0",
|
||||
"node-sass": "^4.9.3",
|
||||
"node-sass": "^4.10.0",
|
||||
"npm-run-all": "^4.1.2",
|
||||
"postcss-cli": "^6.0.0",
|
||||
"proxyquireify": "^3.0.0",
|
||||
"qunit": "^2.6.1",
|
||||
"qunit": "^2.8.0",
|
||||
"remark-cli": "^6.0.0",
|
||||
"remark-lint": "^6.0.0",
|
||||
"remark-parse": "^6.0.0",
|
||||
"remark-stringify": "^6.0.1",
|
||||
"remark-toc": "^5.0.0",
|
||||
"remark-validate-links": "^7.0.0",
|
||||
"replace": "^0.3.0",
|
||||
"replace": "^1.0.0",
|
||||
"rollup": "^0.66.2",
|
||||
"rollup-plugin-alias": "^1.4.0",
|
||||
"rollup-plugin-babel": "^4.0.1",
|
||||
@ -139,7 +138,7 @@
|
||||
"time-grunt": "^1.1.1",
|
||||
"tui-jsdoc-template": "^1.1.0",
|
||||
"uglify-js": "^3.3.21",
|
||||
"unified": "^7.0.0",
|
||||
"unified": "^7.0.1",
|
||||
"videojs-flash": "^2.1.0",
|
||||
"videojs-generate-karma-config": "~4.0.2",
|
||||
"videojs-standard": "^8.0.2",
|
||||
|
Loading…
Reference in New Issue
Block a user