auto-claude: subtask-1-1 - Update pubspec.yaml with safe patch and minor pack
Updated the following packages to their latest safe versions: - go_router: ^17.0.0 -> ^17.0.1 (patch) - shared_preferences: ^2.5.3 -> ^2.5.4 (patch) - build_runner: ^2.4.14 -> ^2.10.5 (minor) - json_serializable: ^6.9.2 -> ^6.11.1 (minor, capped due to analyzer conflict) - google_navigation_flutter: ^0.7.0 -> ^0.8.2 (minor) Note: json_serializable was capped at 6.11.1 instead of 6.11.4 due to analyzer version conflict with riverpod_generator ^3.0.3. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
367b154f65
commit
7f281ed91b
16
pubspec.lock
16
pubspec.lock
@ -101,10 +101,10 @@ packages:
|
||||
dependency: "direct dev"
|
||||
description:
|
||||
name: build_runner
|
||||
sha256: "7b5b569f3df370590a85029148d6fc66c7d0201fc6f1847c07dd85d365ae9fcd"
|
||||
sha256: b4d854962a32fd9f8efc0b76f98214790b833af8b2e9b2df6bfc927c0415a072
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.10.3"
|
||||
version: "2.10.5"
|
||||
built_collection:
|
||||
dependency: transitive
|
||||
description:
|
||||
@ -457,18 +457,18 @@ packages:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: go_router
|
||||
sha256: c92d18e1fe994cb06d48aa786c46b142a5633067e8297cff6b5a3ac742620104
|
||||
sha256: eff94d2a6fc79fa8b811dde79c7549808c2346037ee107a1121b4a644c745f2a
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "17.0.0"
|
||||
version: "17.0.1"
|
||||
google_navigation_flutter:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: google_navigation_flutter
|
||||
sha256: fdf79ddeda8bbba9d8b9218c41551b918447032004cbe72ea7365287c9d9bf80
|
||||
sha256: "12f8bc6f5cf694b0778772a2e22969c9a2da44e76b496c47488deb482a2fe063"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "0.7.0"
|
||||
version: "0.8.2"
|
||||
graphs:
|
||||
dependency: transitive
|
||||
description:
|
||||
@ -921,10 +921,10 @@ packages:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: shared_preferences
|
||||
sha256: "6e8bf70b7fef813df4e9a36f658ac46d107db4b4cfe1048b477d4e453a8159f5"
|
||||
sha256: "2939ae520c9024cb197fc20dee269cd8cdbf564c8b5746374ec6cacdc5169e64"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.5.3"
|
||||
version: "2.5.4"
|
||||
shared_preferences_android:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
||||
10
pubspec.yaml
10
pubspec.yaml
@ -37,10 +37,10 @@ dependencies:
|
||||
url_launcher: ^6.3.1
|
||||
permission_handler: ^12.0.1
|
||||
|
||||
go_router: ^17.0.0
|
||||
shared_preferences: ^2.5.3
|
||||
go_router: ^17.0.1
|
||||
shared_preferences: ^2.5.4
|
||||
http_interceptor: ^2.0.0
|
||||
google_navigation_flutter: ^0.7.0
|
||||
google_navigation_flutter: ^0.8.2
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
@ -48,8 +48,8 @@ dev_dependencies:
|
||||
|
||||
flutter_lints: ^6.0.0
|
||||
|
||||
build_runner: ^2.4.14
|
||||
json_serializable: ^6.9.2
|
||||
build_runner: ^2.10.5
|
||||
json_serializable: ^6.11.1
|
||||
riverpod_generator: ^3.0.3
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
|
||||
Loading…
Reference in New Issue
Block a user