From 858a954f486064fa5531a3d04bfe9df9eaeebb6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 23:31:15 +0000 Subject: [PATCH] Bump fluent_ui from 3.10.0 to 3.12.0 in /simplistic_calculator Bumps [fluent_ui](https://github.com/bdlukaa/fluent_ui) from 3.10.0 to 3.12.0. - [Release notes](https://github.com/bdlukaa/fluent_ui/releases) - [Changelog](https://github.com/bdlukaa/fluent_ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/bdlukaa/fluent_ui/compare/v.3.10.0...v3.12.0) --- updated-dependencies: - dependency-name: fluent_ui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- simplistic_calculator/pubspec.lock | 27 ++++++++++----------------- simplistic_calculator/pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 18 deletions(-) diff --git a/simplistic_calculator/pubspec.lock b/simplistic_calculator/pubspec.lock index db072a2bc94..c9da5f81f8a 100644 --- a/simplistic_calculator/pubspec.lock +++ b/simplistic_calculator/pubspec.lock @@ -49,7 +49,7 @@ packages: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.15.0" + version: "1.16.0" cupertino_icons: dependency: "direct main" description: @@ -63,14 +63,14 @@ packages: name: fake_async url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.3.0" fluent_ui: dependency: "direct main" description: name: fluent_ui url: "https://pub.dartlang.org" source: hosted - version: "3.10.0" + version: "3.12.0" fluentui_system_icons: dependency: "direct main" description: @@ -141,7 +141,7 @@ packages: name: material_color_utilities url: "https://pub.dartlang.org" source: hosted - version: "0.1.3" + version: "0.1.4" math_expressions: dependency: "direct main" description: @@ -162,7 +162,7 @@ packages: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.8.0" + version: "1.8.1" quiver: dependency: transitive description: @@ -202,7 +202,7 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.8.1" + version: "1.8.2" stack_trace: dependency: transitive description: @@ -244,21 +244,14 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.8" - typed_data: - dependency: transitive - description: - name: typed_data - url: "https://pub.dartlang.org" - source: hosted - version: "1.3.0" + version: "0.4.9" vector_math: dependency: transitive description: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.1.1" + version: "2.1.2" window_size: dependency: "direct main" description: @@ -269,5 +262,5 @@ packages: source: git version: "0.1.0" sdks: - dart: ">=2.16.1 <3.0.0" - flutter: ">=2.8.0" + dart: ">=2.17.0-0 <3.0.0" + flutter: ">=3.0.0" diff --git a/simplistic_calculator/pubspec.yaml b/simplistic_calculator/pubspec.yaml index 36bc4992480..9a82893011c 100644 --- a/simplistic_calculator/pubspec.yaml +++ b/simplistic_calculator/pubspec.yaml @@ -9,7 +9,7 @@ environment: dependencies: auto_size_text: ^3.0.0 cupertino_icons: ^1.0.2 - fluent_ui: ^3.9.1 + fluent_ui: ^3.12.0 fluentui_system_icons: ^1.1.161 flutter: sdk: flutter