From 061734c5dcd34873f6c63a9f404ec4c6e0eb8974 Mon Sep 17 00:00:00 2001 From: rmconsole-readonly-wk Date: Tue, 21 Sep 2021 19:31:05 +0000 Subject: [PATCH] over_react_4.2.4 --- pubspec.yaml | 2 +- tools/analyzer_plugin/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index fb9312fa0..d40bf9e6b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: over_react -version: 4.2.3 +version: 4.2.4 description: A library for building statically-typed React UI components using Dart. homepage: https://github.com/Workiva/over_react/ environment: diff --git a/tools/analyzer_plugin/pubspec.yaml b/tools/analyzer_plugin/pubspec.yaml index 0186efd1b..35f0b5fbe 100644 --- a/tools/analyzer_plugin/pubspec.yaml +++ b/tools/analyzer_plugin/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: # Upon release, this should be pinned to the over_react version from ../../pubspec.yaml # so that it always resolves to the same version of over_react that the user has pulled in, # and thus has the same boilerplate parsing code that's running in the builder. - over_react: 4.2.3 + over_react: 4.2.4 meta: ">=1.2.2 <1.7.0" # Workaround to avoid https://github.com/dart-lang/sdk/issues/46142 path: ^1.5.1 source_span: ^1.7.0