Skip to content

Commit

Permalink
fix: openfoodfacts#899 - pubspec.yaml upgrade to openfoodfacts 1.9.1
Browse files Browse the repository at this point in the history
Impacted files:
* `smooth_app/pubspec.yaml`: upgrade to openfoodfacts 1.9.1
* `smooth_app/pubspec.lock`: impacted by pubspec.yaml
* `smooth_ui_library/pubspec.yaml`: upgrade to openfoodfacts 1.9.1
* `smooth_ui_library/pubspec.lock`: impacted by pubspec.yaml
* `smooth_ui_library/example/pubspec.lock`: impacted by pubspec.yaml
  • Loading branch information
monsieurtanuki committed Jan 8, 2022
1 parent 9a2096d commit 774786b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/smooth_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ packages:
name: openfoodfacts
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.1"
version: "1.9.1"
package_config:
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 @@ -27,7 +27,7 @@ dependencies:
latlong2: ^0.8.1
matomo: ^1.1.0
modal_bottom_sheet: ^2.0.0
openfoodfacts: ^1.8.1
openfoodfacts: ^1.9.1
# Uncomment those lines if you want to use a local version of the openfoodfacts package
# openfoodfacts:
# path: ../../../openfoodfacts-dart
Expand Down
2 changes: 1 addition & 1 deletion packages/smooth_ui_library/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ packages:
name: openfoodfacts
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.1"
version: "1.9.1"
path:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/smooth_ui_library/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ packages:
name: openfoodfacts
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.1"
version: "1.9.1"
path:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/smooth_ui_library/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
flutter:
sdk: flutter
flutter_svg: ^1.0.0
openfoodfacts: ^1.8.1
openfoodfacts: ^1.9.1
# Uncomment those lines if you want to use a local version of the openfoodfacts package
# openfoodfacts:
# path: ../../../openfoodfacts-dart
Expand Down

0 comments on commit 774786b

Please sign in to comment.