diff --git a/.github/workflows/react-native-cicd.yml b/.github/workflows/react-native-cicd.yml index f40ea4f..667607c 100644 --- a/.github/workflows/react-native-cicd.yml +++ b/.github/workflows/react-native-cicd.yml @@ -109,7 +109,7 @@ jobs: strategy: matrix: platform: [android, ios] - runs-on: ${{ matrix.platform == 'ios' && 'macos-14' || 'ubuntu-latest' }} + runs-on: ${{ matrix.platform == 'ios' && 'macos-latest' || 'ubuntu-latest' }} environment: RNBuild steps: - name: 🏗 Checkout repository diff --git a/package.json b/package.json index 392b1a3..4a798f4 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "e2e-test": "maestro test .maestro/ -e APP_ID=com.obytes.development" }, "dependencies": { - "@config-plugins/react-native-webrtc": "^12.0.0", + "@config-plugins/react-native-webrtc": "~12.0.0", "@dev-plugins/react-query": "^0.3.1", "@expo/config-plugins": "~9.0.0", "@expo/html-elements": "~0.10.1", @@ -79,7 +79,7 @@ "@legendapp/motion": "~2.4.0", "@livekit/react-native": "~2.7.4", "@livekit/react-native-expo-plugin": "~1.0.1", - "@livekit/react-native-webrtc": "~125.0.9", + "@livekit/react-native-webrtc": "~125.0.11", "@microsoft/signalr": "~8.0.7", "@notifee/react-native": "^9.1.8", "@novu/react-native": "~2.6.6", @@ -119,7 +119,7 @@ "expo-task-manager": "~12.0.6", "geojson": "~0.5.0", "i18next": "~23.14.0", - "livekit-client": "^2.15.2", + "livekit-client": "~2.15.2", "lodash": "^4.17.21", "lodash.memoize": "~4.1.2", "lucide-react-native": "~0.475.0", diff --git a/yarn.lock b/yarn.lock index 02376c6..7873a35 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1027,7 +1027,7 @@ "@types/conventional-commits-parser" "^5.0.0" chalk "^5.3.0" -"@config-plugins/react-native-webrtc@^12.0.0": +"@config-plugins/react-native-webrtc@~12.0.0": version "12.0.0" resolved "https://registry.yarnpkg.com/@config-plugins/react-native-webrtc/-/react-native-webrtc-12.0.0.tgz#2bad8d59fa8aeb1b311c82c8704259154b00805f" integrity sha512-EIYR+ArIOFBz8cEHSdPjxqFPhaN+nNeoPnI6iVStctYKZdl6AEgmXq6Qfpds6qyin1W4JP7wq2jJh32OsRfwxg== @@ -2313,10 +2313,10 @@ resolved "https://registry.yarnpkg.com/@livekit/react-native-expo-plugin/-/react-native-expo-plugin-1.0.1.tgz#8472299b1b399209463347ed27de7b0f743d700d" integrity sha512-CSPjjzgDDlBH1ZyFyaw7/FW2Ql1S51eUkIxv/vjGwVshn+lUD6eQ9VgfUh7ha84itvjXi9X87FvP0XWKn9CiFQ== -"@livekit/react-native-webrtc@~125.0.9": - version "125.0.10" - resolved "https://registry.yarnpkg.com/@livekit/react-native-webrtc/-/react-native-webrtc-125.0.10.tgz#d24146e9bcb186eed5529ce0b9bc077910bec58c" - integrity sha512-pSXuohKe/sBk1bsdaSx4M9qY3s1sGkvyWLsaKoRkjVNSMUjdwdgRmjW8EsJk9sJU4CYzY63rZvhAhG0H1c8Zww== +"@livekit/react-native-webrtc@~125.0.11": + version "125.0.11" + resolved "https://registry.yarnpkg.com/@livekit/react-native-webrtc/-/react-native-webrtc-125.0.11.tgz#fb64c6d4b66e664c15a8820aa929acb5584e03bf" + integrity sha512-d8bOH0rBVnyl08urRFcx9+sPCgOdcYj1VQFb0cBN87RRVF9ZdIMq8id6GGEcTv/GBIQPAZbsOcATACneMcX8ww== dependencies: base64-js "1.5.1" debug "4.3.4" @@ -10218,7 +10218,7 @@ listr@^0.14.3: p-map "^2.0.0" rxjs "^6.3.3" -livekit-client@^2.15.2: +livekit-client@~2.15.2: version "2.15.2" resolved "https://registry.yarnpkg.com/livekit-client/-/livekit-client-2.15.2.tgz#0d7f1c9bae26848327773d39c5c3b1f26bc58b38" integrity sha512-hf0A0JFN7M0iVGZxMfTk6a3cW7TNTVdqxkykjKBweORlqhQX1ITVloh6aLvplLZOxpkUE5ZVLz1DeS3+ERglog==