Skip to content

Commit 40197e4

Browse files
renovate[bot]JustinBeckwith
authored andcommitted
fix(deps): update dependency @google-cloud/common-grpc to v1 (#478)
1 parent fc93d57 commit 40197e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"posttest": "npm run check"
4949
},
5050
"dependencies": {
51-
"@google-cloud/common-grpc": "^0.10.0",
51+
"@google-cloud/common-grpc": "^1.0.0",
5252
"@google-cloud/paginator": "^1.0.0",
5353
"@google-cloud/projectify": "^1.0.0",
5454
"@google-cloud/promisify": "^1.0.0",

src/cluster.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import {promisifyAll} from '@google-cloud/promisify';
1818
import {CallOptions, Operation as GaxOperation} from 'google-gax';
19-
import {ServiceError} from 'grpc';
19+
import {ServiceError} from '@grpc/grpc-js';
2020

2121
import {google as btTypes} from '../proto/bigtable';
2222
import {Bigtable} from '.';

0 commit comments

Comments
 (0)