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

Unified Diff: packages/intl/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/intl/lib/src/plural_rules.dart ('k') | packages/intl/test/bidi_format_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/intl/pubspec.yaml
diff --git a/packages/intl/pubspec.yaml b/packages/intl/pubspec.yaml
index 33b6ac5bf8611baa02a9e0ec10f3771a0b420168..a4b3315b11173aa05c2bf3a05ef52cb8815b4d4d 100644
--- a/packages/intl/pubspec.yaml
+++ b/packages/intl/pubspec.yaml
@@ -1,31 +1,19 @@
name: intl
-version: 0.12.4+3
+version: 0.15.1
author: Dart Team <misc@dartlang.org>
description: Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.
homepage: https://github.com/dart-lang/intl
environment:
- sdk: '>=1.4.0 <2.0.0'
+ sdk: '>=1.24.0 <2.0.0'
documentation: http://www.dartdocs.org/documentation/intl/latest
dependencies:
- analyzer: '>=0.13.2 <0.28.0'
- args: '>=0.12.1 <0.14.0'
path: '>=0.9.0 <2.0.0'
- petitparser: '>=1.1.3 <2.0.0'
dev_dependencies:
fixnum: '>=0.9.0 <0.11.0'
- unittest: '>=0.10.0 <0.12.0'
+ test: '>=0.12.0 <0.13.0'
transformers:
- $dart2js:
$exclude:
- test/date_time_format_file_even_test.dart
- test/date_time_format_file_odd_test.dart
- test/find_default_locale_standalone_test.dart
- - test/message_extraction/embedded_plural_text_after_test.dart
- - test/message_extraction/embedded_plural_text_before_test.dart
- - test/message_extraction/examples_parsing_test.dart
- - test/message_extraction/failed_extraction_test.dart
- - test/message_extraction/make_hardcoded_translation.dart
- - test/message_extraction/message_extraction_no_deferred_test.dart
- - test/message_extraction/message_extraction_test.dart
- - test/message_extraction/really_fail_extraction_test.dart
- - test/intl_message_basic_example_test.dart # invalid import under pub's package-layout
« no previous file with comments | « packages/intl/lib/src/plural_rules.dart ('k') | packages/intl/test/bidi_format_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698