diff --git a/zxscanner/pubspec.lock b/zxscanner/pubspec.lock index 2a47bc0..5629a7b 100644 --- a/zxscanner/pubspec.lock +++ b/zxscanner/pubspec.lock @@ -283,7 +283,7 @@ packages: name: flutter_markdown url: "https://pub.dartlang.org" source: hosted - version: "0.6.12" + version: "0.6.13" flutter_mobx: dependency: "direct main" description: @@ -297,7 +297,7 @@ packages: name: flutter_native_splash url: "https://pub.dartlang.org" source: hosted - version: "2.2.13" + version: "2.2.16" flutter_plugin_android_lifecycle: dependency: transitive description: @@ -405,7 +405,7 @@ packages: name: icons_launcher url: "https://pub.dartlang.org" source: hosted - version: "2.0.5" + version: "2.0.6" image: dependency: "direct main" description: @@ -531,7 +531,7 @@ packages: name: mobx url: "https://pub.dartlang.org" source: hosted - version: "2.1.1" + version: "2.1.3" mobx_codegen: dependency: "direct dev" description: @@ -664,21 +664,7 @@ packages: name: share_plus url: "https://pub.dartlang.org" source: hosted - version: "5.0.0" - share_plus_linux: - dependency: transitive - description: - name: share_plus_linux - url: "https://pub.dartlang.org" - source: hosted - version: "3.0.1" - share_plus_macos: - dependency: transitive - description: - name: share_plus_macos - url: "https://pub.dartlang.org" - source: hosted - version: "3.0.1" + version: "6.3.0" share_plus_platform_interface: dependency: transitive description: @@ -686,20 +672,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "3.2.0" - share_plus_web: - dependency: transitive - description: - name: share_plus_web - url: "https://pub.dartlang.org" - source: hosted - version: "3.1.0" - share_plus_windows: - dependency: transitive - description: - name: share_plus_windows - url: "https://pub.dartlang.org" - source: hosted - version: "4.0.0" shared_preferences: dependency: "direct main" description: @@ -949,7 +921,7 @@ packages: name: win32 url: "https://pub.dartlang.org" source: hosted - version: "2.7.0" + version: "3.1.2" xdg_directories: dependency: transitive description: diff --git a/zxscanner/pubspec.yaml b/zxscanner/pubspec.yaml index 202c067..220cd57 100644 --- a/zxscanner/pubspec.yaml +++ b/zxscanner/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: sdk: flutter flutter_localizations: sdk: flutter - flutter_markdown: ^0.6.12 + flutter_markdown: ^0.6.13 flutter_mobx: ^2.0.6 flutter_zxing: ">=0.8.0 <1.0.0" # path: ../ @@ -25,9 +25,9 @@ dependencies: image: ^3.2.2 image_picker: ^0.8.5 intl: ^0.17.0 - mobx: ^2.1.1 + mobx: ^2.1.3 path_provider: ^2.0.11 - share_plus: ^5.0.0 + share_plus: ^6.3.0 shared_preferences: ^2.0.15 url_launcher: ^6.1.6 @@ -39,11 +39,11 @@ dev_dependencies: build_runner: ^2.2.1 # espresso: ^0.2.0+2 flutter_lints: ^2.0.1 - flutter_native_splash: ^2.2.13 # flutter pub run flutter_native_splash:create + flutter_native_splash: ^2.2.16 # flutter pub run flutter_native_splash:create flutter_test: sdk: flutter hive_generator: - icons_launcher: ^2.0.5 # flutter pub run icons_launcher:create + icons_launcher: ^2.0.6 # flutter pub run icons_launcher:create # integration_test: # sdk: flutter mobx_codegen: