aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-08-11 14:23:26 -0700
committerGravatar GitHub <noreply@github.com>2016-08-11 14:23:26 -0700
commit54d834784d2bb87adf48de55db4cb120678867da (patch)
tree4c80ed10767e1edf5d6813a15c94abf3720dc4a3 /examples
parenta6f6b6f4c9816e9ade3a5e997a9bc9b29224858f (diff)
parent7df3597eb0953f826487ed670bf0613e59542a0e (diff)
Merge pull request #7577 from murgatroid99/node_dependency_update
Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0
Diffstat (limited to 'examples')
-rw-r--r--examples/node/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/node/package.json b/examples/node/package.json
index 2cae031175..6317838295 100644
--- a/examples/node/package.json
+++ b/examples/node/package.json
@@ -3,8 +3,8 @@
"version": "0.1.0",
"dependencies": {
"async": "^1.5.2",
- "google-protobuf": "^3.0.0-alpha.5",
- "grpc": "^0.14.0",
+ "google-protobuf": "^3.0.0",
+ "grpc": "^1.0.0",
"lodash": "^4.6.1",
"minimist": "^1.2.0"
}