Skip to content

Commit 45c5424

Browse files
srawlinsCommit Queue
authored andcommitted
analyzer packages: Add dependency overrides and comments
Change-Id: I9f57df8ade46e851b73a7416e395a4d96e46ce69 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/398600 Commit-Queue: Samuel Rawlins <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]>
1 parent 3f159b2 commit 45c5424

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

pkg/analysis_server_plugin/pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
sdk: '>=3.3.0 <4.0.0'
88

99
dependencies:
10-
_fe_analyzer_shared: ^76.0.0
10+
_fe_analyzer_shared: ^77.0.0
1111
analyzer: ^7.0.0
1212
analyzer_plugin: ^0.12.0
1313
meta: ^1.16.0
@@ -19,6 +19,9 @@ dev_dependencies:
1919
test_reflective_loader: any
2020
test: any
2121

22+
# These dependency overrides are present in order to allow publishing this
23+
# package. Otherwise, `dart pub publish` complains, even though they are dev
24+
# dependencies.
2225
dependency_overrides:
2326
_fe_analyzer_shared:
2427
path: ../_fe_analyzer_shared

pkg/analyzer/pubspec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ dev_dependencies:
3939
test_reflective_loader: any
4040
vm_service: any
4141

42+
# These dependency overrides are present in order to allow publishing this
43+
# package. Otherwise, `dart pub publish` complains, even though they are dev
44+
# dependencies.
4245
dependency_overrides:
4346
_fe_analyzer_shared:
4447
path: ../_fe_analyzer_shared

pkg/analyzer_plugin/pubspec.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,12 @@ dev_dependencies:
2525
linter: any
2626
test_reflective_loader: any
2727
test: any
28+
29+
# These dependency overrides are present in order to allow publishing this
30+
# package. Otherwise, `dart pub publish` complains, even though they are dev
31+
# dependencies.
32+
dependency_overrides:
33+
analyzer_utilities:
34+
path: ../analyzer_utilities
35+
linter:
36+
path: ../linter

0 commit comments

Comments
 (0)