Skip to content

Commit

Permalink
chore(deps): use google-gax v1.6.0 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster authored Sep 19, 2019
1 parent b47fda9 commit ce6276a
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 @@ -44,7 +44,7 @@
"c8": "^5.0.1",
"codecov": "^3.0.4",
"espower-typescript": "^9.0.0",
"google-gax": "^1.5.0",
"google-gax": "^1.6.0",
"gts": "^1.0.0",
"intelli-espower-loader": "^1.0.1",
"mocha": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/typescript_gapic/package.json.njk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"!build/src/**/*.map"
],
"dependencies": {
"google-gax": "^1.5.0"
"google-gax": "^1.6.0"
},
"devDependencies": {
"@types/mocha": "^5.2.5",
Expand Down

0 comments on commit ce6276a

Please sign in to comment.