Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,10 @@ packages:
dependency: "direct main"
description:
name: font_awesome_flutter
sha256: b9011df3a1fa02993630b8fb83526368cf2206a711259830325bab2f1d2a4eb0
sha256: "09dcde8ab90ffae1a7d65ff2ef96fc62a17ad9d0ce7c127b317ded676b0d5935"
url: "https://pub.dev"
source: hosted
version: "10.12.0"
version: "11.0.0"
glob:
dependency: transitive
description:
Expand All @@ -333,10 +333,10 @@ packages:
dependency: "direct main"
description:
name: google_fonts
sha256: ba03d03bcaa2f6cb7bd920e3b5027181db75ab524f8891c8bc3aa603885b8055
sha256: db9df7a5898d894eeda4c78143f35c30a243558be439518972366880b80bf88e
url: "https://pub.dev"
source: hosted
version: "6.3.3"
version: "8.0.2"
graphs:
dependency: transitive
description:
Expand Down Expand Up @@ -938,10 +938,10 @@ packages:
dependency: "direct main"
description:
name: timezone
sha256: dd14a3b83cfd7cb19e7888f1cbc20f258b8d71b54c06f79ac585f14093a287d1
sha256: "784a5e34d2eb62e1326f24d6f600aaaee452eb8ca8ef2f384a59244e292d158b"
url: "https://pub.dev"
source: hosted
version: "0.10.1"
version: "0.11.0"
typed_data:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
sdk: flutter
sentry_flutter: ^9.16.0
provider: ^6.1.5+1
google_fonts: ^6.3.3
google_fonts: ^8.0.2
url_launcher: ^6.3.2
# Using custom version of this library that makes the ConfigurableExpansionTileState class public
# as well as it's handleTap method. This allows outside widgets programmatic control
Expand All @@ -47,9 +47,9 @@ dependencies:
collection: ^1.19.1
plausible_analytics: ^0.3.0
http: ^1.6.0
timezone: ^0.10.1
timezone: ^0.11.0
sticky_headers: ^0.3.0+2
font_awesome_flutter: ^10.12.0
font_awesome_flutter: ^11.0.0
expandable_page_view: ^1.3.0

dev_dependencies:
Expand Down
Loading