diff --git a/boring_to_beautiful/step_07/pubspec.lock b/boring_to_beautiful/step_07/pubspec.lock index 89f301f498..e05d935838 100644 --- a/boring_to_beautiful/step_07/pubspec.lock +++ b/boring_to_beautiful/step_07/pubspec.lock @@ -217,7 +217,7 @@ packages: name: fake_async url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.3.0" ffi: dependency: transitive description: @@ -302,7 +302,7 @@ packages: name: go_router url: "https://pub.dartlang.org" source: hosted - version: "3.0.1" + version: "4.2.5" google_fonts: dependency: "direct main" description: @@ -471,13 +471,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.5" - path_to_regexp: - dependency: transitive - description: - name: path_to_regexp - url: "https://pub.dartlang.org" - source: hosted - version: "0.4.0" platform: dependency: transitive description: @@ -715,5 +708,5 @@ packages: source: hosted version: "3.1.0" sdks: - dart: ">=2.16.1 <3.0.0" - flutter: ">=2.10.0" + dart: ">=2.17.0 <3.0.0" + flutter: ">=3.0.0" diff --git a/boring_to_beautiful/step_07/pubspec.yaml b/boring_to_beautiful/step_07/pubspec.yaml index b6ee1cf3b6..e4fd01978a 100644 --- a/boring_to_beautiful/step_07/pubspec.yaml +++ b/boring_to_beautiful/step_07/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: sdk: flutter flutter_bloc: ^8.0.1 freezed_annotation: ^1.1.0 - go_router: ^3.0.1 + go_router: ^4.2.5 google_fonts: ^2.3.1 url_launcher: ^6.0.20