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

Unified Diff: pubspec.yaml

Issue 2184543002: Use the package_resolver package. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 4 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 | « lib/src/util/stack_trace_mapper.dart ('k') | test/io.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 6a4d8e5bdd0c02b63a97843dd4b5a7fb3f108139..c67e91d02f92f55031b1cb64776736664e4cc214 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,10 +1,10 @@
name: test
-version: 0.12.15+1
+version: 0.12.15+2
author: Dart Team <misc@dartlang.org>
description: A library for writing dart unit tests.
homepage: https://github.com/dart-lang/test
environment:
- sdk: '>=1.13.0 <1.20.0'
+ sdk: '>=1.14.0 <2.0.0'
dependencies:
analyzer: '>=0.23.0 <0.28.0'
args: '^0.13.1'
@@ -14,13 +14,15 @@ dependencies:
collection: '^1.8.0'
glob: '^1.0.0'
http_multi_server: '>=1.0.0 <3.0.0'
+ package_resolver: '^1.0.0'
path: '^1.2.0'
pool: '^1.2.0'
pub_semver: '^1.0.0'
shelf: '>=0.6.5 <0.8.0'
+ shelf_packages_handler: '^1.0.0'
shelf_static: '^0.2.0'
shelf_web_socket: '^0.2.0'
- source_map_stack_trace: '^1.0.0'
+ source_map_stack_trace: '^1.1.0'
source_maps: '^0.10.1'
source_span: '^1.0.0'
stack_trace: '^1.2.1'
« no previous file with comments | « lib/src/util/stack_trace_mapper.dart ('k') | test/io.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698