From 07bdad09c4c618c21d86697eab80790e2dd9f5fd Mon Sep 17 00:00:00 2001 From: Adam Velebil Date: Thu, 22 Sep 2022 16:03:12 +0200 Subject: [PATCH] bump window_manager, build_runner, json_serializable --- pubspec.lock | 10 +++++----- pubspec.yaml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 7188f071..aad089b4 100755 --- a/pubspec.lock +++ b/pubspec.lock @@ -7,14 +7,14 @@ packages: name: _fe_analyzer_shared url: "https://pub.dartlang.org" source: hosted - version: "45.0.0" + version: "47.0.0" analyzer: dependency: transitive description: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "4.5.0" + version: "4.7.0" archive: dependency: transitive description: @@ -77,7 +77,7 @@ packages: name: build_runner url: "https://pub.dartlang.org" source: hosted - version: "2.2.0" + version: "2.2.1" build_runner_core: dependency: transitive description: @@ -336,7 +336,7 @@ packages: name: json_serializable url: "https://pub.dartlang.org" source: hosted - version: "6.3.1" + version: "6.3.2" lints: dependency: transitive description: @@ -747,7 +747,7 @@ packages: name: window_manager url: "https://pub.dartlang.org" source: hosted - version: "0.2.5" + version: "0.2.7" xdg_directories: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 2f4961ba..e1551433 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -48,7 +48,7 @@ dependencies: flutter_riverpod: ^1.0.0 json_annotation: ^4.6.0 freezed_annotation: ^2.0.3 - window_manager: ^0.2.0 + window_manager: ^0.2.7 qrscanner_zxing: path: android/flutter_plugins/qrscanner_zxing desktop_drop: ^0.3.3 @@ -67,9 +67,9 @@ dev_dependencies: # rules and activating additional ones. flutter_lints: ^2.0.1 - build_runner: ^2.2.0 + build_runner: ^2.2.1 freezed: ^2.1.0+1 - json_serializable: ^6.3.1 + json_serializable: ^6.3.2 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec