Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastGimbus committed Sep 23, 2023
1 parent bd454b6 commit 05d8277
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
24 changes: 8 additions & 16 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ packages:
dependency: transitive
description:
name: archive
sha256: e0902a06f0e00414e4e3438a084580161279f137aeb862274710f29ec10cf01e
sha256: "20071638cbe4e5964a427cfa0e86dce55d060bc7d82d56f3554095d7239a8765"
url: "https://pub.dev"
source: hosted
version: "3.3.9"
version: "3.4.2"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -225,10 +225,10 @@ packages:
dependency: transitive
description:
name: image
sha256: a72242c9a0ffb65d03de1b7113bc4e189686fc07c7147b8b41811d0dd0e0d9bf
sha256: "6e703d5e2f8c63fb31a77753915c1ec8baebde8088844e0d29f71b8f0b108888"
url: "https://pub.dev"
source: hosted
version: "4.0.17"
version: "4.1.0"
intl:
dependency: "direct main"
description:
Expand Down Expand Up @@ -265,10 +265,10 @@ packages:
dependency: "direct main"
description:
name: logger
sha256: ba3bc83117b2b49bdd723c0ea7848e8285a0fbc597ba09203b20d329d020c24a
sha256: "6bbb9d6f7056729537a4309bda2e74e18e5d9f14302489cc1e93f33b3fe32cac"
url: "https://pub.dev"
source: hosted
version: "2.0.2"
version: "2.0.2+1"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -377,10 +377,10 @@ packages:
dependency: transitive
description:
name: permission_handler_android
sha256: "740c9c9d3090a29cd2fd1f193bba457ac1d2cef1da0ef91f2630d3d9e3c01c15"
sha256: f2543a236584a5e8be79076f858022f100ce690e31530e6fa4c32ac94f276d3a
url: "https://pub.dev"
source: hosted
version: "11.0.2"
version: "11.0.3"
permission_handler_apple:
dependency: transitive
description:
Expand Down Expand Up @@ -453,14 +453,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.27.7"
screenshot:
dependency: "direct main"
description:
name: screenshot
sha256: "455284ff1f5b911d94a43c25e1385485cf6b4f288293eba68f15dad711c7b81c"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
shared_preferences:
dependency: transitive
description:
Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies:
collection: ^1.17.2
stream_channel: ^2.1.1
flutter_bloc: ^8.1.3
logger: ^2.0.2
logger: ^2.0.2+1
provider: ^6.0.5
streaming_shared_preferences: ^2.0.0
async: ^2.11.0
Expand All @@ -63,7 +63,6 @@ dependencies:
intl: ^0.18.1
## This is low-level, but I *do* use it to mix colors here and there
material_color_utilities: ^0.8.0
screenshot: ^2.1.0
material_symbols_icons: ^4.2668.0

dependency_overrides:
Expand Down

0 comments on commit 05d8277

Please sign in to comment.