Skip to content

Commit

Permalink
added bumps to packages where this is possible without any conflicts …
Browse files Browse the repository at this point in the history
…or beaking changes
  • Loading branch information
CommanderStorm committed Sep 11, 2023
1 parent af9ab2f commit 03239de
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -426,10 +426,10 @@ packages:
dependency: "direct main"
description:
name: flutter_secure_storage
sha256: "22dbf16f23a4bcf9d35e51be1c84ad5bb6f627750565edd70dab70f3ff5fff8f"
sha256: ffdbb60130e4665d2af814a0267c481bcf522c41ae2e43caf69fa0146876d685
url: "https://pub.dev"
source: hosted
version: "8.1.0"
version: "9.0.0"
flutter_secure_storage_linux:
dependency: transitive
description:
Expand Down Expand Up @@ -466,10 +466,10 @@ packages:
dependency: transitive
description:
name: flutter_secure_storage_windows
sha256: "38f9501c7cb6f38961ef0e1eacacee2b2d4715c63cc83fe56449c4d3d0b47255"
sha256: "5809c66f9dd3b4b93b0a6e2e8561539405322ee767ac2f64d084e2ab5429d108"
url: "https://pub.dev"
source: hosted
version: "2.1.1"
version: "3.0.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -492,10 +492,10 @@ packages:
dependency: "direct main"
description:
name: geolocator
sha256: "5c23f3613f50586c0bbb2b8f970240ae66b3bd992088cf60dd5ee2e6f7dde3a8"
sha256: "9f1c9a70dd25fc9d9574ff17ba714cf3bc7894258efd7d1ce0debfafe2f8e1d8"
url: "https://pub.dev"
source: hosted
version: "9.0.2"
version: "10.0.1"
geolocator_android:
dependency: transitive
description:
Expand Down Expand Up @@ -532,10 +532,10 @@ packages:
dependency: transitive
description:
name: geolocator_windows
sha256: "4f4218f122a6978d0ad655fa3541eea74c67417440b09f0657238810d5af6bdc"
sha256: "463045515b08bd83f73e014359c4ad063b902eb3899952cfb784497ae6c6583b"
url: "https://pub.dev"
source: hosted
version: "0.1.3"
version: "0.2.0"
get_it:
dependency: "direct main"
description:
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ dependencies:
flutter_web_plugins:
sdk: flutter
flutter_native_splash: ^2.2.19
flutter_secure_storage: ^8.0.0
geolocator: ^9.0.2
flutter_secure_storage: ^9.0.0
geolocator: ^10.0.1
hive: ^2.2.3
http: ^0.13.5
intl: ^0.18.1
Expand All @@ -41,7 +41,7 @@ dependencies:
shared_preferences: ^2.1.2
flutter_riverpod: ^2.3.6
get_it: ^7.6.0
collection: ^1.17.1
collection: ^1.17.2
map_launcher: ^2.5.0+1
timeago: ^3.4.0
webview_flutter: ^4.2.2
Expand All @@ -56,11 +56,11 @@ dependency_overrides:
dev_dependencies:
flutter_test:
sdk: flutter
test: ^1.24.1
test: ^1.24.3
flutter_lints: ^2.0.0
build_runner: ^2.3.3
lints: ^2.1.1
dart_code_metrics: ^5.7.5
dart_code_metrics: ^5.7.6

flutter:
uses-material-design: true
Expand Down

0 comments on commit 03239de

Please sign in to comment.