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

Unified Diff: pubspec.yaml

Issue 2309313002: Publish linter `0.1.25`. (Closed)
Patch Set: Created 4 years, 3 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 | « CHANGELOG.md ('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 100ee37a8828d93d96ee6516c7818465fc2731d0..2686a2e0595083c68ddbc83d126385d7f400e7af 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,12 +1,12 @@
name: linter
-version: 0.1.24
+version: 0.1.25
author: Dart Team <misc@dartlang.org>
description: Style linter for Dart.
homepage: https://github.com/dart-lang/linter
environment:
sdk: '>=1.12.0 <2.0.0'
dependencies:
- analyzer: ^0.28.0-alpha.0
+ analyzer: ^0.28.2-alpha.0
args: '>=0.12.1 <0.14.0'
cli_util: ^0.0.1
glob: ^1.0.3
@@ -15,7 +15,7 @@ dependencies:
yaml: ^2.1.2
dev_dependencies:
grinder: ^0.8.0
- markdown: ^0.8.0
- matcher: ^0.11.0
- mockito: ^0.8.2
+ markdown: ^0.11.0
+ matcher: ^0.12.0
+ mockito: ^1.0.0
unittest: ^0.11.0
« no previous file with comments | « CHANGELOG.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698