Skip to content
Closed
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
4 changes: 2 additions & 2 deletions esp_provisioning/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
path: ../esp_provisioning_platform_interface
flutter:
sdk: flutter
freezed_annotation: ^2.4.4
freezed_annotation: ^3.0.0
json_annotation: ^4.9.0
permission_handler: ^11.3.1

Expand All @@ -32,7 +32,7 @@ dev_dependencies:
fake_async: ^1.3.1
flutter_test:
sdk: flutter
freezed: ^2.5.7
freezed: ^3.0.2
json_serializable: ^6.9.0
mocktail: ^1.0.3
plugin_platform_interface: ^2.1.8
Expand Down
Loading