Skip to content

Commit 1fb4609

Browse files
authored
Allow the latest boolean_selector (#1153)
The breaking changes were handled in #1125
1 parent 93c1ad0 commit 1fb4609

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pkgs/test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
dependencies:
1010
analyzer: ">=0.36.0 <0.40.0"
1111
async: ^2.0.0
12-
boolean_selector: ^1.0.0
12+
boolean_selector: ">=1.0.0 <3.0.0"
1313
http_multi_server: ^2.0.0
1414
io: ^0.3.0
1515
js: ^0.6.0

pkgs/test_api/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88

99
dependencies:
1010
async: ^2.0.0
11-
boolean_selector: ^1.0.0
11+
boolean_selector: ">=1.0.0 <3.0.0"
1212
collection: ^1.8.0
1313
meta: ^1.1.5
1414
path: ^1.2.0

pkgs/test_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
analyzer: ">=0.36.0 <0.40.0"
1111
async: ^2.0.0
1212
args: ^1.4.0
13-
boolean_selector: ^1.0.0
13+
boolean_selector: ">=1.0.0 <3.0.0"
1414
collection: ^1.8.0
1515
coverage: ^0.13.3
1616
glob: ^1.0.0

0 commit comments

Comments
 (0)