Update LiveKit dependencies (non-major) (#157)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-09 16:17:40 +02:00 committed by GitHub
parent eaec6224ca
commit 8fa50fd7d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 18 deletions

View file

@ -9,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@livekit/components-react": "1.3.0",
"@livekit/components-styles": "1.0.6",
"@livekit/components-react": "1.4.0",
"@livekit/components-styles": "1.0.7",
"livekit-client": "1.14.4",
"livekit-server-sdk": "1.2.7",
"next": "13.5.6",

31
pnpm-lock.yaml generated
View file

@ -6,11 +6,11 @@ settings:
dependencies:
'@livekit/components-react':
specifier: 1.3.0
version: 1.3.0(livekit-client@1.14.4)(react-dom@18.2.0)(react@18.2.0)
specifier: 1.4.0
version: 1.4.0(livekit-client@1.14.4)(react-dom@18.2.0)(react@18.2.0)(tslib@2.6.2)
'@livekit/components-styles':
specifier: 1.0.6
version: 1.0.6
specifier: 1.0.7
version: 1.0.7
livekit-client:
specifier: 1.14.4
version: 1.14.4
@ -185,39 +185,42 @@ packages:
'@jridgewell/sourcemap-codec': 1.4.15
dev: true
/@livekit/components-core@0.7.0(livekit-client@1.14.4):
resolution: {integrity: sha512-KwzqnW8V9G+4fXc4gOxpXqQFLpL/kFBn82sYO10zHjHfNKSw4pRj1sDLTWc5UF22W2Z461/bqMtB+3WGB/3Dtg==}
/@livekit/components-core@0.8.0(livekit-client@1.14.4)(tslib@2.6.2):
resolution: {integrity: sha512-nfJO5BBKR1hvkImsErxl7EwSJMXcZ0xSpHT42sevUeL5VKVYUj5YJFuhOs/xUMx06kBSDNMGHNsjRvbYgLFv0w==}
engines: {node: '>=14'}
peerDependencies:
livekit-client: ^1.12.0
tslib: ^2.6.2
dependencies:
'@floating-ui/dom': 1.5.3
email-regex: 5.0.0
global-tld-list: 0.0.1139
livekit-client: 1.14.4
loglevel: 1.8.1
rxjs: 7.8.1
tslib: 2.6.2
dev: false
/@livekit/components-react@1.3.0(livekit-client@1.14.4)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-9rOhsE6SfPTfa5PgwXJ9bW2Ya26Dnthwi/BLpwrGn00rUDMaAm9nRwnRiyGoXGrcJRwxhe15zCg+wx7k0TEOZA==}
/@livekit/components-react@1.4.0(livekit-client@1.14.4)(react-dom@18.2.0)(react@18.2.0)(tslib@2.6.2):
resolution: {integrity: sha512-hcJWM/E9rqa1KH76nLVlbL6twM5W/xUwobSOGwklCxih4D575qd9XWB3hlOHqHL0h1FIvzuhOJgyJ8NXoRpucA==}
engines: {node: '>=14'}
peerDependencies:
livekit-client: ^1.12.0
react: '>=18'
react-dom: '>=18'
tslib: ^2.6.2
dependencies:
'@livekit/components-core': 0.7.0(livekit-client@1.14.4)
'@livekit/components-core': 0.8.0(livekit-client@1.14.4)(tslib@2.6.2)
'@react-hook/latest': 1.0.3(react@18.2.0)
clsx: 2.0.0
livekit-client: 1.14.4
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
tslib: 2.6.2
usehooks-ts: 2.9.1(react-dom@18.2.0)(react@18.2.0)
dev: false
/@livekit/components-styles@1.0.6:
resolution: {integrity: sha512-/toY2NFJCU0NdeP9AB+CWW9kPf8gdpndIoR0hYTKjDb8pHPdXDu5NE7XyO8qKIeV4biRFGsQ9+C3giPNgYm9TA==}
/@livekit/components-styles@1.0.7:
resolution: {integrity: sha512-toGyh1tx9j/pmtN6NtF0mEm/fvSJm0hv5R5pfnjALFle6PksNesGHmpuQ8zHgYxjx6AFuFGHJPJ4j1QAkCcrtw==}
engines: {node: '>=14'}
dev: false
@ -1620,10 +1623,6 @@ packages:
path-is-absolute: 1.0.1
dev: true
/global-tld-list@0.0.1139:
resolution: {integrity: sha512-TCWjAwHPzFV6zbQ5jnJvJTctesHGJr9BppxivRuIxTiIFUzaxy1F0674cxjoJecW5s8V32Q5i35dBFqvAy7eGQ==}
dev: false
/globals@13.23.0:
resolution: {integrity: sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==}
engines: {node: '>=8'}