Skip to content

Commit

Permalink
fix(deps): update dependency @google-cloud/common-grpc to v1 (googlea…
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JustinBeckwith committed May 14, 2019
1 parent fc93d57 commit 40197e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"posttest": "npm run check"
},
"dependencies": {
"@google-cloud/common-grpc": "^0.10.0",
"@google-cloud/common-grpc": "^1.0.0",
"@google-cloud/paginator": "^1.0.0",
"@google-cloud/projectify": "^1.0.0",
"@google-cloud/promisify": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

import {google as btTypes} from '../proto/bigtable';
import {Bigtable} from '.';
Expand Down

0 comments on commit 40197e4

Please sign in to comment.