diff --git a/pubspec.lock b/pubspec.lock index 7c4c231..c1e7bc3 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -7,14 +7,14 @@ packages: name: _fe_analyzer_shared url: "https://pub.dartlang.org" source: hosted - version: "49.0.0" + version: "50.0.0" analyzer: dependency: transitive description: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "5.1.0" + version: "5.2.0" archive: dependency: transitive description: @@ -227,7 +227,7 @@ packages: name: freezed url: "https://pub.dartlang.org" source: hosted - version: "2.2.0" + version: "2.3.2" freezed_annotation: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index d4c6ef8..ac1822d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -56,7 +56,7 @@ dev_dependencies: # rules and activating additional ones. flutter_lints: ^2.0.0 build_runner: ^2.3.0 - freezed: ^2.2.0 + freezed: ^2.3.2 json_serializable: ^6.5.2 # For information on the generic Dart part of this file, see the