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

Unified Diff: pubspec.yaml

Issue 1765653002: Use the new web_socket_channel package. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 4 years, 10 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/barback/web_socket_api.dart ('k') | no next file » | 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 e8068e85400f15544cf558abe6dc53ba56a5f263..aedae656e3fbc91cba423b4fcefc33d73d03487c 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -14,22 +14,22 @@ dependencies:
glob: "^1.0.0"
http: "^0.11.0"
http_multi_server: ">=1.0.0 <3.0.0"
- http_parser: ">=2.1.0 <3.0.0"
http_throttle: "^1.0.0"
json_rpc_2: "^2.0.0"
mime: "^0.9.0"
oauth2: "^1.0.0"
+ package_config: "^0.1.1"
path: "^1.2.0"
pool: "^1.0.0"
pub_semver: "^1.2.0"
shelf: ">=0.6.0 <0.7.0"
- shelf_web_socket: "^0.1.0"
+ shelf_web_socket: "^0.2.0"
source_span: "^1.0.0"
stack_trace: "^1.0.0"
string_scanner: "^0.1.0"
watcher: "^0.9.2"
+ web_socket_channel: "^1.0.0"
yaml: "^2.0.0"
- package_config: "^0.1.1"
dev_dependencies:
scheduled_test: "^0.12.0"
« no previous file with comments | « lib/src/barback/web_socket_api.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698