Skip to content
Snippets Groups Projects
Commit 54d83478 authored by Nicolas Noble's avatar Nicolas Noble Committed by GitHub
Browse files

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
parents a6f6b6f4 7df3597e
Branches
Tags
No related merge requests found
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"async": "^1.5.2", "async": "^1.5.2",
"google-protobuf": "^3.0.0-alpha.5", "google-protobuf": "^3.0.0",
"grpc": "^0.14.0", "grpc": "^1.0.0",
"lodash": "^4.6.1", "lodash": "^4.6.1",
"minimist": "^1.2.0" "minimist": "^1.2.0"
} }
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
"devDependencies": { "devDependencies": {
"async": "^1.5.0", "async": "^1.5.0",
"google-auth-library": "^0.9.2", "google-auth-library": "^0.9.2",
"google-protobuf": "^3.0.0-alpha.5", "google-protobuf": "^3.0.0",
"istanbul": "^0.3.21", "istanbul": "^0.3.21",
"jsdoc": "^3.3.2", "jsdoc": "^3.3.2",
"jshint": "^2.5.0", "jshint": "^2.5.0",
......
...@@ -15,9 +15,9 @@ ...@@ -15,9 +15,9 @@
} }
], ],
"dependencies": { "dependencies": {
"grpc": "^0.15.0", "grpc": "^1.0.0-pre2",
"lodash": "^3.9.3", "lodash": "^3.9.3",
"google-protobuf": "^3.0.0-alpha.5" "google-protobuf": "^3.0.0"
}, },
"files": [ "files": [
"LICENSE", "LICENSE",
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
"devDependencies": { "devDependencies": {
"async": "^1.5.0", "async": "^1.5.0",
"google-auth-library": "^0.9.2", "google-auth-library": "^0.9.2",
"google-protobuf": "^3.0.0-alpha.5", "google-protobuf": "^3.0.0",
"istanbul": "^0.3.21", "istanbul": "^0.3.21",
"jsdoc": "^3.3.2", "jsdoc": "^3.3.2",
"jshint": "^2.5.0", "jshint": "^2.5.0",
......
...@@ -17,9 +17,9 @@ ...@@ -17,9 +17,9 @@
} }
], ],
"dependencies": { "dependencies": {
"grpc": "^0.15.0", "grpc": "^${settings.node_version}",
"lodash": "^3.9.3", "lodash": "^3.9.3",
"google-protobuf": "^3.0.0-alpha.5" "google-protobuf": "^3.0.0"
}, },
"files": [ "files": [
"LICENSE", "LICENSE",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment