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

Unified Diff: packages/stack_trace/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/stack_trace/lib/stack_trace.dart ('k') | packages/stack_trace/test/chain/chain_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/stack_trace/pubspec.yaml
diff --git a/packages/stack_trace/pubspec.yaml b/packages/stack_trace/pubspec.yaml
index 932f6488d4c2df2fc820c8353c771adc728d71eb..a4552acb37bf013a91a4d0a6ca0abe521dbb44a4 100644
--- a/packages/stack_trace/pubspec.yaml
+++ b/packages/stack_trace/pubspec.yaml
@@ -7,16 +7,14 @@ name: stack_trace
#
# When the major version is upgraded, you *must* update that version constraint
# in pub to stay in sync with this.
-version: 1.5.0
+version: 1.8.0
author: "Dart Team <misc@dartlang.org>"
-homepage: http://github.com/dart-lang/stack_trace
-description: >
- A package for manipulating stack traces and printing them readably.
-
+homepage: https://github.com/dart-lang/stack_trace
+description: A package for manipulating stack traces and printing them readably.
dependencies:
path: "^1.2.0"
dev_dependencies:
- test: "^0.12.0"
+ test: '^0.12.17'
environment:
- sdk: ">=1.8.0 <2.0.0"
+ sdk: ">=1.21.0 <2.0.0"
« no previous file with comments | « packages/stack_trace/lib/stack_trace.dart ('k') | packages/stack_trace/test/chain/chain_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698