From 893558b05a160057f0c83756178398ad53808032 Mon Sep 17 00:00:00 2001 From: Raghav Pawar Date: Thu, 28 Jul 2022 14:31:40 +0530 Subject: [PATCH] [Dependency Update] Update dependency to latest version Signed-off-by: Raghav Pawar --- example/pubspec.lock | 2 +- pubspec.lock | 16 ++++++++-------- pubspec.yaml | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 2904a0a..c743bf7 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -194,7 +194,7 @@ packages: name: freezed_annotation url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "2.1.0" http: dependency: transitive description: diff --git a/pubspec.lock b/pubspec.lock index 1339cce..2e11143 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -7,14 +7,14 @@ packages: name: _fe_analyzer_shared url: "https://pub.dartlang.org" source: hosted - version: "38.0.0" + version: "43.0.0" analyzer: dependency: transitive description: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "3.4.1" + version: "4.3.1" ansicolor: dependency: transitive description: @@ -299,14 +299,14 @@ packages: name: freezed url: "https://pub.dartlang.org" source: hosted - version: "1.1.1" + version: "2.1.0+1" freezed_annotation: dependency: "direct main" description: name: freezed_annotation url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "2.1.0" frontend_server_client: dependency: transitive description: @@ -703,7 +703,7 @@ packages: name: typed_data url: "https://pub.dartlang.org" source: hosted - version: "1.3.1" + version: "1.3.0" vector_math: dependency: transitive description: @@ -752,14 +752,14 @@ packages: name: webview_flutter_wkwebview url: "https://pub.dartlang.org" source: hosted - version: "2.9.0" + version: "2.7.5" win32: dependency: transitive description: name: win32 url: "https://pub.dartlang.org" source: hosted - version: "2.6.1" + version: "2.5.2" xdg_directories: dependency: transitive description: @@ -776,4 +776,4 @@ packages: version: "3.1.1" sdks: dart: ">=2.17.0 <3.0.0" - flutter: ">=3.0.0" + flutter: ">=2.8.0" diff --git a/pubspec.yaml b/pubspec.yaml index 18d321a..0d12dfb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -28,7 +28,7 @@ dependencies: ref: main # Model Utilities - freezed_annotation: ^1.1.0 + freezed_annotation: ^2.1.0 json_annotation: ^4.4.0 # Device Utilities @@ -45,7 +45,7 @@ dev_dependencies: # Model Utilities build_runner: ^2.1.7 - freezed: ^1.1.1 + freezed: ^2.1.0+1 json_serializable: ^6.1.4 # For information on the generic Dart part of this file, see the