Skip to content

Commit

Permalink
Downgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zltnDC committed Sep 13, 2023
1 parent 46066ee commit 3d1cb37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ private fun Contracts.Selector.isEmpty(): Boolean {
!hasEnabled() &&
!hasFocused() &&
!hasPkg()
)
)
}

fun Contracts.Selector.toUiSelector(): UiSelector {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class PatrolServer {
Logger.i("Stopping server...")
server?.close()
Logger.i("Server stopped")
},
}
)
}

Expand Down
4 changes: 2 additions & 2 deletions packages/patrol/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
http: ^0.13.6
integration_test:
sdk: flutter
json_annotation: ^4.8.1
json_annotation: ^4.6.0
meta: ^1.7.0
path: ^1.8.2
patrol_finders: ^1.0.0
Expand All @@ -29,7 +29,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.3.3
json_serializable: ^6.7.1
json_serializable: ^6.3.2
leancode_lint: ^3.0.0

flutter:
Expand Down

0 comments on commit 3d1cb37

Please sign in to comment.