update livekit-components

This commit is contained in:
Hugo Arregui 2023-08-09 17:55:56 -03:00
parent 33eac35114
commit 7b67adcb8e
No known key found for this signature in database
GPG Key ID: 5100706D2A1AFAD4
2 changed files with 17 additions and 17 deletions

30
package-lock.json generated
View File

@ -13,7 +13,7 @@
"@dcl/schemas": "^7.4.1",
"@dcl/social-rpc-client": "^0.0.0-20230725183127.commit-e0fdbae",
"@dcl/ui-env": "^1.4.0",
"@livekit/components-react": "^1.0.8",
"@livekit/components-react": "^1.1.0",
"@livekit/components-styles": "^1.0.5",
"@reduxjs/toolkit": "^1.9.5",
"ajv": "^8.12.0",
@ -3476,9 +3476,9 @@
}
},
"node_modules/@livekit/components-core": {
"version": "0.6.11",
"resolved": "https://registry.npmjs.org/@livekit/components-core/-/components-core-0.6.11.tgz",
"integrity": "sha512-FufCqJ/G0rznKR4hCY1EM+9GtwGK+easNgOPw4WPvhFEOO4L00KuEYWpzbWBzVFBHYqBuypkZS4enOsSHwPAJQ==",
"version": "0.6.12",
"resolved": "https://registry.npmjs.org/@livekit/components-core/-/components-core-0.6.12.tgz",
"integrity": "sha512-aLKYO2R0Dk+0ouBpYhhZ7y8HB8SYmmSgrLAdVOwCgM/1yU5jpeOAXjSyE9v5JFO5i2Q1ue2YDyp2L24gbdf2BQ==",
"dependencies": {
"@floating-ui/dom": "^1.1.0",
"email-regex": "^5.0.0",
@ -3494,11 +3494,11 @@
}
},
"node_modules/@livekit/components-react": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/@livekit/components-react/-/components-react-1.0.8.tgz",
"integrity": "sha512-JOGcoLwOXI2vQW0U7Zwh+DXIoC/Nm9/yOg7U6tAv6+Sps/BlAjyY09XVnI6GBLeJpiaqzlY2ualmfMKiWDgDhw==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@livekit/components-react/-/components-react-1.1.0.tgz",
"integrity": "sha512-O2bGuq6Jek1/lQDjbcrzNi/5AcIM/Nq8iEVSlm7dNG5bBP/89HnjMWF5rvyS9Lnbzp15hDO18L6h+UQCFZGZLw==",
"dependencies": {
"@livekit/components-core": "0.6.11",
"@livekit/components-core": "0.6.12",
"@react-hook/latest": "^1.0.3",
"clsx": "^1.2.1"
},
@ -22237,9 +22237,9 @@
}
},
"@livekit/components-core": {
"version": "0.6.11",
"resolved": "https://registry.npmjs.org/@livekit/components-core/-/components-core-0.6.11.tgz",
"integrity": "sha512-FufCqJ/G0rznKR4hCY1EM+9GtwGK+easNgOPw4WPvhFEOO4L00KuEYWpzbWBzVFBHYqBuypkZS4enOsSHwPAJQ==",
"version": "0.6.12",
"resolved": "https://registry.npmjs.org/@livekit/components-core/-/components-core-0.6.12.tgz",
"integrity": "sha512-aLKYO2R0Dk+0ouBpYhhZ7y8HB8SYmmSgrLAdVOwCgM/1yU5jpeOAXjSyE9v5JFO5i2Q1ue2YDyp2L24gbdf2BQ==",
"requires": {
"@floating-ui/dom": "^1.1.0",
"email-regex": "^5.0.0",
@ -22249,11 +22249,11 @@
}
},
"@livekit/components-react": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/@livekit/components-react/-/components-react-1.0.8.tgz",
"integrity": "sha512-JOGcoLwOXI2vQW0U7Zwh+DXIoC/Nm9/yOg7U6tAv6+Sps/BlAjyY09XVnI6GBLeJpiaqzlY2ualmfMKiWDgDhw==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@livekit/components-react/-/components-react-1.1.0.tgz",
"integrity": "sha512-O2bGuq6Jek1/lQDjbcrzNi/5AcIM/Nq8iEVSlm7dNG5bBP/89HnjMWF5rvyS9Lnbzp15hDO18L6h+UQCFZGZLw==",
"requires": {
"@livekit/components-core": "0.6.11",
"@livekit/components-core": "0.6.12",
"@react-hook/latest": "^1.0.3",
"clsx": "^1.2.1"
}

View File

@ -21,7 +21,7 @@
"@dcl/schemas": "^7.4.1",
"@dcl/social-rpc-client": "^0.0.0-20230725183127.commit-e0fdbae",
"@dcl/ui-env": "^1.4.0",
"@livekit/components-react": "^1.0.8",
"@livekit/components-react": "^1.1.0",
"@livekit/components-styles": "^1.0.5",
"@reduxjs/toolkit": "^1.9.5",
"ajv": "^8.12.0",
@ -88,4 +88,4 @@
"url": "https://github.com/decentraland/meet.git"
},
"homepage": ""
}
}