Skip to content

Commit

Permalink
fixing analysis errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanpodila committed May 17, 2024
1 parent 765f2b3 commit 41ccb64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flutter_mobx/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
provider: ^6.0.0

dev_dependencies:
build_runner: ^2.4.10
build_runner: ^2.4.9
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
Expand Down
2 changes: 1 addition & 1 deletion mobx/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
collection: ^1.15.0

dev_dependencies:
build_runner: ^2.4.10
build_runner: ^2.4.9
coverage: ^1.8.0
fake_async: ^1.2.0
lints: ^4.0.0
Expand Down
2 changes: 1 addition & 1 deletion mobx_codegen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
source_gen: ^1.2.1

dev_dependencies:
build_runner: ^2.4.10
build_runner: ^2.4.9
build_test: ^2.1.5
coverage: ^1.8.0
lints: ^4.0.0
Expand Down

0 comments on commit 41ccb64

Please sign in to comment.