Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Sep 19, 2020
1 parent 21a7f37 commit 814617c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
25 changes: 23 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
ffi:
dependency: transitive
description:
name: ffi
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3"
file:
dependency: transitive
description:
Expand Down Expand Up @@ -607,7 +614,7 @@ packages:
name: path_provider
url: "https://pub.dartlang.org"
source: hosted
version: "1.6.11"
version: "1.6.16"
path_provider_linux:
dependency: transitive
description:
Expand All @@ -628,7 +635,14 @@ packages:
name: path_provider_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.2"
version: "1.0.3"
path_provider_windows:
dependency: transitive
description:
name: path_provider_windows
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.2"
pedantic:
dependency: transitive
description:
Expand Down Expand Up @@ -935,6 +949,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.7+15"
win32:
dependency: transitive
description:
name: win32
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.1"
xdg_directories:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
#official plugin
image_picker: ^0.6.7
image_picker_for_web: ^0.1.0
path_provider: 1.6.11
path_provider: 1.6.16
http: ^0.12.1
html: 0.14.0+3
http_parser: 3.1.4
Expand Down

0 comments on commit 814617c

Please sign in to comment.