Use fork of live chat module for temp fix

This commit is contained in:
Preston 2021-03-06 15:25:29 -05:00
parent a26750aa2e
commit e44446bf1b
2 changed files with 3 additions and 4 deletions

5
package-lock.json generated
View File

@ -18281,9 +18281,8 @@
"dev": true "dev": true
}, },
"youtube-chat": { "youtube-chat": {
"version": "1.1.0", "version": "git+https://github.com/IcedCoffeee/youtube-chat.git#3e20049c605e58a9de14c1df6d50cce7ca01d214",
"resolved": "https://registry.npmjs.org/youtube-chat/-/youtube-chat-1.1.0.tgz", "from": "git+https://github.com/IcedCoffeee/youtube-chat.git",
"integrity": "sha512-cf0shf4HB4h6kHzBKKWkKa2dCbiV+Xwt9BLyTrXWvRiwsuWfT0HITjhoe6BvpFaJRu6teCH+qbaIVvYa+tHgog==",
"requires": { "requires": {
"axios": "^0.19.2" "axios": "^0.19.2"
} }

View File

@ -45,7 +45,7 @@
"vue-router": "^3.5.1", "vue-router": "^3.5.1",
"vuex": "^3.6.2", "vuex": "^3.6.2",
"xml2json": "^0.12.0", "xml2json": "^0.12.0",
"youtube-chat": "^1.1.0", "youtube-chat": "git+https://github.com/IcedCoffeee/youtube-chat.git",
"youtube-suggest": "^1.1.0", "youtube-suggest": "^1.1.0",
"yt-channel-info": "^1.3.0", "yt-channel-info": "^1.3.0",
"yt-comment-scraper": "^3.0.2", "yt-comment-scraper": "^3.0.2",