From 7b79a670c7199abd342566c6449549890d233019 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 13:41:17 +0700 Subject: [PATCH] fix(deps): update dependency rxdart_ext to ^0.2.0 (#20) Co-authored-by: Renovate Bot --- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index e0b9e66..7e6dfd3 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -7,7 +7,7 @@ environment: sdk: ">=2.12.0-0 <3.0.0" dependencies: - rxdart_ext: ^0.1.2 + rxdart_ext: ^0.2.0 flutter_bloc_pattern: flutter: sdk: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 08a9c14..621d370 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ environment: dependencies: flutter: sdk: flutter - rxdart_ext: ^0.1.2 + rxdart_ext: ^0.2.0 flutter_provider: ^2.1.0 dev_dependencies: