diff --git a/036-hover-in-flutter-web/pubspec.lock b/036-hover-in-flutter-web/pubspec.lock index 379da8e7..e9549580 100644 --- a/036-hover-in-flutter-web/pubspec.lock +++ b/036-hover-in-flutter-web/pubspec.lock @@ -7,35 +7,35 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.4.1" + version: "2.9.0" boolean_selector: dependency: transitive description: name: boolean_selector url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" - charcode: + version: "2.1.0" + characters: dependency: transitive description: - name: charcode + name: characters url: "https://pub.dartlang.org" source: hosted - version: "1.1.3" + version: "1.2.1" clock: dependency: transitive description: name: clock url: "https://pub.dartlang.org" source: hosted - version: "1.0.1" + version: "1.1.1" collection: dependency: transitive description: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.14.12" + version: "1.16.0" cupertino_icons: dependency: "direct main" description: @@ -49,7 +49,7 @@ packages: name: fake_async url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.3.1" flutter: dependency: "direct main" description: flutter @@ -73,28 +73,35 @@ packages: name: http url: "https://pub.dartlang.org" source: hosted - version: "0.12.1" + version: "0.13.5" http_parser: dependency: transitive description: name: http_parser url: "https://pub.dartlang.org" source: hosted - version: "3.1.3" + version: "4.0.2" matcher: dependency: transitive description: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.6" + version: "0.12.12" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.5" meta: dependency: transitive description: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.1.8" + version: "1.8.0" nested: dependency: transitive description: @@ -115,14 +122,7 @@ packages: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.7.0" - pedantic: - dependency: transitive - description: - name: pedantic - url: "https://pub.dartlang.org" - source: hosted - version: "1.8.0+1" + version: "1.8.2" provider: dependency: "direct main" description: @@ -148,14 +148,14 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.7.0" + version: "1.9.0" stack_trace: dependency: transitive description: name: stack_trace url: "https://pub.dartlang.org" source: hosted - version: "1.9.3" + version: "1.10.0" stacked: dependency: "direct main" description: @@ -169,42 +169,42 @@ packages: name: stream_channel url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.1.0" string_scanner: dependency: transitive description: name: string_scanner url: "https://pub.dartlang.org" source: hosted - version: "1.0.5" + version: "1.1.1" term_glyph: dependency: transitive description: name: term_glyph url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.2.1" test_api: dependency: transitive description: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.16" + version: "0.4.12" typed_data: dependency: transitive description: name: typed_data url: "https://pub.dartlang.org" source: hosted - version: "1.1.6" + version: "1.3.1" vector_math: dependency: transitive description: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.0.8" + version: "2.1.2" sdks: - dart: ">=2.7.0 <3.0.0" + dart: ">=2.17.0-0 <3.0.0" flutter: ">=1.16.0" diff --git a/036-hover-in-flutter-web/pubspec.yaml b/036-hover-in-flutter-web/pubspec.yaml index a6b581b1..6b2a1124 100644 --- a/036-hover-in-flutter-web/pubspec.yaml +++ b/036-hover-in-flutter-web/pubspec.yaml @@ -27,7 +27,7 @@ dependencies: get_it: ^4.0.2 stacked: ^1.6.0 provider: ^4.1.3 - http: ^0.12.1 + http: ">=0.12.1 <0.14.0" dev_dependencies: flutter_test: