File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
pkg/analysis_server_plugin Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11name : 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
56environment :
67 sdk : ' >=3.3.0 <4.0.0'
78
8- # Use 'any' constraints here; we get our versions from the DEPS file.
99dependencies :
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.
1616dev_dependencies :
You can’t perform that action at this time.
0 commit comments