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

Unified Diff: pubspec.yaml

Issue 1180723004: Widen dependencies to match Dart SDK deps (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | 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 2099def2f7fdbdbd8f8f755c53d3dc66f7620036..927801e10457394c518b9bbb0a9ad666a7bd152b 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: dev_compiler
-version: 0.1.0
+version: 0.1.1
Jennifer Messerly 2015/06/11 20:40:56 bumped version because want to publish this w/ Str
description: >
Experimental Dart to JavaScript compiler designed to create idiomatic,
readable JavaScript output.
@@ -11,12 +11,12 @@ dependencies:
cli_util: ^0.0.1
crypto: ^0.9.0
html: ^0.12.0
- logging: ">=0.9.3 <0.12.0"
+ logging: ">=0.9.2 <0.12.0"
path: ^1.3.0
- shelf: ^0.6.0
+ shelf: ">=0.5.6 <0.7.0"
shelf_static: ^0.2.1
source_maps: ^0.10.0
- source_span: ^1.1.2
+ source_span: ^1.0.2
yaml: ^2.1.2
dev_dependencies:
# We pin a specific version to ensure everyone is formatting the code exactly
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698