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

Unified Diff: packages/smoke/pubspec.yaml

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years 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/smoke/lib/static.dart ('k') | packages/smoke/test/args_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/smoke/pubspec.yaml
diff --git a/packages/smoke/pubspec.yaml b/packages/smoke/pubspec.yaml
index 5e7cd830d0b9435e0f744216e5bb56f3b6f356c4..58f0a8078d15b634d92c4422babc7d375077d64c 100644
--- a/packages/smoke/pubspec.yaml
+++ b/packages/smoke/pubspec.yaml
@@ -1,5 +1,5 @@
name: smoke
-version: 0.3.5
+version: 0.3.6
author: Polymer.dart Authors <web-ui-dev@dartlang.org>
homepage: https://github.com/dart-lang/smoke
description: >
@@ -9,7 +9,7 @@ description: >
dependencies:
barback: ">=0.9.0 <0.16.0"
logging: ">=0.9.0 <0.12.0"
- analyzer: ">=0.13.0 <0.27.0"
+ analyzer: "^0.27.0"
# TODO(sigmund): once we have some easier way to do global app-level
# transformers, we might want to remove this transformer here and only apply it
# in apps that need it.
@@ -17,8 +17,8 @@ transformers:
- smoke/src/default_transformer:
$include: lib/src/implementation.dart
dev_dependencies:
- unittest: ">=0.10.0 <0.12.0"
- path: ">=1.0.0 <2.0.0"
- code_transformers: ">=0.2.0 <0.3.0"
+ test: "^0.12.0"
+ path: "^1.0.0"
+ code_transformers: "^0.3.0"
environment:
- sdk: ">=1.3.0-dev.7.9 <2.0.0"
+ sdk: ">=1.12.0 <2.0.0"
« no previous file with comments | « packages/smoke/lib/static.dart ('k') | packages/smoke/test/args_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698