From 669a0cd64f2187bd15d0591f448700294472bea7 Mon Sep 17 00:00:00 2001 From: Chito Adinugraha Date: Mon, 1 Jul 2024 00:02:13 +0700 Subject: [PATCH] Updated pubspec.yaml --- pubspec.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index d2e89ad..2029309 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,10 +7,10 @@ environment: sdk: ">=2.17.0 <4.0.0" flutter: ">=1.22.0" dependencies: - http: ^1.1.0 - uuid: ^4.1.0 - flutter_webrtc: ^0.9.45 - web_socket_channel: ^2.4.0 + http: ^1.2.0 + uuid: ^4.4.0 + flutter_webrtc: ^0.11.1 + web_socket_channel: ^3.0.0 events_emitter: ^0.5.2 dev_dependencies: lints: ^2.1.1