From fcb5271105ec2c439f83ec3cce6456b73824b6be Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Fri, 29 Jul 2016 10:44:01 -0700 Subject: Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0 --- src/node/health_check/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/node/health_check') diff --git a/src/node/health_check/package.json b/src/node/health_check/package.json index 582d560101..bdacb66825 100644 --- a/src/node/health_check/package.json +++ b/src/node/health_check/package.json @@ -15,9 +15,9 @@ } ], "dependencies": { - "grpc": "^0.15.0", + "grpc": "^1.0.0-pre1", "lodash": "^3.9.3", - "google-protobuf": "^3.0.0-alpha.5" + "google-protobuf": "^3.0.0" }, "files": [ "LICENSE", -- cgit v1.2.3