From 9a273fc834c1ef5a048ea9e40a071b6ef10b39a1 Mon Sep 17 00:00:00 2001 From: Hiroshi Horie <548776+hiroshihorie@users.noreply.github.com> Date: Tue, 9 Nov 2021 21:07:17 +0900 Subject: [PATCH] update dependencies --- example/ios/Podfile.lock | 14 +++++++------- example/pubspec.lock | 6 +++--- example/pubspec.yaml | 2 +- pubspec.lock | 2 +- pubspec.yaml | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 2523fa9..39c94f6 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,18 +1,18 @@ PODS: - Flutter (1.0.0) - - flutter_webrtc (0.2.3): + - flutter_webrtc (0.7.1): - Flutter - Libyuv (= 1703) - - WebRTC-SDK (= 92.4515.10) + - WebRTC-SDK (= 92.4515.11) - Libyuv (1703) - livekit_client (0.5.2): - Flutter - - WebRTC-SDK (= 92.4515.10) + - WebRTC-SDK (~> 92.4515) - path_provider (0.0.1): - Flutter - shared_preferences (0.0.1): - Flutter - - WebRTC-SDK (92.4515.10) + - WebRTC-SDK (92.4515.11) DEPENDENCIES: - Flutter (from `Flutter`) @@ -40,12 +40,12 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a - flutter_webrtc: 4e541b51d92b1197f77b17bea3efaa61e295a5f8 + flutter_webrtc: a5a79904f0bca0ea23aff49c51ca765f70a0f703 Libyuv: 5f79ced0ee66e60a612ca97de1e6ccacd187a437 - livekit_client: 37ba5aa5253f2b41eae3fbdbfda372772b361674 + livekit_client: 50fc91ea89f7eef275efedf60b90806201a44150 path_provider: d1e9807085df1f9cc9318206cd649dc0b76be3de shared_preferences: 5033afbb22d372e15aff8ff766df9021b845f273 - WebRTC-SDK: dabc6471c193814aeb0ad9e6712052567acff601 + WebRTC-SDK: 21dbc6028a68f3a89718057a2caa970a4da8ebb7 PODFILE CHECKSUM: 82aed1035f46bfa5b522f0d0dbf4730f17ec65ff diff --git a/example/pubspec.lock b/example/pubspec.lock index 14b2b03..70d3278 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -120,7 +120,7 @@ packages: name: flutter_webrtc url: "https://pub.dartlang.org" source: hosted - version: "0.7.0+hotfix.2" + version: "0.7.1" google_fonts: dependency: "direct main" description: @@ -218,7 +218,7 @@ packages: name: path_provider url: "https://pub.dartlang.org" source: hosted - version: "2.0.5" + version: "2.0.6" path_provider_linux: dependency: transitive description: @@ -288,7 +288,7 @@ packages: name: provider url: "https://pub.dartlang.org" source: hosted - version: "5.0.0" + version: "6.0.1" shared_preferences: dependency: "direct main" description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 3419096..b3ed3d3 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: flutter: sdk: flutter - provider: ^5.0.0 + provider: ^6.0.1 logging: ^1.0.1 shared_preferences: ^2.0.7 diff --git a/pubspec.lock b/pubspec.lock index 6579a29..da97412 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -106,7 +106,7 @@ packages: name: flutter_webrtc url: "https://pub.dartlang.org" source: hosted - version: "0.7.0+hotfix.2" + version: "0.7.1" http: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 062d2e6..b444314 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -23,7 +23,7 @@ dependencies: synchronized: ^3.0.0 protobuf: ^2.0.0 visibility_detector: ^0.2.2 - flutter_webrtc: ^0.7.0+hotfix.2 + flutter_webrtc: ^0.7.1 dev_dependencies: flutter_test: