Use fork of live chat module for temp fix
This commit is contained in:
parent
a26750aa2e
commit
e44446bf1b
|
@ -18281,9 +18281,8 @@
|
|||
"dev": true
|
||||
},
|
||||
"youtube-chat": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/youtube-chat/-/youtube-chat-1.1.0.tgz",
|
||||
"integrity": "sha512-cf0shf4HB4h6kHzBKKWkKa2dCbiV+Xwt9BLyTrXWvRiwsuWfT0HITjhoe6BvpFaJRu6teCH+qbaIVvYa+tHgog==",
|
||||
"version": "git+https://github.com/IcedCoffeee/youtube-chat.git#3e20049c605e58a9de14c1df6d50cce7ca01d214",
|
||||
"from": "git+https://github.com/IcedCoffeee/youtube-chat.git",
|
||||
"requires": {
|
||||
"axios": "^0.19.2"
|
||||
}
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
"vue-router": "^3.5.1",
|
||||
"vuex": "^3.6.2",
|
||||
"xml2json": "^0.12.0",
|
||||
"youtube-chat": "^1.1.0",
|
||||
"youtube-chat": "git+https://github.com/IcedCoffeee/youtube-chat.git",
|
||||
"youtube-suggest": "^1.1.0",
|
||||
"yt-channel-info": "^1.3.0",
|
||||
"yt-comment-scraper": "^3.0.2",
|
||||
|
|
Loading…
Reference in New Issue