Skip to content

Commit

Permalink
chore(deps): bump lints from 3.0.0 to 4.0.0 in /packages/world_countr…
Browse files Browse the repository at this point in the history
…ies/example (#179)

chore(deps): bump lints in /packages/world_countries/example

Bumps [lints](https://github.com/dart-lang/lints) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/dart-lang/lints/releases)
- [Changelog](https://github.com/dart-lang/lints/blob/main/CHANGELOG.md)
- [Commits](dart-lang/lints@v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: lints
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 9a0abe4 commit 229e789
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions packages/world_countries/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -418,10 +418,10 @@ packages:
dependency: "direct dev"
description:
name: lints
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235"
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "4.0.0"
logging:
dependency: transitive
description:
Expand Down Expand Up @@ -554,26 +554,26 @@ packages:
dependency: transitive
description:
name: sealed_countries
sha256: "7af0d4f4b801d9620c5608f8e062c899cb1ce26c26ceb9cf45e4e00179f57a8a"
sha256: e5c7436ebdc6c3fd332c3bc16831fd4e69d5ade6f3123d33791b6be29fcdb91b
url: "https://pub.dev"
source: hosted
version: "1.4.0"
version: "1.5.0"
sealed_currencies:
dependency: transitive
description:
name: sealed_currencies
sha256: a63be766a50514b6fe8f544de800de426e35cbfa7285a6c74ebaea048a081065
sha256: d02f259ffa25fa1b227478edd00ffb7bc78860168611be97aab4bcab984b9a69
url: "https://pub.dev"
source: hosted
version: "1.4.0"
version: "1.5.0"
sealed_languages:
dependency: transitive
description:
name: sealed_languages
sha256: "245a7a8cc52e83fd3274bb35e1a8da58550f60faab68112c0f86cdcf971f6d4d"
sha256: "060ef61bf1b42cccdf18d065707ed9a75905fe7b78a6e65aec9a2e876489253e"
url: "https://pub.dev"
source: hosted
version: "1.4.0"
version: "1.5.0"
shelf:
dependency: transitive
description:
Expand Down Expand Up @@ -753,7 +753,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.4.0"
version: "1.5.0"
xml:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/world_countries/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dev_dependencies:
# flutter_native_splash: any # Flutter Favorite
flutter_test: # From Google
sdk: flutter
lints: ^3.0.0 # From Google
lints: ^4.0.0 # From Google

flutter:
uses-material-design: true
Expand Down

0 comments on commit 229e789

Please sign in to comment.