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

Unified Diff: pubspec.yaml

Issue 997193004: update analyzer and code_transformers version and use mock sdk from code transformers (Closed) Base URL: git@github.com:dart-lang/web-components.git@master
Patch Set: update changelog Created 5 years, 9 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 | « lib/build/web_components.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index fa01acf4681883841ab948dd5181103d6e17e8d2..1274e1da918a70d69e1c9453b0ab8a52dca0313f 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -10,9 +10,9 @@ description: >
elements, by hiding DOM subtrees under shadow roots. HTML Imports let authors
bundle code and HTML as if they were libraries.
dependencies:
- analyzer: '^0.22.4'
+ analyzer: '>=0.22.4 <0.25.0'
barback: '>=0.14.2 <0.16.0'
- code_transformers: '^0.2.4'
+ code_transformers: '^0.2.7'
html5lib: '^0.12.0'
initialize: '^0.5.0+1'
path: '^1.3.0'
« no previous file with comments | « lib/build/web_components.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698