Skip to content

Commit 27a2ea3

Browse files
committed
update major dependency version
Changed 3 constraints in app/pubspec.yaml: flutter_local_notifications: ^19.2.1 -> ^21.0.0-dev.2 google_fonts: ^7.0.2 -> ^8.0.2 timezone: ^0.10.1 -> ^0.11.0 Changed 1 constraint in packages/core/pubspec.yaml: timezone: ^0.10.1 -> ^0.11.0 Changed 1 constraint in packages/nied_api_client/pubspec.yaml: timezone: ^0.10.1 -> ^0.11.0 Signed-off-by: Ryotaro Onoue <admin@yumnumm.dev>
1 parent 9185242 commit 27a2ea3

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

app/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies:
4040
flutter_email_sender: ^8.0.0
4141
flutter_hooks: ^0.21.2
4242
flutter_html: ^3.0.0
43-
flutter_local_notifications: ^19.2.1
43+
flutter_local_notifications: ^21.0.0-dev.2
4444
flutter_localizations:
4545
sdk: flutter
4646
flutter_markdown: ^0.7.5
@@ -56,7 +56,7 @@ dependencies:
5656
geolocator: ^14.0.1
5757
go_router: ^17.0.0
5858
google_api_availability: ^5.0.1
59-
google_fonts: ^7.0.2
59+
google_fonts: ^8.0.2
6060
hooks_riverpod: ^3.0.3
6161
image: ^4.4.0
6262
in_app_review: ^2.0.10
@@ -105,7 +105,7 @@ dependencies:
105105
synchronized: ^3.3.0
106106
talker_dio_logger: ^5.0.0
107107
talker_flutter: ^5.0.0
108-
timezone: ^0.10.1
108+
timezone: ^0.11.0
109109
upgrader: ^12.1.0
110110
url_launcher: ^6.3.1
111111
uuid: ^4.5.1

backend

packages/core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resolution: workspace
1313
dependencies:
1414
freezed_annotation: ^3.1.0
1515
json_annotation: ^4.9.0
16-
timezone: ^0.10.1
16+
timezone: ^0.11.0
1717

1818
dev_dependencies:
1919
altive_lints: ^2.1.0

packages/nied_api_client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
intl: ^0.20.2
2020
json_annotation: ^4.9.0
2121
retrofit: ^4.9.0
22-
timezone: ^0.10.1
22+
timezone: ^0.11.0
2323

2424
dev_dependencies:
2525
altive_lints: ^2.1.0

pubspec.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)