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

Unified Diff: packages/source_span/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/source_span/lib/src/utils.dart ('k') | packages/source_span/test/file_message_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/source_span/pubspec.yaml
diff --git a/packages/source_span/pubspec.yaml b/packages/source_span/pubspec.yaml
index 4c703cdc20a28f15b326d6ef06427a5bbaee3bb5..46e3d522ecb7baf5edbb10960191415403bdfdbe 100644
--- a/packages/source_span/pubspec.yaml
+++ b/packages/source_span/pubspec.yaml
@@ -1,11 +1,12 @@
name: source_span
-version: 1.2.1
+version: 1.4.0
author: Dart Team <misc@dartlang.org>
description: A library for identifying source spans and locations.
homepage: https://github.com/dart-lang/source_span
dependencies:
+ charcode: '^1.0.0'
path: '>=1.2.0 <2.0.0'
environment:
- sdk: '>=0.8.10+6 <2.0.0'
+ sdk: '>=1.8.0 <2.0.0'
dev_dependencies:
test: '>=0.12.0 <0.13.0'
« no previous file with comments | « packages/source_span/lib/src/utils.dart ('k') | packages/source_span/test/file_message_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698