mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-22 17:51:29 +03:00
Update dart dependencies
This commit is contained in:
parent
a2aec75f0c
commit
6babeee02d
@ -225,14 +225,14 @@ packages:
|
|||||||
name: freezed
|
name: freezed
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.15.1+1"
|
version: "1.0.0"
|
||||||
freezed_annotation:
|
freezed_annotation:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: freezed_annotation
|
name: freezed_annotation
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.15.0"
|
version: "1.0.0"
|
||||||
frontend_server_client:
|
frontend_server_client:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -40,7 +40,7 @@ dependencies:
|
|||||||
shared_preferences: ^2.0.8
|
shared_preferences: ^2.0.8
|
||||||
flutter_riverpod: ^1.0.0
|
flutter_riverpod: ^1.0.0
|
||||||
json_annotation: ^4.3.0
|
json_annotation: ^4.3.0
|
||||||
freezed_annotation: ^0.15.0
|
freezed_annotation: ^1.0.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
@ -54,7 +54,7 @@ dev_dependencies:
|
|||||||
flutter_lints: ^1.0.0
|
flutter_lints: ^1.0.0
|
||||||
|
|
||||||
build_runner: ^2.1.4
|
build_runner: ^2.1.4
|
||||||
freezed: ^0.15.0
|
freezed: ^1.0.0
|
||||||
json_serializable: ^6.0.0
|
json_serializable: ^6.0.0
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user