Make build dependencies not fixed to a specific version

This commit is contained in:
Lucien Cartier-Tilet 2020-12-07 16:03:15 +01:00
parent f0847a622f
commit 975b5d3fb3
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 3 additions and 3 deletions

View File

@ -10,6 +10,6 @@ environment:
dependencies:
dev_dependencies:
build_runner: ^1.10.1
build_web_compilers: ^2.9.0
pedantic: ^1.9.0
build_runner: ">=1.10.1 <2.0.0"
build_web_compilers: ">=2.9.0 <3.0.0"
pedantic: ">=1.9.0 <2.0.0"