Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1565)

Unified Diff: pkg/analyzer_plugin/pubspec.yaml

Issue 2877863002: Fix pubspecs for new analyzer plugin arch dependencies (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analysis_server/pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_plugin/pubspec.yaml
diff --git a/pkg/analyzer_plugin/pubspec.yaml b/pkg/analyzer_plugin/pubspec.yaml
index a73140d34421cd403bb31105cf0ee890b0039f47..938491c458d91a3ab49dc6ed0106d9cbccc2e595 100644
--- a/pkg/analyzer_plugin/pubspec.yaml
+++ b/pkg/analyzer_plugin/pubspec.yaml
@@ -7,9 +7,10 @@ environment:
sdk: '>=1.0.0 <2.0.0'
dependencies:
- analyzer: 0.30.0-alpha.0
+ analyzer: ^0.30.0
html: any
path: any
+ pub_semver: any
dev_dependencies:
test_reflective_loader: ^0.1.0
« no previous file with comments | « pkg/analysis_server/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698