Skip to content

Commit 6b7defd

Browse files
srawlinsCommit Queue
authored andcommitted
DAS plugins: add real dependency constraints
Change-Id: I519d4b53f3f07a11a64dd3d2f7b2f5423790838d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/395051 Commit-Queue: Samuel Rawlins <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]>
1 parent 515e6f0 commit 6b7defd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pkg/analysis_server_plugin/pubspec.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: analysis_server_plugin
2-
# This package is not yet intended for consumption on pub.dev. DO NOT publish.
3-
publish_to: none
2+
description: A framework and support code for building plugins for the analysis server.
3+
version: 0.1.0-dev
4+
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analysis_server_plugin
45

56
environment:
67
sdk: '>=3.3.0 <4.0.0'
78

8-
# Use 'any' constraints here; we get our versions from the DEPS file.
99
dependencies:
10-
_fe_analyzer_shared: any
11-
analyzer: any
12-
analyzer_plugin: any
13-
meta: any
10+
_fe_analyzer_shared: ^76.0.0
11+
analyzer: ^7.0.0
12+
analyzer_plugin: ^0.12.0
13+
meta: ^1.16.0
1414

1515
# Use 'any' constraints here; we get our versions from the DEPS file.
1616
dev_dependencies:

0 commit comments

Comments
 (0)