| Index: packages/quiver/pubspec.yaml
|
| diff --git a/packages/quiver/pubspec.yaml b/packages/quiver/pubspec.yaml
|
| index 5948275df32eb36fb2f881fdece27696b21ee2d6..9bb53ff00f1bc08cf361b8e0fccc19684fc76d9e 100644
|
| --- a/packages/quiver/pubspec.yaml
|
| +++ b/packages/quiver/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: quiver
|
| -version: 0.21.4
|
| +version: 0.25.0
|
| authors:
|
| - Justin Fagnani <justinfagnani@google.com>
|
| - Yegor Jbanov <yjbanov@google.com>
|
| @@ -11,12 +11,13 @@ authors:
|
| - Günter Zöchbauer <guenter@gzoechbauer.com>
|
| - Sean Eagan <seaneagan1@gmail.com>
|
| - Victor Berchet <victor@suumit.com>
|
| +- Wil Pirino <willyp@google.com>
|
| description: A set of utility libraries for Dart
|
| homepage: https://github.com/google/quiver-dart
|
| environment:
|
| - sdk: '>=1.0.0 <2.0.0'
|
| + sdk: '>=1.21.0 <2.0.0'
|
| dependencies:
|
| matcher: '>=0.10.0 <0.13.0'
|
| dev_dependencies:
|
| path: '>=1.0.0 <2.0.0'
|
| - test: '>=0.12.0 <0.13.0'
|
| + test: '>=0.12.20 <=0.13.0'
|
|
|