diff --git a/pubspec.lock b/pubspec.lock index c88915ee..bfe6b47c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -69,18 +69,18 @@ packages: dependency: "direct main" description: name: auto_route - sha256: eb33554581a0a4aa7e6da0f13a44291a55bf71359012f1d9feb41634ff908ff8 + sha256: "1258bfcfb8038df4f6b9dd0ddf290246c767bd03b283b16e392e03637ba8fbf0" url: "https://pub.dev" source: hosted - version: "7.9.2" + version: "8.1.2" auto_route_generator: dependency: "direct dev" description: name: auto_route_generator - sha256: "11067a3bcd643812518fe26c0c9ec073990286cabfd9d74b6da9ef9b913c4d22" + sha256: ba28133d3a3bf0a66772bcc98dade5843753cd9f1a8fb4802b842895515b67d3 url: "https://pub.dev" source: hosted - version: "7.3.2" + version: "8.0.0" auto_size_text: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 11429c0e..285e7207 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -34,7 +34,7 @@ environment: # versions available, run `flutter pub outdated`. dependencies: appwrite: 12.0.1 - auto_route: 7.9.2 + auto_route: 8.1.2 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. auto_size_text: 3.0.0 @@ -57,7 +57,7 @@ dependencies: url_launcher: 6.2.5 dev_dependencies: - auto_route_generator: 7.3.2 + auto_route_generator: 8.0.0 build_runner: 2.4.8 build_web_compilers: 4.0.9 custom_lint: 0.5.11