Skip to content
Merged
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
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,10 @@ packages:
dependency: "direct main"
description:
name: google_fonts
sha256: df9763500dadba0155373e9cb44e202ce21bd9ed5de6bdbd05c5854e86839cb8
sha256: ebc94ed30fd13cefd397cb1658b593f21571f014b7d1197eeb41fb95f05d899a
url: "https://pub.dev"
source: hosted
version: "6.3.0"
version: "6.3.1"
graphs:
dependency: transitive
description:
Expand Down Expand Up @@ -445,10 +445,10 @@ packages:
dependency: "direct dev"
description:
name: json_serializable
sha256: ce2cf974ccdee13be2a510832d7fba0b94b364e0b0395dee42abaa51b855be27
sha256: "3f2913b7c2430afe8ac5afe6fb15c1de4a60af4f630625e6e238f80ba4b80cbd"
url: "https://pub.dev"
source: hosted
version: "6.10.0"
version: "6.11.0"
leak_tracker:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 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.6.0
provider: ^6.1.5+1
google_fonts: ^6.3.0
google_fonts: ^6.3.1
url_launcher: ^6.3.2
fluttertoast: ^8.2.12
# Using custom version of this library that makes the ConfigurableExpansionTileState class public
Expand Down Expand Up @@ -57,7 +57,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.7.0
json_serializable: ^6.10.0
json_serializable: ^6.11.0
flutter_launcher_icons: ^0.14.4
flutter_lints: ^6.0.0

Expand Down