Skip to content

Commit 5fd2bd0

Browse files
committed
overrides
1 parent 9e8adbd commit 5fd2bd0

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

source_gen/pubspec.yaml

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)