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

Side by Side Diff: pubspec.yaml

Issue 2184303002: Make pub strong-mode clean. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Code review changes Created 4 years, 4 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 unified diff | Download patch
« no previous file with comments | « lib/src/validator/sdk_constraint.dart ('k') | test/dependency_computer/utils.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: pub 1 name: pub
2 2
3 # Pub is not yet ready to release as a user-accessible package. 3 # Pub is not yet ready to release as a user-accessible package.
4 version: 1.0.0-unreleased 4 version: 1.0.0-unreleased
5 5
6 dependencies: 6 dependencies:
7 # Note: Pub's test infrastructure assumes that any dependencies used in tests 7 # Note: Pub's test infrastructure assumes that any dependencies used in tests
8 # will be hosted dependencies. 8 # will be hosted dependencies.
9 analyzer: ">=0.25.0 <0.28.0" 9 analyzer: ">=0.25.0 <0.28.0"
10 args: "^0.13.0" 10 args: "^0.13.5"
11 async: "^1.5.0"
11 barback: "^0.15.2" 12 barback: "^0.15.2"
13 collection: "^1.8.0"
12 compiler_unsupported: "^1.13.0-dev" 14 compiler_unsupported: "^1.13.0-dev"
13 crypto: ">=1.0.0 <3.0.0" 15 crypto: ">=1.0.0 <3.0.0"
14 glob: "^1.0.0" 16 glob: "^1.0.0"
15 http: "^0.11.0" 17 http: "^0.11.0"
16 http_multi_server: ">=1.0.0 <3.0.0" 18 http_multi_server: ">=1.0.0 <3.0.0"
17 http_throttle: "^1.0.0" 19 http_throttle: "^1.0.0"
18 json_rpc_2: "^2.0.0" 20 json_rpc_2: "^2.0.0"
19 mime: "^0.9.0" 21 mime: "^0.9.0"
20 oauth2: "^1.0.0" 22 oauth2: "^1.0.0"
21 package_config: "^0.1.1" 23 package_config: "^0.1.1"
22 path: "^1.2.0" 24 path: "^1.2.0"
23 pool: "^1.0.0" 25 pool: "^1.0.0"
24 pub_semver: "^1.2.0" 26 pub_semver: "^1.2.0"
25 shelf: ">=0.6.0 <0.7.0" 27 shelf: ">=0.6.0 <0.7.0"
26 shelf_web_socket: "^0.2.0" 28 shelf_web_socket: "^0.2.0"
27 source_span: "^1.0.0" 29 source_span: "^1.0.0"
28 stack_trace: "^1.0.0" 30 stack_trace: "^1.0.0"
29 string_scanner: "^0.1.0" 31 string_scanner: "^0.1.0"
30 watcher: "^0.9.2" 32 watcher: "^0.9.2"
31 web_socket_channel: "^1.0.0" 33 web_socket_channel: "^1.0.0"
32 yaml: "^2.0.0" 34 yaml: "^2.0.0"
33 35
34 dev_dependencies: 36 dev_dependencies:
35 scheduled_test: "^0.12.0" 37 scheduled_test: "^0.12.0"
36 test: "^0.12.3+3" 38 test: "^0.12.3+3"
37 39
38 environment: 40 environment:
39 sdk: ">=1.11.0 <2.0.0" 41 sdk: ">=1.11.0 <2.0.0"
OLDNEW
« no previous file with comments | « lib/src/validator/sdk_constraint.dart ('k') | test/dependency_computer/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698