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

Unified Diff: pkg/front_end/pubspec.yaml

Issue 2985103002: Analyzer 0.31.0-alpha.0 (Closed)
Patch Set: Created 3 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 | « pkg/analyzer/pubspec.yaml ('k') | pkg/kernel/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/pubspec.yaml
diff --git a/pkg/front_end/pubspec.yaml b/pkg/front_end/pubspec.yaml
index c084626badde1f6d12bb77450bc92b422162185a..f05e31efcee6dcb0d2481f55899ba1a2698ad876 100644
--- a/pkg/front_end/pubspec.yaml
+++ b/pkg/front_end/pubspec.yaml
@@ -1,12 +1,12 @@
name: front_end
-version: 0.1.0-alpha.4
+version: 0.1.0-alpha.5
author: Dart Team <misc@dartlang.org>
description: Front end for compilation of Dart code.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/front_end
environment:
- sdk: '>=1.12.0 <2.0.0'
+ sdk: '>=1.12.0 <2.0.0-dev.infinity'
dependencies:
- kernel: 0.3.0-alpha.1
+ kernel: 0.3.0-alpha.2
path: '^1.3.9'
source_span: '^1.2.3'
dev_dependencies:
« no previous file with comments | « pkg/analyzer/pubspec.yaml ('k') | pkg/kernel/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698