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

Unified Diff: pubspec.yaml

Issue 1664433002: Support shelf 0.7.0. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Code review changes Created 4 years, 11 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/utils.dart ('k') | test/runner/browser/chrome_test.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 ad3581ad793c910d18d66174381214c8c7b1cb2a..94f8a657be2af99d13b00f8d70cf2b0584864f64 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -18,13 +18,14 @@ dependencies:
path: '^1.2.0'
pool: '^1.2.0'
pub_semver: '^1.0.0'
- shelf: '^0.6.4'
+ shelf: '>=0.6.5 <0.8.0'
shelf_static: '^0.2.0'
- shelf_web_socket: '^0.0.1'
+ shelf_web_socket: '^0.1.0'
source_map_stack_trace: '^1.0.0'
source_maps: '^0.10.1'
source_span: '^1.0.0'
stack_trace: '^1.2.1'
+ stream_channel: '^1.1.0'
string_scanner: '^0.1.1'
yaml: '>=0.9.0 <3.0.0'
« no previous file with comments | « lib/src/utils.dart ('k') | test/runner/browser/chrome_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698