From de167fd09c10cb0bcd2afc7bbf1255700d7892b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 22:47:39 +0000 Subject: [PATCH] Bump dio, palette_generator, toast, flutter_redux, cupertino_icons, flutter_staggered_grid_view, cached_network_image, rxdart, flutter_i18n and webview_flutter Bumps [dio](https://github.com/cfug/dio), [palette_generator](https://github.com/flutter/packages/tree/main/packages), [toast](https://github.com/huclengyue/FlutterToast), [flutter_redux](https://github.com/brianegan/flutter_redux), [cupertino_icons](https://github.com/flutter/packages/tree/main/third_party/packages), [flutter_staggered_grid_view](https://github.com/letsar/flutter_staggered_grid_view), [cached_network_image](https://github.com/Baseflow/flutter_cached_network_image), [rxdart](https://github.com/ReactiveX/rxdart), [flutter_i18n](https://github.com/ilteoood/flutter_i18n) and [webview_flutter](https://github.com/flutter/packages/tree/main/packages/webview_flutter). These dependencies needed to be updated together. Updates `dio` from 2.1.16 to 5.0.3 - [Release notes](https://github.com/cfug/dio/releases) - [Commits](https://github.com/cfug/dio/commits/dio_v5.0.3) Updates `palette_generator` from 0.2.0 to 0.3.3+2 - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/palette_generator-v0.3.3/packages) Updates `toast` from 0.1.5 to 0.3.0 - [Release notes](https://github.com/huclengyue/FlutterToast/releases) - [Changelog](https://github.com/appdev/FlutterToast/blob/master/CHANGELOG.md) - [Commits](https://github.com/huclengyue/FlutterToast/commits) Updates `flutter_redux` from 0.5.3 to 0.10.0 - [Release notes](https://github.com/brianegan/flutter_redux/releases) - [Changelog](https://github.com/brianegan/flutter_redux/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianegan/flutter_redux/commits) Updates `cupertino_icons` from 0.1.2 to 1.0.5 - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/cupertino_icons-v1.0.5/third_party/packages) Updates `flutter_staggered_grid_view` from 0.3.0 to 0.6.2 - [Release notes](https://github.com/letsar/flutter_staggered_grid_view/releases) - [Changelog](https://github.com/letsar/flutter_staggered_grid_view/blob/master/CHANGELOG.md) - [Commits](https://github.com/letsar/flutter_staggered_grid_view/commits/v0.6.2) Updates `cached_network_image` from 2.0.0 to 3.2.3 - [Release notes](https://github.com/Baseflow/flutter_cached_network_image/releases) - [Commits](https://github.com/Baseflow/flutter_cached_network_image/commits/v3.2.3) Updates `rxdart` from 0.22.2 to 0.27.7 - [Release notes](https://github.com/ReactiveX/rxdart/releases) - [Changelog](https://github.com/ReactiveX/rxdart/blob/master/CHANGELOG.md) - [Commits](https://github.com/ReactiveX/rxdart/commits/0.27.7) Updates `flutter_i18n` from 0.8.0 to 0.32.4 - [Release notes](https://github.com/ilteoood/flutter_i18n/releases) - [Changelog](https://github.com/ilteoood/flutter_i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/ilteoood/flutter_i18n/commits/0.32.4) Updates `webview_flutter` from 0.3.14+1 to 4.0.7 - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/webview_flutter-v4.0.7/packages/webview_flutter) --- updated-dependencies: - dependency-name: dio dependency-type: direct:production - dependency-name: palette_generator dependency-type: direct:production - dependency-name: toast dependency-type: direct:production - dependency-name: flutter_redux dependency-type: direct:production - dependency-name: cupertino_icons dependency-type: direct:production - dependency-name: flutter_staggered_grid_view dependency-type: direct:production - dependency-name: cached_network_image dependency-type: direct:production - dependency-name: rxdart dependency-type: direct:production - dependency-name: flutter_i18n dependency-type: direct:production - dependency-name: webview_flutter dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pubspec.lock | 385 +++++++++++++++++++++++++++++++++++---------------- pubspec.yaml | 20 +-- 2 files changed, 275 insertions(+), 130 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 0aba287..cbb8b48 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1,109 +1,130 @@ # Generated by pub # See https://dart.dev/tools/pub/glossary#lockfile packages: - archive: - dependency: transitive - description: - name: archive - url: "https://pub.flutter-io.cn" - source: hosted - version: "2.0.11" - args: - dependency: transitive - description: - name: args - url: "https://pub.flutter-io.cn" - source: hosted - version: "1.5.2" async: dependency: transitive description: name: async - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "2.4.0" + version: "2.10.0" boolean_selector: dependency: transitive description: name: boolean_selector - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "1.0.5" + version: "2.1.1" cached_network_image: dependency: "direct main" description: name: cached_network_image - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" + source: hosted + version: "3.2.3" + cached_network_image_platform_interface: + dependency: transitive + description: + name: cached_network_image_platform_interface + url: "https://pub.dartlang.org" source: hosted version: "2.0.0" - charcode: + cached_network_image_web: dependency: transitive description: - name: charcode - url: "https://pub.flutter-io.cn" + name: cached_network_image_web + url: "https://pub.dartlang.org" source: hosted - version: "1.1.2" - collection: + version: "1.0.2" + characters: dependency: transitive description: - name: collection - url: "https://pub.flutter-io.cn" + name: characters + url: "https://pub.dartlang.org" source: hosted - version: "1.14.11" - convert: + version: "1.2.1" + clock: dependency: transitive description: - name: convert - url: "https://pub.flutter-io.cn" + name: clock + url: "https://pub.dartlang.org" source: hosted - version: "2.1.1" - cookie_jar: + version: "1.1.1" + collection: dependency: transitive description: - name: cookie_jar - url: "https://pub.flutter-io.cn" + name: collection + url: "https://pub.dartlang.org" source: hosted - version: "1.0.1" + version: "1.17.0" crypto: dependency: transitive description: name: crypto - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "2.1.3" + version: "3.0.2" cupertino_icons: dependency: "direct main" description: name: cupertino_icons - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "0.1.2" + version: "1.0.5" dio: dependency: "direct main" description: name: dio - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" + source: hosted + version: "5.0.3" + fake_async: + dependency: transitive + description: + name: fake_async + url: "https://pub.dartlang.org" + source: hosted + version: "1.3.1" + ffi: + dependency: transitive + description: + name: ffi + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.1" + file: + dependency: transitive + description: + name: file + url: "https://pub.dartlang.org" source: hosted - version: "2.1.16" + version: "6.1.4" flutter: dependency: "direct main" description: flutter source: sdk version: "0.0.0" + flutter_blurhash: + dependency: transitive + description: + name: flutter_blurhash + url: "https://pub.dartlang.org" + source: hosted + version: "0.7.0" flutter_cache_manager: dependency: transitive description: name: flutter_cache_manager - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "1.1.3" + version: "3.3.0" flutter_i18n: dependency: "direct main" description: name: flutter_i18n - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "0.8.0" + version: "0.32.4" flutter_localizations: dependency: "direct main" description: flutter @@ -113,28 +134,28 @@ packages: dependency: transitive description: name: flutter_page_indicator - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted version: "0.0.3" flutter_redux: dependency: "direct main" description: name: flutter_redux - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "0.5.3" + version: "0.10.0" flutter_staggered_grid_view: dependency: "direct main" description: name: flutter_staggered_grid_view - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "0.3.0" + version: "0.6.2" flutter_swiper: dependency: "direct main" description: name: flutter_swiper - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted version: "1.1.6" flutter_test: @@ -142,111 +163,179 @@ packages: description: flutter source: sdk version: "0.0.0" + flutter_web_plugins: + dependency: transitive + description: flutter + source: sdk + version: "0.0.0" http: dependency: transitive description: name: http - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "0.12.0+2" + version: "0.13.5" http_parser: dependency: transitive description: name: http_parser - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "3.1.3" - image: + version: "4.0.2" + intl: dependency: transitive description: - name: image - url: "https://pub.flutter-io.cn" + name: intl + url: "https://pub.dartlang.org" source: hosted - version: "2.1.4" - intl: + version: "0.17.0" + js: dependency: transitive description: - name: intl - url: "https://pub.flutter-io.cn" + name: js + url: "https://pub.dartlang.org" + source: hosted + version: "0.6.5" + logging: + dependency: transitive + description: + name: logging + url: "https://pub.dartlang.org" source: hosted - version: "0.16.0" + version: "1.1.1" matcher: dependency: transitive description: name: matcher - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" + source: hosted + version: "0.12.13" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" source: hosted - version: "0.12.6" + version: "0.2.0" meta: dependency: transitive description: name: meta - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" + source: hosted + version: "1.8.0" + octo_image: + dependency: transitive + description: + name: octo_image + url: "https://pub.dartlang.org" source: hosted - version: "1.1.8" + version: "1.0.2" palette_generator: dependency: "direct main" description: name: palette_generator - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "0.2.0" + version: "0.3.3+2" path: dependency: transitive description: name: path - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "1.6.4" + version: "1.8.2" path_provider: dependency: transitive description: name: path_provider - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "1.3.0" + version: "2.0.14" + path_provider_android: + dependency: transitive + description: + name: path_provider_android + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.24" + path_provider_foundation: + dependency: transitive + description: + name: path_provider_foundation + url: "https://pub.dartlang.org" + source: hosted + version: "2.2.0" + path_provider_linux: + dependency: transitive + description: + name: path_provider_linux + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.10" + path_provider_platform_interface: + dependency: transitive + description: + name: path_provider_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.6" + path_provider_windows: + dependency: transitive + description: + name: path_provider_windows + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.5" pedantic: dependency: transitive description: name: pedantic - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "1.8.0+1" + version: "1.11.1" petitparser: dependency: transitive description: name: petitparser - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "2.4.0" + version: "5.1.0" platform: dependency: transitive description: name: platform - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "2.2.1" - quiver: + version: "3.1.0" + plugin_platform_interface: dependency: transitive description: - name: quiver - url: "https://pub.flutter-io.cn" + name: plugin_platform_interface + url: "https://pub.dartlang.org" source: hosted - version: "2.0.5" + version: "2.1.4" + process: + dependency: transitive + description: + name: process + url: "https://pub.dartlang.org" + source: hosted + version: "4.2.4" redux: dependency: transitive description: name: redux - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "3.0.0" + version: "5.0.0" rxdart: dependency: "direct main" description: name: rxdart - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "0.22.2" + version: "0.27.7" sky_engine: dependency: transitive description: flutter @@ -256,114 +345,170 @@ packages: dependency: transitive description: name: source_span - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "1.5.5" + version: "1.9.1" sqflite: dependency: transitive description: name: sqflite - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "1.1.6+4" + version: "2.2.6" + sqflite_common: + dependency: transitive + description: + name: sqflite_common + url: "https://pub.dartlang.org" + source: hosted + version: "2.4.3" stack_trace: dependency: transitive description: name: stack_trace - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "1.9.3" + version: "1.11.0" stream_channel: dependency: transitive description: name: stream_channel - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "2.0.0" + version: "2.1.1" string_scanner: dependency: transitive description: name: string_scanner - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "1.0.5" + version: "1.2.0" synchronized: dependency: transitive description: name: synchronized - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "2.1.0+1" + version: "3.0.1" term_glyph: dependency: transitive description: name: term_glyph - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.2.1" test_api: dependency: transitive description: name: test_api - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "0.2.11" + version: "0.4.16" toast: dependency: "direct main" description: name: toast - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "0.1.5" + version: "0.3.0" + toml: + dependency: transitive + description: + name: toml + url: "https://pub.dartlang.org" + source: hosted + version: "0.13.1" transformer_page_view: dependency: transitive description: name: transformer_page_view - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted version: "0.1.6" typed_data: dependency: transitive description: name: typed_data - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "1.1.6" + version: "1.3.1" uuid: dependency: transitive description: name: uuid - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "2.0.2" + version: "3.0.7" vector_math: dependency: transitive description: name: vector_math - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "2.0.8" + version: "2.1.4" webview_flutter: dependency: "direct main" description: name: webview_flutter - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "0.3.14+1" + version: "4.0.7" + webview_flutter_android: + dependency: transitive + description: + name: webview_flutter_android + url: "https://pub.dartlang.org" + source: hosted + version: "3.4.3" + webview_flutter_platform_interface: + dependency: transitive + description: + name: webview_flutter_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.0" + webview_flutter_wkwebview: + dependency: transitive + description: + name: webview_flutter_wkwebview + url: "https://pub.dartlang.org" + source: hosted + version: "3.2.1" + win32: + dependency: transitive + description: + name: win32 + url: "https://pub.dartlang.org" + source: hosted + version: "3.1.3" + xdg_directories: + dependency: transitive + description: + name: xdg_directories + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.0" xml: dependency: transitive description: name: xml - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" + source: hosted + version: "6.2.2" + xml2json: + dependency: transitive + description: + name: xml2json + url: "https://pub.dartlang.org" source: hosted - version: "3.5.0" + version: "5.3.6" yaml: dependency: transitive description: name: yaml - url: "https://pub.flutter-io.cn" + url: "https://pub.dartlang.org" source: hosted - version: "2.2.0" + version: "3.1.1" sdks: - dart: ">=2.4.0 <3.0.0" - flutter: ">=1.10.15-pre.148 <2.0.0" + dart: ">=2.18.0 <3.0.0" + flutter: ">=3.3.0" diff --git a/pubspec.yaml b/pubspec.yaml index 13e181f..6e80f6f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -24,17 +24,17 @@ dependencies: sdk: flutter # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^0.1.2 - flutter_i18n: ^0.8.0 - flutter_redux: ^0.5.3 - dio: ^2.1.10 - webview_flutter: ^0.3.10+2 - flutter_staggered_grid_view: ^0.3.0 - cached_network_image: ^2.0.0 + cupertino_icons: ">=0.1.2 <2.0.0" + flutter_i18n: ">=0.8.0 <0.33.0" + flutter_redux: ">=0.5.3 <0.11.0" + dio: ">=2.1.10 <6.0.0" + webview_flutter: ">=0.3.10+2 <5.0.0" + flutter_staggered_grid_view: ">=0.3.0 <0.7.0" + cached_network_image: ">=2.0.0 <4.0.0" flutter_swiper: ^1.1.6 - rxdart: ^0.22.0 - toast: ^0.1.5 - palette_generator: ^0.2.0 + rxdart: ">=0.22.0 <0.28.0" + toast: ">=0.1.5 <0.4.0" + palette_generator: ">=0.2.0 <0.4.0" dev_dependencies: flutter_test: