Skip to content
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

build(deps): bump the auto_route group across 1 directory with 2 updates #5

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
24 changes: 12 additions & 12 deletions packages/app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,18 @@ packages:
dependency: "direct main"
description:
name: auto_route
sha256: a9001a90539ca3effc168f7e1029a5885c7326b9032c09ac895e303c1d137704
sha256: "0956ad9f1604d863f3de9df3bf478ae5eb26c637ba997493a1898152ebcdac90"
url: "https://pub.dev"
source: hosted
version: "8.3.0"
version: "9.1.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"
bazel_worker:
dependency: transitive
description:
Expand Down Expand Up @@ -537,10 +537,10 @@ packages:
dependency: transitive
description:
name: http
sha256: "761a297c042deedc1ffbb156d6e2af13886bb305c2a343a4d972504cd67dd938"
sha256: b9c29a161230ee03d3ccf545097fccd9b87a5264228c5d348202e0f0c28f9010
url: "https://pub.dev"
source: hosted
version: "1.2.1"
version: "1.2.2"
http_multi_server:
dependency: transitive
description:
Expand Down Expand Up @@ -985,10 +985,10 @@ packages:
dependency: transitive
description:
name: shared_preferences_web
sha256: "9aee1089b36bd2aafe06582b7d7817fd317ef05fc30e6ba14bff247d0933042a"
sha256: d762709c2bbe80626ecc819143013cc820fa49ca5e363620ee20a8b15a3e3daf
url: "https://pub.dev"
source: hosted
version: "2.3.0"
version: "2.2.1"
shared_preferences_windows:
dependency: transitive
description:
Expand Down Expand Up @@ -1270,18 +1270,18 @@ packages:
dependency: transitive
description:
name: web
sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27"
sha256: d43c1d6b787bf0afad444700ae7f4db8827f701bc61c255ac8d328c6f4d52062
url: "https://pub.dev"
source: hosted
version: "0.5.1"
version: "1.0.0"
web_socket_channel:
dependency: transitive
description:
name: web_socket_channel
sha256: "58c6666b342a38816b2e7e50ed0f1e261959630becd4c879c4f26bfa14aa5a42"
sha256: d88238e5eac9a42bb43ca4e721edba3c08c6354d4a53063afaa568516217621b
url: "https://pub.dev"
source: hosted
version: "2.4.5"
version: "2.4.0"
webkit_inspection_protocol:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ environment:
# versions available, run `flutter pub outdated`.

dependencies:
auto_route: ^8.3.0
auto_route: ^9.1.0
build_version: ^2.1.1
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand All @@ -54,7 +54,7 @@ dependencies:
shared_preferences: ^2.2.3

dev_dependencies:
auto_route_generator: ^8.1.0
auto_route_generator: ^9.0.0
build_runner: ^2.4.11
build_web_compilers: ^4.0.10
custom_lint: ^0.6.4
Expand Down
Loading