From 2c6f8f7fb2cdd6b883d58fd987e3d07ed14f81d1 Mon Sep 17 00:00:00 2001 From: MohanSaiManthri Date: Thu, 3 Feb 2022 12:48:00 +0530 Subject: [PATCH] Dependencies version upgrade - analyzer: ^2.3.0 -> ^3.2.0 - build: ^2.1.0 -> ^2.2.1 - build_config: ^1.0.0 - functional_enum_annotation: ^1.2.1 -> ^1.2.2 - source_gen: ^1.1.0 -> ^1.2.1 --- packages/functional_enum/pubspec.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/functional_enum/pubspec.yaml b/packages/functional_enum/pubspec.yaml index d482826..7cb034b 100644 --- a/packages/functional_enum/pubspec.yaml +++ b/packages/functional_enum/pubspec.yaml @@ -7,8 +7,8 @@ environment: sdk: '>=2.12.0 <3.0.0' dependencies: - analyzer: ^2.3.0 - build: ^2.1.0 + analyzer: ^3.2.0 + build: ^2.2.1 build_config: ^1.0.0 - functional_enum_annotation: ^1.2.1 - source_gen: ^1.1.0 + functional_enum_annotation: ^1.2.2 + source_gen: ^1.2.1