Skip to content

Commit

Permalink
#811 rollback dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-melnyk committed Mar 8, 2024
1 parent 9c9a2bd commit de78b73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions floor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ environment:

dependencies:
collection: ^1.15.0
floor_annotation: 1.4.2
floor_annotation:
path: ../floor_annotation
flutter:
sdk: flutter
meta: ^1.7.0
Expand All @@ -24,7 +25,8 @@ dependencies:

dev_dependencies:
build_runner: ^2.1.2
floor_generator: 1.4.2
floor_generator:
path: ../floor_generator
flutter_test:
sdk: flutter
matcher: ^0.12.10
Expand Down
3 changes: 2 additions & 1 deletion floor_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ dependencies:
build_config: ^1.0.0
code_builder: ^4.1.0
collection: ^1.15.0
floor_annotation: 1.4.2
floor_annotation:
path: ../floor_annotation
meta: ^1.7.0
source_gen: ^1.2.2
strings: ^0.2.1
Expand Down

0 comments on commit de78b73

Please sign in to comment.