Skip to content

Commit 35e0da2

Browse files
committed
Version constraint cleanup.
[email protected] Review URL: https://codereview.chromium.org//1180943003.
1 parent b7b087c commit 35e0da2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/analyzer/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ author: Dart Team <[email protected]>
44
description: Static analyzer for Dart.
55
homepage: http://www.dartlang.org
66
environment:
7-
sdk: '>=0.8.10+6 <2.0.0'
7+
sdk: '>=1.8.0 <2.0.0'
88
dependencies:
9-
args: <0.14.0
9+
args: '>=0.12.1 <0.14.0'
1010
path: '>=0.9.0 <2.0.0'
11-
plugin: <0.2.0
12-
watcher: '>=0.9.0 <0.10.0'
11+
plugin: ^0.1.0
12+
watcher: ^0.9.0
1313
yaml: ^2.1.2
1414
dev_dependencies:
1515
typed_mock: '>=0.0.4 <1.0.0'

0 commit comments

Comments
 (0)