From 10f6e50be68e978a97bc750e435de8b65da61fe7 Mon Sep 17 00:00:00 2001 From: Koji Wakamiya Date: Thu, 29 Dec 2022 20:36:22 +0900 Subject: [PATCH] Update gorouter --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index d413a9d..fcce656 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -265,7 +265,7 @@ packages: name: go_router url: "https://pub.dartlang.org" source: hosted - version: "5.2.4" + version: "6.0.0" google_fonts: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 46866de..3c9c39f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,7 +20,7 @@ dependencies: xml: ^6.0.0 http: ^0.13.0 - go_router: ^5.0.0 + go_router: ^6.0.0 freezed_annotation: ^2.0.0 json_annotation: ^4.7.0