From a7f03153e2c2c87d25c8dd0a32ef687d0ad8b328 Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Thu, 16 Sep 2021 02:52:37 +0000 Subject: [PATCH] Raise the Dart SDK minimum to at least 2.11.0 --- app/over_react_redux/todo_client/pubspec.yaml | 2 +- pubspec.yaml | 2 +- tools/analyzer_plugin/playground/pubspec.yaml | 2 +- tools/analyzer_plugin/pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/over_react_redux/todo_client/pubspec.yaml b/app/over_react_redux/todo_client/pubspec.yaml index f7b0ab039..fa21a5350 100644 --- a/app/over_react_redux/todo_client/pubspec.yaml +++ b/app/over_react_redux/todo_client/pubspec.yaml @@ -2,7 +2,7 @@ name: todo_client version: 1.0.0 environment: - sdk: ">=2.7.0 <3.0.0" + sdk: ">=2.11.0 <3.0.0" dependencies: color: any diff --git a/pubspec.yaml b/pubspec.yaml index d58dbf3e8..3aaffc767 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ version: 4.2.2 description: A library for building statically-typed React UI components using Dart. homepage: https://github.com/Workiva/over_react/ environment: - sdk: '>=2.7.0 <3.0.0' + sdk: ">=2.11.0 <3.0.0" dependencies: collection: ^1.14.11 diff --git a/tools/analyzer_plugin/playground/pubspec.yaml b/tools/analyzer_plugin/playground/pubspec.yaml index 7e563fd2e..a923eef72 100644 --- a/tools/analyzer_plugin/playground/pubspec.yaml +++ b/tools/analyzer_plugin/playground/pubspec.yaml @@ -1,7 +1,7 @@ name: plugin_playground version: 0.0.0 environment: - sdk: '>=2.7.0 <3.0.0' + sdk: ">=2.11.0 <3.0.0" dependencies: over_react: ^3.5.3 dev_dependencies: diff --git a/tools/analyzer_plugin/pubspec.yaml b/tools/analyzer_plugin/pubspec.yaml index 14b0df7fc..9893b774c 100644 --- a/tools/analyzer_plugin/pubspec.yaml +++ b/tools/analyzer_plugin/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: none description: Dart analyzer plugin for OverReact repository: https://github.com/Workiva/over_react/tree/master/tools/analyzer_plugin environment: - sdk: '>=2.7.0 <3.0.0' + sdk: ">=2.11.0 <3.0.0" dependencies: analyzer: ">=0.39.10 <0.42.0" analyzer_plugin: '^0.2.4'