From cf8d1b282ec745a133250407a70892d7b1489bd8 Mon Sep 17 00:00:00 2001 From: William Easdown Babb <34220924+weasdown@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:13:34 +0100 Subject: [PATCH] feat: upgrade dependencies, sort dependencies alphabetically --- app/pubspec.yaml | 5 +++-- pubspec.yaml | 2 +- server/pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 93749ed..428798f 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -35,11 +35,12 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.8 + google_maps_flutter: ^2.12.1 flutter_google_maps_webservices: ^1.1.1 provider: ^6.1.5 - go_router: ^15.1.1 gap: ^3.0.1 + go_router: ^15.1.1 latlng: ^2.0.7 web_socket_channel: ^3.0.3 @@ -52,7 +53,7 @@ dev_dependencies: # activated in the `analysis_options.yaml` file located at the root of your # package. See that file for information about deactivating specific lint # rules and activating additional ones. - flutter_lints: ^5.0.0 + flutter_lints: ^6.0.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec diff --git a/pubspec.yaml b/pubspec.yaml index fed2bdd..80461b2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,5 +15,5 @@ environment: # path: ^1.8.0 dev_dependencies: - lints: ^5.0.0 + lints: ^6.0.0 test: ^1.24.0 diff --git a/server/pubspec.yaml b/server/pubspec.yaml index 1256e6e..ec8ce39 100644 --- a/server/pubspec.yaml +++ b/server/pubspec.yaml @@ -17,5 +17,5 @@ dependencies: # path: ^1.8.0 dev_dependencies: - lints: ^5.0.0 + lints: ^6.0.0 test: ^1.24.0