Skip to content

Commit 36594b8

Browse files
authored
Merge pull request #5 from piashcse/update-library-dependency
Updated dependencies
2 parents cd455de + 6555502 commit 36594b8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,10 @@ packages:
324324
dependency: "direct main"
325325
description:
326326
name: go_router
327-
sha256: b465e99ce64ba75e61c8c0ce3d87b66d8ac07f0b35d0a7e0263fcfc10f99e836
327+
sha256: c489908a54ce2131f1d1b7cc631af9c1a06fac5ca7c449e959192089f9489431
328328
url: "https://pub.dev"
329329
source: hosted
330-
version: "13.2.5"
330+
version: "16.0.0"
331331
graphs:
332332
dependency: transitive
333333
description:

pubspec.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ dependencies:
3434
# The following adds the Cupertino Icons font to your application.
3535
# Use with the CupertinoIcons class for iOS style icons.
3636
cupertino_icons: ^1.0.8
37-
dio: ^5.4.2
38-
pretty_dio_logger: ^1.3.1
39-
flutter_riverpod: ^2.5.1
37+
dio: ^5.8.0+1
38+
pretty_dio_logger: ^1.4.0
39+
flutter_riverpod: ^2.6.1
4040
freezed_annotation: ^2.4.1
4141
json_annotation: ^4.9.0
42-
go_router: ^13.2.0
43-
cached_network_image: ^3.3.1
42+
go_router: ^16.0.0
43+
cached_network_image: ^3.4.1
4444

4545

4646
dev_dependencies:
@@ -54,9 +54,9 @@ dev_dependencies:
5454
# package. See that file for information about deactivating specific lint
5555
# rules and activating additional ones.
5656
flutter_lints: ^5.0.0
57-
build_runner: ^2.4.9
57+
build_runner: ^2.4.15
5858
freezed: ^2.4.7
59-
json_serializable: ^6.8.0
59+
json_serializable: ^6.9.5
6060

6161
# For information on the generic Dart part of this file, see the
6262
# following page: https://dart.dev/tools/pub/pubspec

0 commit comments

Comments
 (0)