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

Unified Diff: packages/analyzer/pubspec.yaml

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 years, 5 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 | « packages/analyzer/lib/task/yaml.dart ('k') | packages/analyzer/test/cancelable_future_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/analyzer/pubspec.yaml
diff --git a/packages/analyzer/pubspec.yaml b/packages/analyzer/pubspec.yaml
index 8ae644df83efd7cf4822234000d5bf3f64ffeb63..a226038180cab9ade43cb2866a5315bcd0c5fc84 100644
--- a/packages/analyzer/pubspec.yaml
+++ b/packages/analyzer/pubspec.yaml
@@ -1,19 +1,24 @@
name: analyzer
-version: 0.26.1+14
+version: 0.29.5
author: Dart Team <misc@dartlang.org>
description: Static analyzer for Dart.
-homepage: http://www.dartlang.org
+homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer
environment:
sdk: '>=1.12.0 <2.0.0'
dependencies:
args: '>=0.12.1 <0.14.0'
+ charcode: ^1.1.0
+ crypto: '>=1.1.1 <3.0.0'
glob: ^1.0.3
- html: ^0.12.0
- package_config: ^0.1.1
+ html: '>=0.12.0 <1.14.0'
+ isolate: ^0.2.2
+ meta: ^1.0.2
+ package_config: '>=0.1.5 <2.0.0'
path: '>=0.9.0 <2.0.0'
- plugin: ^0.1.0
+ plugin: ^0.2.0
watcher: '>=0.9.6 <0.10.0'
yaml: ^2.1.2
dev_dependencies:
+ test_reflective_loader: '>=0.0.4 <0.1.0'
typed_mock: '>=0.0.4 <1.0.0'
unittest: '>=0.9.0 <0.12.0'
« no previous file with comments | « packages/analyzer/lib/task/yaml.dart ('k') | packages/analyzer/test/cancelable_future_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698