Files
sdk/pkg/analysis_server/pubspec.yaml
T
Paul Berry 49920caff7 [analysis_server] Bump SDK version to 3.10.
This will allow analysis_server to use enum shorthands.

Change-Id: I6a6a6964cef63d45a54c7d787c4110f26f64ccc6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/462500
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
2025-11-17 09:25:23 -08:00

50 lines
990 B
YAML

name: analysis_server
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: '^3.10.0'
resolution: workspace
# Use 'any' constraints here; we get our versions from the DEPS file.
dependencies:
_fe_analyzer_shared: any
analysis_server_plugin: any
analyzer: any
analyzer_plugin: any
args: any
collection: any
convert: any
crypto: any
dart_style: any
dtd: any
http: any
json_rpc_2: any
language_server_protocol: any
linter: any
memory_usage: any
meta: any
path: any
pub_semver: any
stream_channel: any
telemetry: any
unified_analytics: any
vm_service: any
watcher: any
yaml: any
yaml_edit: any
# Use 'any' constraints here; we get our versions from the DEPS file.
dev_dependencies:
analyzer_testing: any
analyzer_utilities: any
cli_util: any
lints: any
logging: any
matcher: any
test: any
test_descriptor: any
test_reflective_loader: any
web_socket_channel: any