mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 08:46:18 +01:00
Tweak dependencies
This commit is contained in:
parent
d46d6be110
commit
8c29f22124
3 changed files with 11 additions and 11 deletions
|
@ -328,10 +328,10 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: devicelocale
|
name: devicelocale
|
||||||
sha256: "09cc0bce937b34dafcaac0b2a9b350d763dd16770f15e59560b7abaaaad3d65b"
|
sha256: "0812b66f9eac57bc55c6ed4c178e0779440aa4e4e7c7e32fe1db02a758501d0e"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.6.0"
|
version: "0.7.1"
|
||||||
diff_match_patch:
|
diff_match_patch:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -464,10 +464,10 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: flutter_colorpicker
|
name: flutter_colorpicker
|
||||||
sha256: "458a6ed8ea480eb16ff892aedb4b7092b2804affd7e046591fb03127e8d8ef8b"
|
sha256: "969de5f6f9e2a570ac660fb7b501551451ea2a1ab9e2097e89475f60e07816ea"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.0.3"
|
version: "1.1.0"
|
||||||
flutter_isolate:
|
flutter_isolate:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
@ -946,10 +946,10 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: native_device_orientation
|
name: native_device_orientation
|
||||||
sha256: "7d2fa1a1420b7b4ac3317760ffd063b86704679fb4f1796644581da4a6356ccc"
|
sha256: "0c330c068575e4be72cce5968ca479a3f8d5d1e5dfce7d89d5c13a1e943b338c"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.1.4"
|
version: "2.0.3"
|
||||||
nc_photos_plugin:
|
nc_photos_plugin:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -47,7 +47,7 @@ dependencies:
|
||||||
path: copy_with
|
path: copy_with
|
||||||
ref: copy_with-1.3.0
|
ref: copy_with-1.3.0
|
||||||
crypto: ^3.0.3
|
crypto: ^3.0.3
|
||||||
devicelocale: ^0.6.0
|
devicelocale: ^0.7.1
|
||||||
device_info_plus: ^9.0.1
|
device_info_plus: ^9.0.1
|
||||||
draggable_scrollbar:
|
draggable_scrollbar:
|
||||||
git:
|
git:
|
||||||
|
@ -68,7 +68,7 @@ dependencies:
|
||||||
ref: v0.2.6-nc-photos-2
|
ref: v0.2.6-nc-photos-2
|
||||||
flutter_bloc: ^8.1.5
|
flutter_bloc: ^8.1.5
|
||||||
flutter_cache_manager: any
|
flutter_cache_manager: any
|
||||||
flutter_colorpicker: ^1.0.3
|
flutter_colorpicker: ^1.1.0
|
||||||
flutter_isolate: ^2.0.4
|
flutter_isolate: ^2.0.4
|
||||||
flutter_secure_storage: ^9.2.2
|
flutter_secure_storage: ^9.2.2
|
||||||
flutter_staggered_grid_view:
|
flutter_staggered_grid_view:
|
||||||
|
@ -89,7 +89,7 @@ dependencies:
|
||||||
memory_info: ^0.0.4
|
memory_info: ^0.0.4
|
||||||
mime: ^1.0.5
|
mime: ^1.0.5
|
||||||
mutex: ^3.1.0
|
mutex: ^3.1.0
|
||||||
native_device_orientation: ^1.1.0
|
native_device_orientation: ^2.0.3
|
||||||
nc_photos_plugin:
|
nc_photos_plugin:
|
||||||
path: ../plugin
|
path: ../plugin
|
||||||
np_api:
|
np_api:
|
||||||
|
|
|
@ -9,10 +9,10 @@ environment:
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
analyzer: ^6.2.0
|
analyzer: ^6.2.0
|
||||||
build: ^2.3.1
|
build: ^2.4.1
|
||||||
np_codegen:
|
np_codegen:
|
||||||
path: ../codegen
|
path: ../codegen
|
||||||
source_gen: ^1.2.6
|
source_gen: ^1.5.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
build_test: ^2.1.5
|
build_test: ^2.1.5
|
||||||
|
|
Loading…
Reference in a new issue