11name : source_gen
2- version : 2 .0.1-wip
2+ version : 3 .0.0-dev
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 : ' >=6.9.0 <8.0.0'
1313 async : ^2.5.0
14- build : ^2.5.0
14+ build : ^3.0.0-dev
1515 dart_style : ' >=2.3.7 <4.0.0'
1616 glob : ^2.0.0
1717 path : ^1.8.0
@@ -22,51 +22,8 @@ dependencies:
2222dev_dependencies :
2323 _test_annotations :
2424 path : ../_test_annotations
25- build_test : ^3.1.1
25+ build_test : ^3.3.0-dev
2626 dart_flutter_team_lints : ^3.1.0
2727 logging : ^1.0.0
2828 term_glyph : ^1.2.0
2929 test : ^1.16.0
30-
31- dependency_overrides :
32- build :
33- git :
34- url : https://github.com/dart-lang/build
35- path : build
36- ref : f3c94b884657a213b7f6872602c900cc8ca471c7
37- build_config :
38- git :
39- url : https://github.com/dart-lang/build
40- path : build_config
41- ref : f3c94b884657a213b7f6872602c900cc8ca471c7
42- build_modules :
43- git :
44- url : https://github.com/dart-lang/build
45- path : build_modules
46- ref : f3c94b884657a213b7f6872602c900cc8ca471c7
47- build_resolvers :
48- git :
49- url : https://github.com/dart-lang/build
50- path : build_resolvers
51- ref : f3c94b884657a213b7f6872602c900cc8ca471c7
52- build_runner :
53- git :
54- url : https://github.com/dart-lang/build
55- path : build_runner
56- ref : f3c94b884657a213b7f6872602c900cc8ca471c7
57- build_runner_core :
58- git :
59- url : https://github.com/dart-lang/build
60- path : build_runner_core
61- ref : f3c94b884657a213b7f6872602c900cc8ca471c7
62- build_test :
63- git :
64- url : https://github.com/dart-lang/build
65- path : build_test
66- ref : f3c94b884657a213b7f6872602c900cc8ca471c7
67- build_web_compilers :
68- git :
69- url : https://github.com/dart-lang/build
70- path : build_web_compilers
71- ref : f3c94b884657a213b7f6872602c900cc8ca471c7
72-
0 commit comments