Skip to content

Commit 5b86ac8

Browse files
fix: match grpc version to gax (#141)
1 parent 25c6d5c commit 5b86ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"node": ">=8"
3333
},
3434
"dependencies": {
35-
"@grpc/grpc-js": "^1.1.1"
35+
"@grpc/grpc-js": "~1.5.0"
3636
},
3737
"devDependencies": {
3838
"@grpc/proto-loader": "^0.6.2",

0 commit comments

Comments
 (0)