Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thielepaul committed Apr 24, 2023
1 parent 097c51c commit 079d36e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ packages:
dependency: transitive
description:
name: cli_util
sha256: "66f86e916d285c1a93d3b79587d94bd71984a66aac4ff74e524cfa7877f1395c"
sha256: b8db3080e59b2503ca9e7922c3df2072cf13992354d5e944074ffa836fba43b7
url: "https://pub.dev"
source: hosted
version: "0.3.5"
version: "0.4.0"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -443,10 +443,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_launcher_icons
sha256: a9de6706cd844668beac27c0aed5910fa0534832b3c2cad61a5fd977fce82a5d
sha256: "526faf84284b86a4cb36d20a5e45147747b7563d921373d4ee0559c54fcdbcea"
url: "https://pub.dev"
source: hosted
version: "0.10.0"
version: "0.13.1"
flutter_localizations:
dependency: transitive
description: flutter
Expand All @@ -464,10 +464,10 @@ packages:
dependency: "direct main"
description:
name: flutter_secure_storage
sha256: de957362e046bc68da8dcf6c1d922cb8bdad8dd4979ec69480cf1a3c481abe8e
sha256: "98352186ee7ad3639ccc77ad7924b773ff6883076ab952437d20f18a61f0a7c5"
url: "https://pub.dev"
source: hosted
version: "6.1.0"
version: "8.0.0"
flutter_secure_storage_linux:
dependency: transitive
description:
Expand All @@ -480,10 +480,10 @@ packages:
dependency: transitive
description:
name: flutter_secure_storage_macos
sha256: "388f76fd0f093e7415a39ec4c169ae7cceeee6d9f9ba529d788a13f2be4de7bd"
sha256: "083add01847fc1c80a07a08e1ed6927e9acd9618a35e330239d4422cd2a58c50"
url: "https://pub.dev"
source: hosted
version: "1.1.2"
version: "3.0.0"
flutter_secure_storage_platform_interface:
dependency: transitive
description:
Expand All @@ -504,10 +504,10 @@ packages:
dependency: transitive
description:
name: flutter_secure_storage_windows
sha256: ca89c8059cf439985aa83c59619b3674c7ef6cc2e86943d169a7369d6a69cab5
sha256: fc2910ec9b28d60598216c29ea763b3a96c401f0ce1d13cdf69ccb0e5c93c3ee
url: "https://pub.dev"
source: hosted
version: "1.1.3"
version: "2.0.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -578,10 +578,10 @@ packages:
dependency: transitive
description:
name: image
sha256: "8e9d133755c3e84c73288363e6343157c383a0c6c56fc51afcc5d4d7180306d6"
sha256: "483a389d6ccb292b570c31b3a193779b1b0178e7eb571986d9a49904b6861227"
url: "https://pub.dev"
source: hosted
version: "3.3.0"
version: "4.0.15"
image_picker:
dependency: "direct main"
description:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ publish_to: none
dependencies:
another_flushbar: ^1.10.29
background_fetch: ^1.0.3
cached_network_image: ^3.0.0-nullsafety
cached_network_image: ^3.2.3
connectivity: ^3.0.2
crypto: ^3.0.0
cupertino_icons: ^1.0.0
Expand All @@ -37,8 +37,8 @@ dependencies:
file_picker: ^5.2.2
flutter:
sdk: flutter
flutter_cache_manager: ^3.0.0-nullsafety.1
flutter_secure_storage: ^6.0.0
flutter_cache_manager: ^3.3.0
flutter_secure_storage: ^8.0.0
http: ^0.13.4
image_picker: ^0.8.4+8
intl: ^0.17.0
Expand All @@ -56,7 +56,7 @@ dependencies:
dev_dependencies:
build_runner: ^2.1.7
drift_dev: ^2.2.0+1
flutter_launcher_icons: ^0.10.0
flutter_launcher_icons: ^0.13.1
flutter_test:
sdk: flutter
isar_generator: ^3.0.2
Expand Down

0 comments on commit 079d36e

Please sign in to comment.