Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
weta-vn committed Oct 17, 2021
1 parent 7861e7a commit fdcdec8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/photo_manager/ios"

SPEC CHECKSUMS:
camera: b9eb73c055259c6f808a9da4a0d43780f6645281
camera: fe33292aff715a981eb34d7ce7b35b54337ff34c
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
flutter_native_image: 9c0b7451838484458e5b0fae007b86a4c2d4bdfe
image_cropper: f1668dd8d2cad2d357955caad15a40547856edcb
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ packages:
name: camera
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.4+1"
version: "0.9.4+2"
camera_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -260,7 +260,7 @@ packages:
name: photo_manager
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.6"
version: "1.3.7"
photo_view:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages:
name: camera
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.4+1"
version: "0.9.4+2"
camera_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -239,7 +239,7 @@ packages:
name: photo_manager
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.6"
version: "1.3.7"
photo_view:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ environment:
flutter: ">=1.17.0"

dependencies:
camera: ^0.9.4+1
camera: ^0.9.4+2
flutter:
sdk: flutter
flutter_native_image: ^0.0.6+1
image: ^3.0.8
image_cropper: ^1.4.1
image_editor: ^1.0.1
path_provider: ^2.0.5
photo_manager: ^1.3.6
photo_manager: ^1.3.7
photo_view: ^0.13.0

dev_dependencies:
Expand Down

0 comments on commit fdcdec8

Please sign in to comment.