Skip to content

Commit

Permalink
chore(deps): update dependency flutter_lints to v3 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 26, 2023
1 parent f77d536 commit a0a9c97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions example/pubspec.lock
Expand Up @@ -137,10 +137,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: a25a15ebbdfc33ab1cd26c63a6ee519df92338a9c10f122adda92938253bef04
sha256: ad76540d21c066228ee3f9d1dad64a9f7e46530e8bb7c85011a88bc1fd874bc5
url: "https://pub.dev"
source: hosted
version: "2.0.3"
version: "3.0.0"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -163,10 +163,10 @@ packages:
dependency: transitive
description:
name: lints
sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452"
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
url: "https://pub.dev"
source: hosted
version: "2.1.1"
version: "3.0.0"
matcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Expand Up @@ -29,7 +29,7 @@ dependencies:
sdk: flutter

dev_dependencies:
flutter_lints: 2.0.3
flutter_lints: 3.0.0
flutter_test:
sdk: flutter

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -15,7 +15,7 @@ dependencies:

dev_dependencies:
build_runner: 2.4.6
flutter_lints: 2.0.3
flutter_lints: 3.0.0
flutter_test:
sdk: flutter
mocktail: 1.0.1

0 comments on commit a0a9c97

Please sign in to comment.