From 1051232d17a8639567b063a1ef3a41409e64ec5e Mon Sep 17 00:00:00 2001 From: Alexandre Ardhuin Date: Fri, 7 Sep 2018 10:09:52 +0200 Subject: [PATCH] bump versions for dart 2 (#117) --- example/googleapis/pubspec.yaml | 6 +++--- example/helloworld/pubspec.yaml | 6 +++--- example/metadata/pubspec.yaml | 6 +++--- example/route_guide/pubspec.yaml | 6 +++--- interop/pubspec.yaml | 8 ++++---- pubspec.yaml | 2 +- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/example/googleapis/pubspec.yaml b/example/googleapis/pubspec.yaml index 1c0955a..3620b1c 100644 --- a/example/googleapis/pubspec.yaml +++ b/example/googleapis/pubspec.yaml @@ -3,13 +3,13 @@ description: Dart gRPC client sample for Google APIs homepage: https://github.com/dart-lang/grpc-dart environment: - sdk: '>=1.24.3 <2.0.0' + sdk: '>=2.0.0 <3.0.0' dependencies: async: '>=1.13.3 <3.0.0' grpc: path: ../../ - protobuf: ^0.7.0 + protobuf: ^0.10.1 dev_dependencies: - test: ^0.12.0 + test: ^1.3.0 diff --git a/example/helloworld/pubspec.yaml b/example/helloworld/pubspec.yaml index 6c38e07..9f14b4a 100644 --- a/example/helloworld/pubspec.yaml +++ b/example/helloworld/pubspec.yaml @@ -3,13 +3,13 @@ description: Dart gRPC sample client and server. homepage: https://github.com/dart-lang/grpc-dart environment: - sdk: '>=1.24.3 <2.0.0' + sdk: '>=2.0.0 <3.0.0' dependencies: async: '>=1.13.3 <3.0.0' grpc: path: ../../ - protobuf: ^0.7.0 + protobuf: ^0.10.1 dev_dependencies: - test: ^0.12.0 + test: ^1.3.0 diff --git a/example/metadata/pubspec.yaml b/example/metadata/pubspec.yaml index 7962cd5..7dfd33c 100644 --- a/example/metadata/pubspec.yaml +++ b/example/metadata/pubspec.yaml @@ -3,13 +3,13 @@ description: Dart gRPC sample client and server. homepage: https://github.com/dart-lang/grpc-dart environment: - sdk: '>=1.24.3 <2.0.0' + sdk: '>=2.0.0 <3.0.0' dependencies: async: '>=1.13.3 <3.0.0' grpc: path: ../../ - protobuf: ^0.7.0 + protobuf: ^0.10.1 dev_dependencies: - test: ^0.12.0 + test: ^1.3.0 diff --git a/example/route_guide/pubspec.yaml b/example/route_guide/pubspec.yaml index ec5956e..b247184 100644 --- a/example/route_guide/pubspec.yaml +++ b/example/route_guide/pubspec.yaml @@ -3,13 +3,13 @@ description: Dart gRPC sample client and server. homepage: https://github.com/dart-lang/grpc-dart environment: - sdk: '>=1.24.3 <2.0.0' + sdk: '>=2.0.0 <3.0.0' dependencies: async: '>=1.13.3 <3.0.0' grpc: path: ../../ - protobuf: ^0.7.0 + protobuf: ^0.10.1 dev_dependencies: - test: ^0.12.0 + test: ^1.3.0 diff --git a/interop/pubspec.yaml b/interop/pubspec.yaml index 845993b..9432b81 100644 --- a/interop/pubspec.yaml +++ b/interop/pubspec.yaml @@ -3,15 +3,15 @@ description: Dart gRPC interoperability test suite. homepage: https://github.com/dart-lang/grpc-dart environment: - sdk: '>=1.24.3 <2.0.0' + sdk: '>=2.0.0 <3.0.0' dependencies: - args: ^0.13.0 + args: ^1.5.0 async: '>=1.13.3 <3.0.0' collection: ^1.14.2 grpc: path: ../ - protobuf: ^0.7.0 + protobuf: ^0.10.1 dev_dependencies: - test: ^0.12.0 + test: ^1.3.0 diff --git a/pubspec.yaml b/pubspec.yaml index de07d6d..8ac86e7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ author: Dart Team homepage: https://github.com/dart-lang/grpc-dart environment: - sdk: '>=2.0.0-dev.58.0 <3.0.0' + sdk: '>=2.0.0 <3.0.0' dependencies: async: '>=1.13.3 <3.0.0'