Switch to yt-channel-info package and update dependencies.

This commit is contained in:
Preston 2020-07-11 18:54:30 -04:00
parent 6432c1052d
commit 6fb18dbab2
2 changed files with 2062 additions and 1834 deletions

3860
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@
"autolinker": "^3.14.1",
"bulma-pro": "^0.2.0",
"dateformat": "^3.0.3",
"electron-context-menu": "^2.0.1",
"electron-context-menu": "^2.1.0",
"jquery": "^3.5.1",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
@ -32,39 +32,39 @@
"vue": "^2.6.11",
"vue-electron": "^1.0.6",
"vue-router": "^3.3.4",
"vuex": "^3.4.0",
"vuex": "^3.5.1",
"xml2json": "^0.12.0",
"youtube-chat": "^1.1.0",
"youtube-comments-fetch": "^1.0.1",
"youtube-comments-task": "^1.3.15",
"youtube-suggest": "^1.1.0",
"yt-channel-info": "git+https://github.com/FreeTubeApp/yt-channel-info.git",
"yt-channel-info": "^1.0.1",
"yt-xml2vtt": "^1.1.1",
"ytdl-core": "^3.1.1",
"ytdl-core": "^3.1.2",
"ytpl": "^0.1.22",
"ytsr": "^0.1.15"
},
"description": "A private YouTube client",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-object-rest-spread": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-typescript": "^7.10.1",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"@babel/core": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"acorn": "^7.3.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^6.0.2",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^3.6.0",
"devtron": "^1.4.0",
"electron": "^9.0.5",
"electron": "^9.1.0",
"electron-builder": "^22.7.0",
"electron-builder-squirrel-windows": "^22.7.0",
"electron-debug": "^3.1.0",
"electron-rebuild": "^1.11.0",
"eslint": "^7.3.1",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
@ -82,11 +82,11 @@
"node-loader": "^1.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"sass": "^1.26.9",
"sass-loader": "^8.0.2",
"sass": "^1.26.10",
"sass-loader": "^9.0.2",
"style-loader": "^1.2.1",
"tree-kill": "1.2.2",
"typescript": "^3.9.5",
"typescript": "^3.9.6",
"url-loader": "^4.1.0",
"vue-devtools": "^5.1.3",
"vue-eslint-parser": "^7.1.0",