Skip to content

Commit 6be7330

Browse files
chore(deps): replace grpc with @grpc/grpc-js and @grpc/proto-loader
1 parent d3e50be commit 6be7330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

endpoints/getting-started-grpc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"test": "mocha --exit system-test/*.test.js --timeout=60000"
1818
},
1919
"dependencies": {
20-
"grpc": "^1.18.0",
20+
"@grpc/grpc-js": "^1.13.3",
21+
"@grpc/proto-loader": "^0.7.15",
2122
"yargs": "^17.0.0"
2223
},
2324
"devDependencies": {
@@ -26,4 +27,3 @@
2627
"wait-port": "^1.0.4"
2728
}
2829
}
29-

0 commit comments

Comments
 (0)