From dabe1091301d43dce0c14ee9f04ae2bd7bd11444 Mon Sep 17 00:00:00 2001 From: J Taylor Date: Wed, 30 Jun 2021 12:53:25 +0100 Subject: [PATCH] daily js bump --- dailyjs/shared/components/DeviceSelect/DeviceSelect.js | 2 -- dailyjs/shared/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 5 insertions(+), 7 deletions(-) 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"