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

Unified Diff: packages/dart_style/pubspec.yaml

Issue 2990843002: Removed fixed dependencies (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 | « packages/dart_style/lib/src/whitespace.dart ('k') | packages/dart_style/test/command_line_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/dart_style/pubspec.yaml
diff --git a/packages/dart_style/pubspec.yaml b/packages/dart_style/pubspec.yaml
index c165eb816351917b4452075ea4b6cd2fca02473e..20c73100845f60d258c140d4f28cd000fb43013c 100644
--- a/packages/dart_style/pubspec.yaml
+++ b/packages/dart_style/pubspec.yaml
@@ -1,19 +1,22 @@
name: dart_style
-version: 0.2.1
+# Note: See tool/grind.dart for how to bump the version.
+version: 0.2.16
author: Dart Team <misc@dartlang.org>
description: Opinionated, automatic Dart source code formatter.
homepage: https://github.com/dart-lang/dart_style
environment:
sdk: ">=1.8.0 <2.0.0"
dependencies:
- analyzer: '>=0.25.0 <0.27.0'
+ analyzer: '^0.29.5'
args: '>=0.12.1 <0.14.0'
path: '>=1.0.0 <2.0.0'
source_span: '>=1.1.1 <2.0.0'
dev_dependencies:
async: '>=1.0.0 <=2.0.0'
browser: '>=0.10.0 <0.11.0'
- grinder: '^0.7.2'
+ grinder: '^0.8.0'
+ js: ^0.6.0
+ node_preamble: ^1.0.0
pub_semver: '^1.2.3'
scheduled_test: '>=0.12.0 <0.13.0'
test: '>=0.12.0 <0.13.0'
« no previous file with comments | « packages/dart_style/lib/src/whitespace.dart ('k') | packages/dart_style/test/command_line_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698