1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-25 02:42:10 +02:00

chore: update node/nvmrc and various dependencies (#7221)

Fixes #7216, #6933, #6924, #7179
This commit is contained in:
Gary Katsevman 2021-05-04 11:45:59 -04:00 committed by GitHub
parent cb1d29bcb9
commit 90f3e39b33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5825 additions and 5532 deletions

2
.nvmrc
View File

@ -1 +1 @@
12 14

11308
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -87,7 +87,6 @@
"@videojs/xhr": "2.5.1", "@videojs/xhr": "2.5.1",
"global": "^4.4.0", "global": "^4.4.0",
"keycode": "^2.2.0", "keycode": "^2.2.0",
"rollup-plugin-replace": "^2.2.0",
"safe-json-parse": "4.0.0", "safe-json-parse": "4.0.0",
"videojs-font": "3.2.0", "videojs-font": "3.2.0",
"videojs-vtt.js": "^0.15.3" "videojs-vtt.js": "^0.15.3"
@ -99,39 +98,40 @@
"@babel/preset-env": "^7.9.0", "@babel/preset-env": "^7.9.0",
"@rollup/plugin-replace": "^2.4.1", "@rollup/plugin-replace": "^2.4.1",
"access-sniff": "^3.2.0", "access-sniff": "^3.2.0",
"autoprefixer": "^9.6.0", "autoprefixer": "^10.2.5",
"bestzip": "^2.1.4", "bestzip": "^2.2.0",
"browserify": "^16.2.3", "browserify": "^16.2.3",
"chokidar-cli": "^1.2.2", "chokidar-cli": "^2.1.0",
"clean-css-cli": "^4.3.0", "clean-css-cli": "^4.3.0",
"cli-table": "^0.3.1", "cli-table": "^0.3.1",
"conventional-changelog-cli": "^2.0.21", "conventional-changelog-cli": "^2.0.21",
"conventional-changelog-videojs": "^3.0.0", "conventional-changelog-videojs": "^3.0.1",
"cross-env": "^5.2.0", "cross-env": "^7.0.3",
"es5-shim": "^4.5.13", "es5-shim": "^4.5.15",
"es6-shim": "^0.35.5", "es6-shim": "^0.35.6",
"filesize": "^4.1.2", "filesize": "^4.1.2",
"gh-release": "^3.5.0", "gh-release": "^5.0.0",
"humanize-duration": "^3.18.0", "humanize-duration": "^3.26.0",
"husky": "^1.2.0", "husky": "^1.3.1",
"is-ci": "^2.0.0", "is-ci": "^3.0.0",
"jsdoc": "^3.6.6", "jsdoc": "^3.6.6",
"karma": "^5.2.3", "karma": "^6.3.2",
"lint-staged": "^8.2.0", "lint-staged": "^10.5.4",
"markdown-table": "^1.1.3", "markdown-table": "^1.1.3",
"maxmin": "^2.1.0", "maxmin": "^2.1.0",
"not-prerelease": "^1.0.1", "not-prerelease": "^1.0.1",
"npm-merge-driver-install": "^1.1.1", "npm-merge-driver-install": "^2.0.1",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"postcss-cli": "^6.1.2", "postcss": "^8.2.13",
"qunit": "^2.9.2", "postcss-cli": "^8.3.1",
"qunit": "2.13.0",
"remark-cli": "^6.0.1", "remark-cli": "^6.0.1",
"remark-lint": "^6.0.4", "remark-lint": "^6.0.4",
"remark-parse": "^6.0.3", "remark-parse": "^6.0.3",
"remark-stringify": "^6.0.4", "remark-stringify": "^6.0.4",
"remark-toc": "^5.1.1", "remark-toc": "^5.1.1",
"remark-validate-links": "^8.0.2", "remark-validate-links": "^8.0.2",
"replace": "^1.1.0", "replace": "^1.2.1",
"rollup": "^2.2.0", "rollup": "^2.2.0",
"rollup-plugin-alias": "^1.5.2", "rollup-plugin-alias": "^1.5.2",
"rollup-plugin-babel": "^4.4.0", "rollup-plugin-babel": "^4.4.0",
@ -140,7 +140,7 @@
"rollup-plugin-json": "^3.1.0", "rollup-plugin-json": "^3.1.0",
"rollup-plugin-multi-entry": "^2.0.2", "rollup-plugin-multi-entry": "^2.0.2",
"rollup-plugin-node-resolve": "^4.2.4", "rollup-plugin-node-resolve": "^4.2.4",
"rollup-plugin-progress": "^1.1.1", "rollup-plugin-progress": "^1.1.2",
"rollup-plugin-stub": "^1.2.0", "rollup-plugin-stub": "^1.2.0",
"sass": "^1.21.0", "sass": "^1.21.0",
"semver": "^5.7.0", "semver": "^5.7.0",
@ -173,16 +173,13 @@
}, },
"lint-staged": { "lint-staged": {
"*.js": [ "*.js": [
"vjsstandard --fix", "vjsstandard --fix"
"git add"
], ],
"!(CHANGELOG)*.md": [ "!(CHANGELOG)*.md": [
"remark --output --", "remark --output --"
"git add"
], ],
"lang/**/!(zh-Hans|zh-Hant)*.json": [ "lang/**/!(zh-Hans|zh-Hant)*.json": [
"node build/translations.js", "node build/translations.js"
"git add docs/translations-needed.md"
] ]
} }
} }