Skip to content

Bump auto_route_generator and auto_route in /flutter_frontend #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions flutter_frontend/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@ packages:
dependency: "direct main"
description:
name: auto_route
sha256: a9001a90539ca3effc168f7e1029a5885c7326b9032c09ac895e303c1d137704
sha256: bb673104dbdc22667d01ec668df3d2a358b6e3da481428eeb1151933cfc1a7d6
url: "https://pub.dev"
source: hosted
version: "8.3.0"
version: "9.2.0"
auto_route_generator:
dependency: "direct dev"
description:
name: auto_route_generator
sha256: a21d7a936c917488653c972f62d884d8adcf8c5d37acc7cd24da33cf784546c0
sha256: c9086eb07271e51b44071ad5cff34e889f3156710b964a308c2ab590769e79e6
url: "https://pub.dev"
source: hosted
version: "8.1.0"
version: "9.0.0"
boolean_selector:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions flutter_frontend/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
flutter:
sdk: flutter

auto_route: ^8.3.0
auto_route: ^9.2.0
cupertino_icons: ^1.0.8
provider: ^6.1.2
dio: ^5.5.0+1
Expand All @@ -49,7 +49,7 @@ dev_dependencies:
# rules and activating additional ones.
flutter_lints: ^4.0.0
build_runner: ^2.4.11
auto_route_generator: ^8.1.0
auto_route_generator: ^9.0.0
freezed: ^2.5.2
mocktail: ^1.0.4

Expand Down
Loading