Bump twilio-video from 1.20.0 to 2.0.0 (#5208)
This commit is contained in:
parent
9369b51364
commit
eb8f0a005c
2 changed files with 10 additions and 16 deletions
|
|
@ -110,7 +110,7 @@
|
|||
"preact-textarea-autosize": "^4.0.7",
|
||||
"prop-types": "^15.7.2",
|
||||
"pusher-js": "^5.0.3",
|
||||
"twilio-video": "^1.20.0",
|
||||
"twilio-video": "^2.0.0",
|
||||
"web-share-wrapper": "^0.2.1"
|
||||
},
|
||||
"jest": {
|
||||
|
|
|
|||
24
yarn.lock
24
yarn.lock
|
|
@ -670,15 +670,10 @@
|
|||
react-split-pane "^0.1.77"
|
||||
react-treebeard "^2.1.0"
|
||||
|
||||
"@twilio/sip.js@^0.7.7":
|
||||
version "0.7.7"
|
||||
resolved "https://registry.yarnpkg.com/@twilio/sip.js/-/sip.js-0.7.7.tgz#cff50f66f9b295d46f219737b72780c7d0e6df52"
|
||||
integrity sha1-z/UPZvmyldRvIZc3tyeAx9Dm31I=
|
||||
|
||||
"@twilio/webrtc@2.4.0":
|
||||
version "2.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@twilio/webrtc/-/webrtc-2.4.0.tgz#8757382ab49cc079c9c40ef507682cb082b25036"
|
||||
integrity sha512-o7Tm+5j+FYZn9t25cYHwTS87WXMkfubMFvmXtfFfrtSEJhQhxXwn7kWKjxnew/VmNm6hAVZbCrepPfTvQTyDuA==
|
||||
"@twilio/webrtc@4.1.3":
|
||||
version "4.1.3"
|
||||
resolved "https://registry.yarnpkg.com/@twilio/webrtc/-/webrtc-4.1.3.tgz#38f72ff1772408f179409e0ac21a33f043140145"
|
||||
integrity sha512-0KjCrrpczoWQTO5RSBg+ZCDvrlgjBLhjPYN9SKstlIsOnEgtg6H1EsUt6CP7FFWLh9J3iQNuclC1gVib1PQpKw==
|
||||
|
||||
"@types/events@*":
|
||||
version "3.0.0"
|
||||
|
|
@ -12753,13 +12748,12 @@ tweetnacl@^0.14.3, tweetnacl@~0.14.0:
|
|||
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
|
||||
integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=
|
||||
|
||||
twilio-video@^1.20.0:
|
||||
version "1.20.0"
|
||||
resolved "https://registry.yarnpkg.com/twilio-video/-/twilio-video-1.20.0.tgz#3ed18b5a0c1a954f8e3c71f94ba53bc3c590d628"
|
||||
integrity sha512-qBrP4GMjFyLewgfmIlaRK557iVO9Gf2XPEZad0FFg8p+GXn7hBU4jti3tLoLkZ9bg8C15pRFW5/iT4z+qgVzeQ==
|
||||
twilio-video@^2.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/twilio-video/-/twilio-video-2.0.0.tgz#dfee5d04625e2096d0e9e6fd0d21fa09e65b6dd6"
|
||||
integrity sha512-805DBxcuL1JIP+XMCd2IAOLb4KpbiS8bjW3WvyuhbNUOlTVxxiydVDUCkhAIgOPeYSRWxdcxc6RXHK9oTfJviA==
|
||||
dependencies:
|
||||
"@twilio/sip.js" "^0.7.7"
|
||||
"@twilio/webrtc" "2.4.0"
|
||||
"@twilio/webrtc" "4.1.3"
|
||||
ws "^3.3.1"
|
||||
xmlhttprequest "^1.8.0"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue