Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump freezed, freezed_annotation and table_calendar #756

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ -563,18 +563,18 @@ packages:
dependency: "direct dev"
description:
name: freezed
sha256: "59a584c24b3acdc5250bb856d0d3e9c0b798ed14a4af1ddb7dc1c7b41df91c9c"
sha256: "7ed2ddaa47524976d5f2aa91432a79da36a76969edd84170777ac5bea82d797c"
url: "https://pub.dev"
source: hosted
version: "2.5.8"
version: "3.0.4"
freezed_annotation:
dependency: "direct main"
description:
name: freezed_annotation
sha256: c2e2d632dd9b8a2b7751117abcfc2b4888ecfe181bd9fca7170d9ef02e595fe2
sha256: c87ff004c8aa6af2d531668b46a4ea379f7191dc6dfa066acd53d506da6e044b
url: "https://pub.dev"
source: hosted
version: "2.4.4"
version: "3.0.0"
frontend_server_client:
dependency: transitive
description:
Expand Down Expand Up @@ -1306,10 +1306,10 @@ packages:
dependency: "direct main"
description:
name: table_calendar
sha256: "0c0c6219878b363a2d5f40c7afb159d845f253d061dc3c822aa0d5fe0f721982"
sha256: b2896b7c86adf3a4d9c911d860120fe3dbe03c85db43b22fd61f14ee78cdbb63
url: "https://pub.dev"
source: hosted
version: "3.2.0"
version: "3.1.3"
term_glyph:
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 @@ -50,7 +50,7 @@ dependencies:
flutter_typeahead: ^5.2.0
flutter_zxing: ^1.8.2
font_awesome_flutter: ^10.8.0
freezed_annotation: ^2.4.4
freezed_annotation: ^3.0.0
get_it: ^8.0.3
http: ^1.2.2
image_picker: ^1.1.0
Expand All @@ -64,7 +64,7 @@ dependencies:
rive: ^0.13.20
shared_preferences: ^2.5.2
sqlite3_flutter_libs: ^0.5.31
table_calendar: ^3.0.8
table_calendar: ^3.1.3
url_launcher: ^6.3.1
version: ^3.0.2
video_player: ^2.9.3
Expand All @@ -82,7 +82,7 @@ dev_dependencies:
cider: ^0.2.7
drift_dev: ^2.26.0
flutter_lints: ^5.0.0
freezed: ^2.5.7
freezed: ^3.0.4
golden_toolkit: ^0.15.0
json_serializable: ^6.9.4
mockito: ^5.4.4
Expand Down