Skip to content

Commit aab7e08

Browse files
nateboschmatanlurey
authored andcommitted
Prune dependencies (#240)
- package:collection is only used under test/ so move it to dev_dependencies. - Drop dev_dependencies on no-longer used package build_runner and mockito.
1 parent d250de7 commit aab7e08

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pubspec.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@ environment:
88
dependencies:
99
analyzer: '>=0.29.10 <0.31.0'
1010
build: ^0.9.0
11-
collection: ^1.1.2
1211
dart_style: '>=0.1.7 <2.0.0'
1312
path: ^1.3.2
1413
source_span: ^1.4.0
1514
dev_dependencies:
16-
build_runner: ^0.3.2
1715
build_test: ^0.6.0
16+
collection: ^1.1.2
1817
cli_util: '>=0.1.0 <0.2.0'
1918
meta: ^1.0.5
20-
mockito: '>=0.11.0 <3.0.0'
2119
test: ^0.12.3
2220
_test_annotations:
2321
path: ./_test_annotations

0 commit comments

Comments
 (0)