mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-13 14:40:54 +08:00
Bump some deps
This commit is contained in:
10
pubspec.lock
10
pubspec.lock
@ -56,7 +56,7 @@ packages:
|
|||||||
name: basic_utils
|
name: basic_utils
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "3.1.0"
|
version: "3.4.0"
|
||||||
benchmark_harness:
|
benchmark_harness:
|
||||||
dependency: "direct dev"
|
dependency: "direct dev"
|
||||||
description:
|
description:
|
||||||
@ -632,7 +632,7 @@ packages:
|
|||||||
name: http
|
name: http
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.13.1"
|
version: "0.13.3"
|
||||||
http2:
|
http2:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@ -1007,7 +1007,7 @@ packages:
|
|||||||
name: pointycastle
|
name: pointycastle
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "3.1.1"
|
version: "3.2.0"
|
||||||
pool:
|
pool:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@ -1056,7 +1056,7 @@ packages:
|
|||||||
name: quick_actions
|
name: quick_actions
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.6.0"
|
version: "0.6.0+3"
|
||||||
quick_actions_platform_interface:
|
quick_actions_platform_interface:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@ -1348,7 +1348,7 @@ packages:
|
|||||||
name: timeago
|
name: timeago
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "3.0.2"
|
version: "3.1.0"
|
||||||
timing:
|
timing:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -23,7 +23,7 @@ dependencies:
|
|||||||
git: https://github.com/GitJournal/icloud_documents_path.git
|
git: https://github.com/GitJournal/icloud_documents_path.git
|
||||||
auto_size_text: ^3.0.0-nullsafety.0
|
auto_size_text: ^3.0.0-nullsafety.0
|
||||||
badges: ^2.0.1
|
badges: ^2.0.1
|
||||||
basic_utils: ^3.1.0
|
basic_utils: ^3.4.0
|
||||||
connectivity_plus: ^1.0.6
|
connectivity_plus: ^1.0.6
|
||||||
# cryptography: ^1.4.1
|
# cryptography: ^1.4.1
|
||||||
# cryptography_flutter: ^1.0.0
|
# cryptography_flutter: ^1.0.0
|
||||||
@ -61,7 +61,7 @@ dependencies:
|
|||||||
permission_handler: ^6.1.1
|
permission_handler: ^6.1.1
|
||||||
photo_view: ^0.11.1
|
photo_view: ^0.11.1
|
||||||
provider: ^5.0.0
|
provider: ^5.0.0
|
||||||
quick_actions: ^0.6.0
|
quick_actions: ^0.6.0+3
|
||||||
receive_sharing_intent: ^1.4.5
|
receive_sharing_intent: ^1.4.5
|
||||||
sentry_flutter: ^5.1.0
|
sentry_flutter: ^5.1.0
|
||||||
share_plus: ^2.1.4
|
share_plus: ^2.1.4
|
||||||
@ -70,7 +70,7 @@ dependencies:
|
|||||||
stack_trace: ^1.10.0
|
stack_trace: ^1.10.0
|
||||||
synchronized: ^3.0.0
|
synchronized: ^3.0.0
|
||||||
time: ^2.0.0
|
time: ^2.0.0
|
||||||
timeago: ^3.0.2
|
timeago: ^3.1.0
|
||||||
url_launcher: ^6.0.3
|
url_launcher: ^6.0.3
|
||||||
uuid: ^3.0.4
|
uuid: ^3.0.4
|
||||||
yaml: ^3.1.0
|
yaml: ^3.1.0
|
||||||
|
Reference in New Issue
Block a user