Skip to content

Commit e182ba2

Browse files
authored
Expand dependency constraints (#2796)
We can't simultaneously resolve all of these to the latest versions because upstream packages haven't been fully expanded, but each of the latest versions seems to work individually.
1 parent 66f9d41 commit e182ba2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
meta: ^1.3.0
2323
native_synchronization: ^0.3.0
2424
node_interop: ^2.2.0
25-
package_config: ^2.0.0
25+
package_config: ">=2.0.0 <4.0.0"
2626
path: ^1.8.0
2727
pool: ^1.5.1
2828
protobuf: ">=4.0.0 <7.0.0"
@@ -38,11 +38,11 @@ dependencies:
3838
watcher: ^1.0.0
3939

4040
dev_dependencies:
41-
analyzer: ">=10.0.1 <14.0.0"
41+
analyzer: ">=10.0.1 <15.0.0"
4242
archive: ">=3.1.2 <5.0.0"
4343
crypto: ^3.0.0
4444
dartdoc: ">=8.0.14 <10.0.0"
45-
grinder: ^0.9.0
45+
grinder: ">=0.9.0 <0.11.0"
4646
node_preamble: ^2.0.2
4747
lints: ">=4.0.0 <7.0.0"
4848
protoc_plugin: ">=22.0.1 <26.0.0"
@@ -52,4 +52,4 @@ dev_dependencies:
5252
test_descriptor: ^2.0.0
5353
test_process: ^2.0.0
5454
yaml: ^3.1.0
55-
cli_util: ^0.4.0
55+
cli_util: ">=0.4.0 <0.6.0"

0 commit comments

Comments
 (0)