Skip to content
This repository was archived by the owner on Aug 24, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/quiet-grapes-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'livekit-react-example': patch
---

Update livekit-client dependency
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@livekit/react-components": "^1.0.2",
"livekit-client": "1.3.0",
"livekit-client": "^1.3.2",
"react": "^18.1.0",
"react-aspect-ratio": "^1.0.50",
"react-dom": "^18.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-tiny-popover": "^6.0.5"
},
"peerDependencies": {
"livekit-client": "1.3.0",
"livekit-client": "^1.3.2",
"react": ">=15",
"react-dom": ">=15"
},
Expand All @@ -59,7 +59,7 @@
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"livekit-client": "1.3.0",
"livekit-client": "^1.3.2",
"microbundle-crl": "^0.13.10",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test:watch": "react-scripts test --env=jsdom"
},
"peerDependencies": {
"livekit-client": "1.3.0",
"livekit-client": "^1.3.2",
"react": ">=15",
"react-dom": ">=15"
},
Expand All @@ -48,7 +48,7 @@
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"livekit-client": "1.3.0",
"livekit-client": "^1.3.2",
"microbundle-crl": "^0.13.10",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.1",
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7132,10 +7132,10 @@ lines-and-columns@^1.1.6:
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==

livekit-client@1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/livekit-client/-/livekit-client-1.3.0.tgz#c728f10cb6c9e553db87e04050a05e453714c8c9"
integrity sha512-Ls3ADbc2fVFDTOxjVkbBbLAxzhXh0DYJa+uWaTFOviyiV5gK6/rW3Sp9x5RSJfu7IbZqD+wg8VghiXCgNmNAxQ==
livekit-client@^1.3.2:
version "1.3.2"
resolved "https://registry.yarnpkg.com/livekit-client/-/livekit-client-1.3.2.tgz#72716de3ac51be4768498b7f42f06d8a40a6c624"
integrity sha512-hBj4SCeB++xsewg5a1ebb6fPuqVMDlZplNOFxkrPz8TA87jXM1AhdzCQokbHVlpSgNPf1srM47/56yvjrb+eVQ==
dependencies:
async-await-queue "^1.2.1"
events "^3.3.0"
Expand All @@ -7144,6 +7144,7 @@ livekit-client@1.3.0:
sdp-transform "^2.14.1"
ts-debounce "^4.0.0"
typed-emitter "^2.1.0"
ua-parser-js "^1.0.2"
webrtc-adapter "^8.1.1"

load-json-file@^4.0.0:
Expand Down Expand Up @@ -11047,6 +11048,11 @@ typescript@^4.2.3:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==

ua-parser-js@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.2.tgz#e2976c34dbfb30b15d2c300b2a53eac87c57a775"
integrity sha512-00y/AXhx0/SsnI51fTc0rLRmafiGOM4/O+ny10Ps7f+j/b8p/ZY11ytMgznXkOVo4GQ+KwQG5UQLkLGirsACRg==

unbox-primitive@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e"
Expand Down