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 pub group across 1 directory with 2 updates #86

Merged
merged 1 commit into from
Feb 3, 2025
Merged
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 example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -261,18 +261,18 @@ packages:
dependency: "direct main"
description:
name: go_router
sha256: daf3ff5570f55396b2d2c9bf8136d7db3a8acf208ac0cef92a3ae2beb9a81550
sha256: "9b736a9fa879d8ad6df7932cbdcc58237c173ab004ef90d8377923d7ad731eaa"
url: "https://pub.dev"
source: hosted
version: "14.7.1"
version: "14.7.2"
go_router_builder:
dependency: "direct dev"
description:
name: go_router_builder
sha256: "293e366566c209f70a05508bb5fdd6ce536fa3f75e58ccba1f83341a7943a6be"
sha256: "63a1ebd575411216599055ec203014964b8e2b5af8f3b2e501447f87b492200b"
url: "https://pub.dev"
source: hosted
version: "2.7.3"
version: "2.7.5"
graphs:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ environment:
dependencies:
flutter:
sdk: flutter
go_router: ^14.6.3
go_router: ^14.7.2
swipeable_page_route:
path: ../

dev_dependencies:
build_runner: ^2.4.14
go_router_builder: ^2.7.3
go_router_builder: ^2.7.5
supernova_lints:
git:
url: https://github.com/JonasWanke/supernova.git
Expand Down