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

Unified Diff: 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/usage/tool/travis.sh ('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 005d257c6accfe42aec181f45ff88b90ecc6ad84..1bf3f369aba7d0ac074654f1d7de528365af4929 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -6,12 +6,9 @@ transformers:
suppressWarnings: false
commandLineOptions: [--show-package-warnings]
dependencies:
- args: any
+ args: ^0.13.2
charted: ^0.4.8
unittest: < 0.12.0
- usage: any
- web_components: any
- dart_to_js_script_rewriter: any
-dependency_overrides:
- analyzer: '>=0.26.1 <0.26.1+15'
- dart_style: <0.2.2
+ usage: ^1.2.0
+ web_components: ^0.12.5
+ dart_to_js_script_rewriter: 1.0.3
« no previous file with comments | « packages/usage/tool/travis.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698