From d6a2fc4f096280cd1484e4e1f90b807219b5f6ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 13:00:45 +0000 Subject: [PATCH] Bump go_router from 10.2.0 to 11.0.0 in /deeplink_store_example Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 10.2.0 to 11.0.0. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/go_router-v11.0.0/packages) --- updated-dependencies: - dependency-name: go_router dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- deeplink_store_example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deeplink_store_example/pubspec.yaml b/deeplink_store_example/pubspec.yaml index cf37ad6cac4..da2c50edc3b 100644 --- a/deeplink_store_example/pubspec.yaml +++ b/deeplink_store_example/pubspec.yaml @@ -36,7 +36,7 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 shrine_images: ^2.0.2 - go_router: ^10.0.0 + go_router: ^11.0.0 dev_dependencies: flutter_test: