Skip to content

Commit

Permalink
dart_flutter_team_lints: bump pkg:checks dev dep (#250)
Browse files Browse the repository at this point in the history
Also bump pkg:corpus
  • Loading branch information
kevmoo committed Apr 9, 2024
1 parent de03da1 commit 95fed18
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/corpus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
yaml: ^3.0.0

dev_dependencies:
checks: ^0.2.0
checks: ^0.3.0
dart_flutter_team_lints: ^2.0.0
test: ^1.22.0
test_descriptor: ^2.0.0
2 changes: 2 additions & 0 deletions pkgs/dart_flutter_team_lints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 2.1.2-wip

## 2.1.1

- Depend on the `3.0.0` release version of package:lints.
Expand Down
4 changes: 2 additions & 2 deletions pkgs/dart_flutter_team_lints/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_flutter_team_lints
description: An analysis rule set used by the Dart and Flutter teams.
version: 2.1.1
version: 2.1.2-wip
repository: https://github.com/dart-lang/ecosystem/tree/main/pkgs/dart_flutter_team_lints

environment:
Expand All @@ -10,7 +10,7 @@ dependencies:
lints: ^3.0.0

dev_dependencies:
checks: ^0.2.0
checks: ^0.3.0
path: ^1.8.0
test: ^1.0.0
yaml: ^3.0.0

0 comments on commit 95fed18

Please sign in to comment.