Skip to content

Commit

Permalink
Downgrade collection dependency for flutter_test compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
callius committed Jun 26, 2023
1 parent 48a7f05 commit 901046d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/target/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: target
description: Functional domain modeling in Dart.
version: 0.2.1
version: 0.2.2
repository: https://github.com/callius/target-dart/tree/main/packages/target
issue_tracker: https://github.com/callius/target-dart/issues
homepage: https://github.com/callius/target-dart
Expand All @@ -9,7 +9,7 @@ environment:
sdk: '>=3.0.5 <4.0.0'

dependencies:
collection: ^1.17.2
collection: ^1.17.1
dartz: ^0.10.1
equatable: ^2.0.5

Expand Down
4 changes: 2 additions & 2 deletions packages/target_annotation/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: target_annotation
description: Functional domain modeling in Dart.
version: 0.2.1
version: 0.2.2
repository: https://github.com/callius/target-dart/tree/main/packages/target_annotation
issue_tracker: https://github.com/callius/target-dart/issues
homepage: https://github.com/callius/target-dart
Expand All @@ -9,7 +9,7 @@ environment:
sdk: '>=3.0.5 <4.0.0'

dependencies:
collection: ^1.17.2
collection: ^1.17.1
dartz: ^0.10.1

dev_dependencies:
Expand Down
10 changes: 5 additions & 5 deletions packages/target_annotation_processor/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: target_annotation_processor
description: Functional domain modeling in Dart.
version: 0.2.1
version: 0.2.2
repository: https://github.com/callius/target-dart/tree/main/packages/target_annotation_processor
issue_tracker: https://github.com/callius/target-dart/issues
homepage: https://github.com/callius/target-dart
Expand All @@ -12,23 +12,23 @@ dependencies:
analyzer: ^5.13.0
build: ^2.4.0
code_builder: ^4.5.0
collection: ^1.17.2
collection: ^1.17.1
equatable: ^2.0.5
target:
git:
url: https://github.com/callius/target-dart
path: packages/target
ref: v0.2.1
ref: v0.2.2
target_annotation:
git:
url: https://github.com/callius/target-dart
path: packages/target_annotation
ref: v0.2.1
ref: v0.2.2
target_extension:
git:
url: https://github.com/callius/target-dart
path: packages/target_extension
ref: v0.2.1
ref: v0.2.2
dart_style: ^2.3.1
dartz: ^0.10.1
source_gen: ^1.3.2
Expand Down
4 changes: 2 additions & 2 deletions packages/target_extension/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: target_extension
description: Extensions for functional domain modeling in Dart.
version: 0.2.1
version: 0.2.2
repository: https://github.com/callius/target-dart/tree/main/packages/target_extension
issue_tracker: https://github.com/callius/target-dart/issues
homepage: https://github.com/callius/target-dart
Expand All @@ -9,7 +9,7 @@ environment:
sdk: '>=3.0.5 <4.0.0'

dependencies:
collection: ^1.17.2
collection: ^1.17.1
dartz: ^0.10.1

dev_dependencies:
Expand Down

0 comments on commit 901046d

Please sign in to comment.