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

Side by Side Diff: pkg/kernel/pubspec.yaml

Issue 2985103002: Analyzer 0.31.0-alpha.0 (Closed)
Patch Set: Created 3 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 | « pkg/front_end/pubspec.yaml ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: kernel 1 name: kernel
2 version: 0.3.0-alpha.1 2 version: 0.3.0-alpha.2
3 author: Dart Team <misc@dartlang.org> 3 author: Dart Team <misc@dartlang.org>
4 description: Dart IR (Intermediate Representation) 4 description: Dart IR (Intermediate Representation)
5 homepage: https://github.com/dart-lang/kernel 5 homepage: https://github.com/dart-lang/kernel
6 environment: 6 environment:
7 sdk: ">=1.8.0" 7 sdk: ">=1.8.0 <2.0.0-dev.infinity"
8 dependencies: 8 dependencies:
9 path: ^1.3.9 9 path: ^1.3.9
10 args: ^0.13.4 10 args: ^0.13.4
11 logging: ^0.11.2 11 logging: ^0.11.2
12 package_config: ^1.0.0 12 package_config: ^1.0.0
13 dev_dependencies: 13 dev_dependencies:
14 analyzer: ^0.30.0 14 analyzer: '>=0.30.0 <0.32.0'
15 front_end: 0.1.0-alpha.4 15 front_end: 0.1.0-alpha.5
16 test: ^0.12.15+6 16 test: ^0.12.15+6
17 stack_trace: ^1.6.6 17 stack_trace: ^1.6.6
18 ansicolor: ^0.0.9 18 ansicolor: ^0.0.9
19 test_reflective_loader: ^0.1.0 19 test_reflective_loader: ^0.1.0
20 testing: 20 testing:
21 git: 21 git:
22 url: https://github.com/peter-ahe-google/testing.git 22 url: https://github.com/peter-ahe-google/testing.git
23 ref: 2e196d5 23 ref: 2e196d5
OLDNEW
« no previous file with comments | « pkg/front_end/pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698