From da1ed0c3207f0744cdc9e69ae85f684932f2187b Mon Sep 17 00:00:00 2001 From: Poly-Pixel <79737178+Poly-Pixel@users.noreply.github.com> Date: Sun, 2 Jan 2022 13:49:36 -0500 Subject: [PATCH] Update device_info_plus to version 3.2.1 --- frontend/app_flowy/pubspec.lock | 8 ++++---- frontend/app_flowy/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/app_flowy/pubspec.lock b/frontend/app_flowy/pubspec.lock index e8ff993053..81ad2bcd86 100644 --- a/frontend/app_flowy/pubspec.lock +++ b/frontend/app_flowy/pubspec.lock @@ -266,21 +266,21 @@ packages: name: device_info_plus url: "https://pub.dartlang.org" source: hosted - version: "3.2.0" + version: "3.2.1" device_info_plus_linux: dependency: transitive description: name: device_info_plus_linux url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.1.1" device_info_plus_macos: dependency: transitive description: name: device_info_plus_macos url: "https://pub.dartlang.org" source: hosted - version: "2.2.0" + version: "2.2.1" device_info_plus_platform_interface: dependency: transitive description: @@ -301,7 +301,7 @@ packages: name: device_info_plus_windows url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.1.1" diff_match_patch: dependency: transitive description: diff --git a/frontend/app_flowy/pubspec.yaml b/frontend/app_flowy/pubspec.yaml index 99c6b90b41..123db7902c 100644 --- a/frontend/app_flowy/pubspec.yaml +++ b/frontend/app_flowy/pubspec.yaml @@ -73,7 +73,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 - device_info_plus: ^3.2.0 + device_info_plus: ^3.2.1 fluttertoast: ^8.0.8 dev_dependencies: