File tree Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies:
1616 url : https://github.com/dart-lang/build.git
1717 path : build
1818 ref : resolver-2-methods
19- dart_style : ^ 2.3.7
19+ dart_style : ' >= 2.3.7 <4.0.0 '
2020 glob : ^2.0.0
2121 path : ^1.8.0
2222 pub_semver : ^2.1.4
@@ -30,3 +30,31 @@ dev_dependencies:
3030 dart_flutter_team_lints : ^3.1.0
3131 term_glyph : ^1.2.0
3232 test : ^1.16.0
33+
34+ dependency_overrides :
35+ analyzer : ^7.1.0
36+ build :
37+ git :
38+ url : https://github.com/dart-lang/build.git
39+ path : build
40+ ref : resolver-2-methods
41+ build_resolvers :
42+ git :
43+ url : https://github.com/dart-lang/build.git
44+ path : build_resolvers
45+ ref : resolver-2-methods
46+ build_runner :
47+ git :
48+ url : https://github.com/dart-lang/build.git
49+ path : build_runner
50+ ref : resolver-2-methods
51+ build_runner_core :
52+ git :
53+ url : https://github.com/dart-lang/build.git
54+ path : build_runner_core
55+ ref : resolver-2-methods
56+ build_test :
57+ git :
58+ url : https://github.com/dart-lang/build.git
59+ path : build_test
60+ ref : resolver-2-methods
You can’t perform that action at this time.
0 commit comments