Make build dependencies not fixed to a specific version
This commit is contained in:
parent
f0847a622f
commit
975b5d3fb3
@ -10,6 +10,6 @@ environment:
|
|||||||
dependencies:
|
dependencies:
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
build_runner: ^1.10.1
|
build_runner: ">=1.10.1 <2.0.0"
|
||||||
build_web_compilers: ^2.9.0
|
build_web_compilers: ">=2.9.0 <3.0.0"
|
||||||
pedantic: ^1.9.0
|
pedantic: ">=1.9.0 <2.0.0"
|
||||||
|
Reference in New Issue
Block a user