Skip to content

Commit

Permalink
Merge pull request grpc#7577 from murgatroid99/node_dependency_update
Browse files Browse the repository at this point in the history
Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0
  • Loading branch information
nicolasnoble authored Aug 11, 2016
2 parents a6f6b6f + 7df3597 commit 54d8347
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"async": "^1.5.0",
"google-auth-library": "^0.9.2",
"google-protobuf": "^3.0.0-alpha.5",
"google-protobuf": "^3.0.0",
"istanbul": "^0.3.21",
"jsdoc": "^3.3.2",
"jshint": "^2.5.0",
Expand Down
4 changes: 2 additions & 2 deletions src/node/health_check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
}
],
"dependencies": {
"grpc": "^0.15.0",
"grpc": "^1.0.0-pre2",
"lodash": "^3.9.3",
"google-protobuf": "^3.0.0-alpha.5"
"google-protobuf": "^3.0.0"
},
"files": [
"LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion templates/package.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"async": "^1.5.0",
"google-auth-library": "^0.9.2",
"google-protobuf": "^3.0.0-alpha.5",
"google-protobuf": "^3.0.0",
"istanbul": "^0.3.21",
"jsdoc": "^3.3.2",
"jshint": "^2.5.0",
Expand Down
4 changes: 2 additions & 2 deletions templates/src/node/health_check/package.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
}
],
"dependencies": {
"grpc": "^0.15.0",
"grpc": "^${settings.node_version}",
"lodash": "^3.9.3",
"google-protobuf": "^3.0.0-alpha.5"
"google-protobuf": "^3.0.0"
},
"files": [
"LICENSE",
Expand Down

0 comments on commit 54d8347

Please sign in to comment.