Skip to content

Commit

Permalink
chore(deps): remove version constraint from dcm (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsinis authored May 3, 2024
1 parent 93221af commit d61b29c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion packages/_sealed_world_tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ dev_dependencies:
dart_code_metrics: # ex-Flutter Favorite
git:
url: https://github.com/tsinis/dart-code-metrics
version: ^5.7.6+1
lints: ^3.0.0 # From Google
1 change: 0 additions & 1 deletion packages/sealed_currencies/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ dev_dependencies:
dart_code_metrics: # Flutter Favorite
git:
url: https://github.com/tsinis/dart-code-metrics
version: ^5.7.6+1
lints: ^3.0.0 # From Google
test: ^1.25.4 # From Google
1 change: 0 additions & 1 deletion packages/sealed_languages/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ dev_dependencies:
dart_code_metrics: # Flutter Favorite
git:
url: https://github.com/tsinis/dart-code-metrics
version: ^5.7.6+1
lints: ^3.0.0 # From Google
test: ^1.25.4 # From Google
2 changes: 0 additions & 2 deletions packages/world_countries/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ dev_dependencies:
dart_code_metrics: # Flutter Favorite
git:
url: https://github.com/tsinis/dart-code-metrics
version: ^5.7.6+1
version: 5.8.0+1
dhttpd: ^4.1.0 # From Google
flutter_gen_runner: ^5.4.0
# flutter_launcher_icons: any # From Flutter Community
Expand Down
1 change: 0 additions & 1 deletion tools/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ dev_dependencies:
dart_code_metrics: # Flutter Favorite
git:
url: https://github.com/tsinis/dart-code-metrics
version: ^5.7.6+1
select: ^0.4.1

0 comments on commit d61b29c

Please sign in to comment.