File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 0.1.3
2+
3+ - Dependency upgrades
4+
15## 0.1.2
26
37- Update the minimum Dart SDK version to 2.11.0
Original file line number Diff line number Diff line change @@ -11,22 +11,22 @@ environment:
1111 sdk : " >=2.11.0 <3.0.0"
1212
1313dependencies :
14- args : ^ 1.5.1
14+ args : ' >= 1.5.1 <3.0.0 '
1515 glob : ^1.1.7
1616 http : ^0.12.0
1717 http_multi_server : ^2.1.0
1818 io : ^0.3.3
19- logging : ^ 0.11.3+2
19+ logging : ' >= 0.11.3+2 <2.0.0 '
2020 meta : " >=1.1.7 <1.7.0" # pin to avoid issue in 1.7.0
2121 pedantic : ^1.7.0
22- pub_semver : ^ 1.4.2
22+ pub_semver : ' >= 1.4.2 <3.0.0 '
2323 shelf : ^0.7.2
2424 shelf_proxy : ^0.1.0
2525 stack_trace : ^1.9.3
2626
2727dev_dependencies :
2828 # These two build deps are required by webdev.
29- build_runner : ^ 1.5.1
29+ build_runner : ' >= 1.5.1 <3.0.0 '
3030 build_web_compilers : ' >=2.12.0 <3.0.0'
3131
3232 shelf_static : ^0.2.8
You can’t perform that action at this time.
0 commit comments