diff --git a/dailyjs/shared/components/DeviceSelect/DeviceSelect.js b/dailyjs/shared/components/DeviceSelect/DeviceSelect.js
index 3fba799..c089280 100644
--- a/dailyjs/shared/components/DeviceSelect/DeviceSelect.js
+++ b/dailyjs/shared/components/DeviceSelect/DeviceSelect.js
@@ -18,8 +18,6 @@ export const DeviceSelect = () => {
return
Loading devices...
;
}
- console.log(currentDevices);
-
return (
<>
diff --git a/dailyjs/shared/package.json b/dailyjs/shared/package.json
index 0cb5de2..18a4587 100644
--- a/dailyjs/shared/package.json
+++ b/dailyjs/shared/package.json
@@ -4,7 +4,7 @@
"private": true,
"main": "index.js",
"dependencies": {
- "@daily-co/daily-js": "^0.12.0",
+ "@daily-co/daily-js": "^0.14.0",
"classnames": "^2.3.1",
"debounce": "^1.2.1",
"fast-deep-equal": "^3.1.3",
diff --git a/yarn.lock b/yarn.lock
index c09f462..7a0b84b 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -160,10 +160,10 @@
"@babel/helper-validator-identifier" "^7.12.11"
to-fast-properties "^2.0.0"
-"@daily-co/daily-js@^0.12.0":
- version "0.12.0"
- resolved "https://registry.yarnpkg.com/@daily-co/daily-js/-/daily-js-0.12.0.tgz#9d31e54d001c4255302efa709db51030840c85fa"
- integrity sha512-9C4gZUl7mEc7JNmJ8dQCrENxdTmjuZIKlVEa6fI3Zb7gD82hgTt/5UgFXzj88aB6YI9VndwZVeJkilECUel3Ww==
+"@daily-co/daily-js@^0.14.0":
+ version "0.14.0"
+ resolved "https://registry.yarnpkg.com/@daily-co/daily-js/-/daily-js-0.14.0.tgz#29308c77e00886514df7d932d771980d5cdb7618"
+ integrity sha512-OD2epVohYraTfOH/ZuO5rP9Ej4Rfu/ufGXX0XJQG+mAu1hJ1610JWunnszTmfhk+uUH4aA9i7+5/PQ2meOXUtQ==
dependencies:
"@babel/runtime" "^7.12.5"
bowser "^2.8.1"