[null-safety] update version constraint (#69900)

This commit is contained in:
Jonah Williams 2020-11-05 11:39:26 -08:00 committed by GitHub
parent 24c6266230
commit 0823d625bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 7 deletions

View File

@ -5,7 +5,7 @@ homepage: http://flutter.dev
environment:
# The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite.
sdk: ">=2.10.0-0.0.dev <3.0.0"
sdk: ">=2.12.0-0 <3.0.0"
dependencies:
# To update these, use "flutter update-packages --force-upgrade".
@ -22,7 +22,6 @@ dev_dependencies:
sdk: flutter
flutter_goldens:
sdk: flutter
mockito: 4.1.1
fake_async: 1.2.0-nullsafety.3
async: 2.5.0-nullsafety.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
@ -41,4 +40,4 @@ dev_dependencies:
term_glyph: 1.2.0-nullsafety.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_api: 0.2.19-nullsafety.6 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM: 4269
# PUBSPEC CHECKSUM: 2b23

View File

@ -5,7 +5,7 @@ author: Flutter Authors <flutter-dev@googlegroups.com>
environment:
# The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite.
sdk: ">=2.10.0-0.0.dev <3.0.0"
sdk: ">=2.12.0-0 <3.0.0"
dependencies:
file: 6.0.0-nullsafety.4

View File

@ -2,7 +2,7 @@ name: flutter_goldens
environment:
# The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite.
sdk: ">=2.10.0-4.0.dev <2.12.0"
sdk: ">=2.12.0-0 <3.0.0"
dependencies:
# To update these, use "flutter update-packages --force-upgrade".

View File

@ -2,7 +2,7 @@ name: flutter_goldens_client
environment:
# The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite.
sdk: ">=2.10.0-4.0.dev <2.12.0"
sdk: ">=2.12.0-0 <3.0.0"
dependencies:
# To update these, use "flutter update-packages --force-upgrade".

View File

@ -2,7 +2,7 @@ name: flutter_test
environment:
# The pub client defaults to an <2.0.0 sdk constraint which we need to explicitly overwrite.
sdk: ">=2.10.0-0.0.dev <3.0.0"
sdk: ">=2.12.0-0 <3.0.0"
dependencies:
# To update these, use "flutter update-packages --force-upgrade".