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

Unified Diff: packages/yaml/pubspec.yaml

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers 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/yaml/output.txt ('k') | packages/yaml/test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/yaml/pubspec.yaml
diff --git a/packages/yaml/pubspec.yaml b/packages/yaml/pubspec.yaml
index 46b74758d46a68abb716cef7b995ae55f6b346fa..d4445d9b2c285c38beb3973e56438441b8427430 100644
--- a/packages/yaml/pubspec.yaml
+++ b/packages/yaml/pubspec.yaml
@@ -1,15 +1,15 @@
name: yaml
-version: 2.1.7
+version: 2.1.12
author: "Dart Team <misc@dartlang.org>"
homepage: https://github.com/dart-lang/yaml
description: A parser for YAML.
dependencies:
charcode: "^1.1.0"
collection: ">=1.1.0 <2.0.0"
- path: ">=1.2.0 <2.0.0"
- string_scanner: "^0.1.4"
+ string_scanner: ">=0.1.4 <2.0.0"
source_span: ">=1.0.0 <2.0.0"
dev_dependencies:
+ path: ">=1.2.0 <2.0.0"
test: ">=0.12.0 <0.13.0"
environment:
sdk: '>=1.12.0 <2.0.0'
« no previous file with comments | « packages/yaml/output.txt ('k') | packages/yaml/test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698