Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0

pull/7577/head
murgatroid99 9 years ago
parent 623e4fc0cc
commit fcb5271105
  1. 4
      examples/node/package.json
  2. 2
      package.json
  3. 4
      src/node/health_check/package.json
  4. 2
      templates/package.json.template
  5. 4
      templates/src/node/health_check/package.json.template

@ -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 @@
"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 @@
} }
], ],
"dependencies": { "dependencies": {
"grpc": "^0.15.0", "grpc": "^1.0.0-pre1",
"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 @@
"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 @@
} }
], ],
"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",

Loading…
Cancel
Save