From 5a5ed383a60eb9ad974ed92477eb60c0b79179f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 00:07:22 +0000 Subject: [PATCH] Bump shared_preferences from 2.0.13 to 2.0.18 in /veggieseasons Bumps [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) from 2.0.13 to 2.0.18. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.0.18/packages/shared_preferences) --- updated-dependencies: - dependency-name: shared_preferences dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- veggieseasons/pubspec.lock | 62 +++++++++++++++----------------------- veggieseasons/pubspec.yaml | 2 +- 2 files changed, 25 insertions(+), 39 deletions(-) diff --git a/veggieseasons/pubspec.lock b/veggieseasons/pubspec.lock index 4d594fc0f09..5012d671072 100644 --- a/veggieseasons/pubspec.lock +++ b/veggieseasons/pubspec.lock @@ -21,42 +21,35 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.8.2" + version: "2.10.0" boolean_selector: dependency: transitive description: name: boolean_selector url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.1.1" characters: dependency: transitive description: name: characters url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" - charcode: - dependency: transitive - description: - name: charcode - url: "https://pub.dartlang.org" - source: hosted - version: "1.3.1" + version: "1.2.1" clock: dependency: transitive description: name: clock url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.1.1" collection: dependency: transitive description: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.15.0" + version: "1.17.0" crypto: dependency: transitive description: @@ -77,7 +70,7 @@ packages: name: fake_async url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.3.1" ffi: dependency: transitive description: @@ -148,7 +141,7 @@ packages: name: js url: "https://pub.dartlang.org" source: hosted - version: "0.6.3" + version: "0.6.5" lints: dependency: transitive description: @@ -162,21 +155,21 @@ packages: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.11" + version: "0.12.13" material_color_utilities: dependency: transitive description: name: material_color_utilities url: "https://pub.dartlang.org" source: hosted - version: "0.1.3" + version: "0.2.0" meta: dependency: transitive description: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.7.0" + version: "1.8.0" nested: dependency: transitive description: @@ -190,7 +183,7 @@ packages: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.8.0" + version: "1.8.2" path_provider_linux: dependency: transitive description: @@ -253,7 +246,7 @@ packages: name: shared_preferences url: "https://pub.dartlang.org" source: hosted - version: "2.0.13" + version: "2.0.18" shared_preferences_android: dependency: transitive description: @@ -261,13 +254,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.11" - shared_preferences_ios: + shared_preferences_foundation: dependency: transitive description: - name: shared_preferences_ios + name: shared_preferences_foundation url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.1.4" shared_preferences_linux: dependency: transitive description: @@ -275,13 +268,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.1.0" - shared_preferences_macos: - dependency: transitive - description: - name: shared_preferences_macos - url: "https://pub.dartlang.org" - source: hosted - version: "2.0.3" shared_preferences_platform_interface: dependency: transitive description: @@ -314,42 +300,42 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.8.1" + version: "1.9.1" stack_trace: dependency: transitive description: name: stack_trace url: "https://pub.dartlang.org" source: hosted - version: "1.10.0" + version: "1.11.0" stream_channel: dependency: transitive description: name: stream_channel url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.1.1" string_scanner: dependency: transitive description: name: string_scanner url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.2.0" term_glyph: dependency: transitive description: name: term_glyph url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.2.1" test_api: dependency: transitive description: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.8" + version: "0.4.16" typed_data: dependency: transitive description: @@ -363,7 +349,7 @@ packages: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.1.1" + version: "2.1.4" win32: dependency: transitive description: @@ -402,5 +388,5 @@ packages: source: hosted version: "3.1.0" sdks: - dart: ">=2.15.0 <3.0.0" - flutter: ">=2.8.0" + dart: ">=2.18.0 <3.0.0" + flutter: ">=3.0.0" diff --git a/veggieseasons/pubspec.yaml b/veggieseasons/pubspec.yaml index f7cdcff87e4..a29d64d2cc3 100644 --- a/veggieseasons/pubspec.yaml +++ b/veggieseasons/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: font_awesome_flutter: ^10.1.0 intl: ^0.17.0 provider: ^6.0.1 - shared_preferences: ^2.0.5 + shared_preferences: ^2.0.18 window_size: git: url: https://github.com/google/flutter-desktop-embedding