Update dependencies
This commit is contained in:
parent
785b9abfd8
commit
bce0f1ab3c
File diff suppressed because it is too large
Load Diff
34
package.json
34
package.json
|
@ -26,7 +26,7 @@
|
|||
"nedb": "^1.8.0",
|
||||
"opml-to-json": "0.0.3",
|
||||
"rss-parser": "^3.9.0",
|
||||
"video.js": "7.6.6",
|
||||
"video.js": "7.10.1",
|
||||
"videojs-abloop": "^1.2.0",
|
||||
"videojs-contrib-quality-levels": "^2.0.9",
|
||||
"videojs-http-source-selector": "^1.1.6",
|
||||
|
@ -36,17 +36,17 @@
|
|||
"vue-electron": "^1.0.6",
|
||||
"vue-i18n": "^8.22.1",
|
||||
"vue-observe-visibility": "^0.4.6",
|
||||
"vue-router": "^3.4.7",
|
||||
"vue-router": "^3.4.8",
|
||||
"vuex": "^3.5.1",
|
||||
"xml2json": "^0.12.0",
|
||||
"youtube-chat": "^1.1.0",
|
||||
"youtube-suggest": "^1.1.0",
|
||||
"yt-channel-info": "^1.1.4",
|
||||
"yt-comment-scraper": "^1.3.7",
|
||||
"yt-comment-scraper": "^1.3.8",
|
||||
"yt-dash-manifest-generator": "^1.1.0",
|
||||
"yt-trending-scraper": "^1.0.4",
|
||||
"yt-xml2vtt": "^1.1.2",
|
||||
"ytdl-core": "^3.4.1",
|
||||
"yt-xml2vtt": "^1.1.3",
|
||||
"ytdl-core": "^4.0.0",
|
||||
"ytpl": "^1.0.1",
|
||||
"ytsr": "github:TimeForANinja/node-ytsr#wip-api-adjustments"
|
||||
},
|
||||
|
@ -57,8 +57,8 @@
|
|||
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
|
||||
"@babel/preset-env": "^7.12.1",
|
||||
"@babel/preset-typescript": "^7.12.1",
|
||||
"@typescript-eslint/eslint-plugin": "^4.5.0",
|
||||
"@typescript-eslint/parser": "^4.5.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.6.0",
|
||||
"@typescript-eslint/parser": "^4.6.0",
|
||||
"acorn": "^8.0.4",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-loader": "^8.1.0",
|
||||
|
@ -70,33 +70,33 @@
|
|||
"electron-builder-squirrel-windows": "^22.9.1",
|
||||
"electron-debug": "^3.1.0",
|
||||
"electron-rebuild": "^2.3.2",
|
||||
"eslint": "^7.11.0",
|
||||
"eslint-config-prettier": "^6.14.0",
|
||||
"eslint-config-standard": "^14.1.1",
|
||||
"eslint": "^7.12.1",
|
||||
"eslint-config-prettier": "^6.15.0",
|
||||
"eslint-config-standard": "^15.0.0",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-prettier": "^3.1.4",
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"eslint-plugin-standard": "^4.0.1",
|
||||
"eslint-plugin-standard": "^4.0.2",
|
||||
"eslint-plugin-vue": "^7.1.0",
|
||||
"fast-glob": "^3.2.4",
|
||||
"file-loader": "^6.1.1",
|
||||
"file-loader": "^6.2.0",
|
||||
"html-webpack-plugin": "^4.5.0",
|
||||
"jest": "^26.6.0",
|
||||
"mini-css-extract-plugin": "^1.1.1",
|
||||
"jest": "^26.6.1",
|
||||
"mini-css-extract-plugin": "^1.2.1",
|
||||
"node-abi": "^2.19.1",
|
||||
"node-loader": "^1.0.2",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.1.2",
|
||||
"sass": "^1.27.0",
|
||||
"sass-loader": "^10.0.3",
|
||||
"sass-loader": "^10.0.4",
|
||||
"style-loader": "^2.0.0",
|
||||
"tree-kill": "1.2.2",
|
||||
"typescript": "^4.0.3",
|
||||
"typescript": "^4.0.5",
|
||||
"url-loader": "^4.1.1",
|
||||
"vue-devtools": "^5.1.4",
|
||||
"vue-eslint-parser": "^7.1.1",
|
||||
"vue-loader": "^15.9.3",
|
||||
"vue-loader": "^15.9.4",
|
||||
"vue-style-loader": "^4.1.2",
|
||||
"vue-template-compiler": "^2.6.12",
|
||||
"webpack": "^4.44.2",
|
||||
|
|
Loading…
Reference in New Issue