Skip to content

Commit

Permalink
chore(deps): bump collection, intl and image_picker (#4569)
Browse files Browse the repository at this point in the history
Bumps [collection](https://github.com/dart-lang/collection), [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) and [image_picker](https://github.com/flutter/packages/tree/main/packages/image_picker). These dependencies needed to be updated together.

Updates `collection` from 1.17.1 to 1.17.2
- [Release notes](https://github.com/dart-lang/collection/releases)
- [Changelog](https://github.com/dart-lang/collection/blob/master/CHANGELOG.md)
- [Commits](dart-lang/collection@v1.17.1...v1.17.2)

Updates `intl` from 0.18.0 to 0.18.1
- [Release notes](https://github.com/dart-lang/i18n/releases)
- [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.18.1/pkgs)

Updates `image_picker` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/image_picker-v1.0.2/packages/image_picker)

---
updated-dependencies:
- dependency-name: collection
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: intl
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: image_picker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: monsieurtanuki <[email protected]>
  • Loading branch information
dependabot[bot] and monsieurtanuki authored Oct 26, 2023
1 parent c5d0a1a commit 243a974
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/smooth_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -821,10 +821,10 @@ packages:
dependency: "direct main"
description:
name: image_picker
sha256: "6296e98782726d37f59663f0727d0e978eee1ced1ffed45ccaba591786a7f7b3"
sha256: "841837258e0b42c80946c43443054fc726f5e8aa84a97f363eb9ef0d45b33c14"
url: "https://pub.dev"
source: hosted
version: "1.0.1"
version: "1.0.2"
image_picker_android:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/smooth_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
hive: 2.2.3
hive_flutter: 1.1.0
http: 0.13.5
image_picker: 1.0.1
image_picker: 1.0.2
iso_countries: 2.2.0
latlong2: 0.8.2
matomo_tracker: 3.1.0
Expand Down

0 comments on commit 243a974

Please sign in to comment.