File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ environment:
77
88dependencies :
99 analyzer : ' >=7.4.0 <9.0.0'
10- build : ^ 3.0.0
10+ build : ' >= 3.0.0 <5.0.0 '
1111 source_gen : any
1212
1313dev_dependencies :
Original file line number Diff line number Diff line change 1+ ## 4.0.1
2+
3+ - Require ` analyzer: '>=8.1.1 <9.0.0' ` .
4+ - Allow ` build: '>=3.0.0 <5.0.0' ` .
5+
16## 4.0.0
27
38- ** Breaking Change** : remove ` TypeChecker.fromRuntime ` , use
Original file line number Diff line number Diff line change 11name : source_gen
2- version : 4.0.0
2+ version : 4.0.1
33description : >-
44 Source code generation builders and utilities for the Dart build system
55repository : https://github.com/dart-lang/source_gen/tree/master/source_gen
@@ -11,7 +11,7 @@ environment:
1111dependencies :
1212 analyzer : ' >=8.1.1 <9.0.0'
1313 async : ^2.10.0
14- build : ^ 3.0.0
14+ build : ' >= 3.0.0 <5.0.0 '
1515 dart_style : ^3.0.0
1616 glob : ^2.0.0
1717 path : ^1.9.0
You can’t perform that action at this time.
0 commit comments