Skip to content

Commit

Permalink
Raise the Dart SDK minimum to at least 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourcegraph committed Sep 16, 2021
1 parent 81e3719 commit a7f0315
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/over_react_redux/todo_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/analyzer_plugin/playground/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a7f0315

Please sign in to comment.