Skip to content

Commit fcb5271

Browse files
committed
Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0
1 parent 623e4fc commit fcb5271

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

examples/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.1.0",
44
"dependencies": {
55
"async": "^1.5.2",
6-
"google-protobuf": "^3.0.0-alpha.5",
7-
"grpc": "^0.14.0",
6+
"google-protobuf": "^3.0.0",
7+
"grpc": "^1.0.0",
88
"lodash": "^4.6.1",
99
"minimist": "^1.2.0"
1010
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"async": "^1.5.0",
3737
"google-auth-library": "^0.9.2",
38-
"google-protobuf": "^3.0.0-alpha.5",
38+
"google-protobuf": "^3.0.0",
3939
"istanbul": "^0.3.21",
4040
"jsdoc": "^3.3.2",
4141
"jshint": "^2.5.0",

src/node/health_check/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
}
1616
],
1717
"dependencies": {
18-
"grpc": "^0.15.0",
18+
"grpc": "^1.0.0-pre1",
1919
"lodash": "^3.9.3",
20-
"google-protobuf": "^3.0.0-alpha.5"
20+
"google-protobuf": "^3.0.0"
2121
},
2222
"files": [
2323
"LICENSE",

templates/package.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"async": "^1.5.0",
3939
"google-auth-library": "^0.9.2",
40-
"google-protobuf": "^3.0.0-alpha.5",
40+
"google-protobuf": "^3.0.0",
4141
"istanbul": "^0.3.21",
4242
"jsdoc": "^3.3.2",
4343
"jshint": "^2.5.0",

templates/src/node/health_check/package.json.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
}
1818
],
1919
"dependencies": {
20-
"grpc": "^0.15.0",
20+
"grpc": "^${settings.node_version}",
2121
"lodash": "^3.9.3",
22-
"google-protobuf": "^3.0.0-alpha.5"
22+
"google-protobuf": "^3.0.0"
2323
},
2424
"files": [
2525
"LICENSE",

0 commit comments

Comments
 (0)