From aa9f54887d20a383479ebe903249c634a5a71c34 Mon Sep 17 00:00:00 2001 From: Alex Demchenko Date: Sat, 9 Jul 2022 20:56:57 +0200 Subject: [PATCH] Update dependencies --- .metadata | 2 +- example/.metadata | 30 +++++++++++++++--------------- example/ios/Podfile.lock | 8 ++++---- example/pubspec.yaml | 2 +- pubspec.yaml | 4 ++-- 5 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.metadata b/.metadata index d3da16e..b9ab61e 100644 --- a/.metadata +++ b/.metadata @@ -4,7 +4,7 @@ # This file should be version controlled and should not be manually edited. version: - revision: cd41fdd495f6944ecd3506c21e94c6567b073278 + revision: 85684f9300908116a78138ea4c6036c35c9a1236 channel: stable project_type: package diff --git a/example/.metadata b/example/.metadata index ed0b518..e7c1001 100644 --- a/example/.metadata +++ b/example/.metadata @@ -4,7 +4,7 @@ # This file should be version controlled. version: - revision: cd41fdd495f6944ecd3506c21e94c6567b073278 + revision: 85684f9300908116a78138ea4c6036c35c9a1236 channel: stable project_type: app @@ -13,26 +13,26 @@ project_type: app migration: platforms: - platform: root - create_revision: cd41fdd495f6944ecd3506c21e94c6567b073278 - base_revision: cd41fdd495f6944ecd3506c21e94c6567b073278 + create_revision: 85684f9300908116a78138ea4c6036c35c9a1236 + base_revision: 85684f9300908116a78138ea4c6036c35c9a1236 - platform: android - create_revision: cd41fdd495f6944ecd3506c21e94c6567b073278 - base_revision: cd41fdd495f6944ecd3506c21e94c6567b073278 + create_revision: 85684f9300908116a78138ea4c6036c35c9a1236 + base_revision: 85684f9300908116a78138ea4c6036c35c9a1236 - platform: ios - create_revision: cd41fdd495f6944ecd3506c21e94c6567b073278 - base_revision: cd41fdd495f6944ecd3506c21e94c6567b073278 + create_revision: 85684f9300908116a78138ea4c6036c35c9a1236 + base_revision: 85684f9300908116a78138ea4c6036c35c9a1236 - platform: linux - create_revision: cd41fdd495f6944ecd3506c21e94c6567b073278 - base_revision: cd41fdd495f6944ecd3506c21e94c6567b073278 + create_revision: 85684f9300908116a78138ea4c6036c35c9a1236 + base_revision: 85684f9300908116a78138ea4c6036c35c9a1236 - platform: macos - create_revision: cd41fdd495f6944ecd3506c21e94c6567b073278 - base_revision: cd41fdd495f6944ecd3506c21e94c6567b073278 + create_revision: 85684f9300908116a78138ea4c6036c35c9a1236 + base_revision: 85684f9300908116a78138ea4c6036c35c9a1236 - platform: web - create_revision: cd41fdd495f6944ecd3506c21e94c6567b073278 - base_revision: cd41fdd495f6944ecd3506c21e94c6567b073278 + create_revision: 85684f9300908116a78138ea4c6036c35c9a1236 + base_revision: 85684f9300908116a78138ea4c6036c35c9a1236 - platform: windows - create_revision: cd41fdd495f6944ecd3506c21e94c6567b073278 - base_revision: cd41fdd495f6944ecd3506c21e94c6567b073278 + create_revision: 85684f9300908116a78138ea4c6036c35c9a1236 + base_revision: 85684f9300908116a78138ea4c6036c35c9a1236 # User provided section diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index e41e151..5677627 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -40,9 +40,9 @@ PODS: - Flutter - path_provider_ios (0.0.1): - Flutter - - SDWebImage (5.12.6): - - SDWebImage/Core (= 5.12.6) - - SDWebImage/Core (5.12.6) + - SDWebImage (5.13.0): + - SDWebImage/Core (= 5.13.0) + - SDWebImage/Core (5.13.0) - SwiftyGif (5.4.3) - url_launcher_ios (0.0.1): - Flutter @@ -84,7 +84,7 @@ SPEC CHECKSUMS: image_picker_ios: b786a5dcf033a8336a657191401bfdf12017dabb open_file: 02eb5cb6b21264bd3a696876f5afbfb7ca4f4b7d path_provider_ios: 14f3d2fd28c4fdb42f44e0f751d12861c43cee02 - SDWebImage: a47aea9e3d8816015db4e523daff50cfd294499d + SDWebImage: 0327043dbb9533e75f2eff8445b3df0f2ceca6ac SwiftyGif: 6c3eafd0ce693cad58bb63d2b2fb9bacb8552780 url_launcher_ios: 839c58cdb4279282219f5e248c3321761ff3c4de diff --git a/example/pubspec.yaml b/example/pubspec.yaml index f3a5c3a..db1e786 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -45,7 +45,7 @@ dependencies: uuid: ^3.0.6 dev_dependencies: - dart_code_metrics: ^4.15.2 + dart_code_metrics: ^4.16.0 # The "flutter_lints" package below contains a set of recommended lints to # encourage good coding practices. The lint set provided by the package is # activated in the `analysis_options.yaml` file located at the root of your diff --git a/pubspec.yaml b/pubspec.yaml index a237d48..7c678be 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,11 +21,11 @@ dependencies: intl: ^0.17.0 meta: ^1.7.0 photo_view: ^0.14.0 - url_launcher: ^6.1.3 + url_launcher: ^6.1.4 visibility_detector: ^0.3.3 dev_dependencies: - dart_code_metrics: ^4.15.2 + dart_code_metrics: ^4.16.0 flutter_lints: ^2.0.1 flutter_test: sdk: flutter