Skip to content

Commit

Permalink
fix(deps): TypeScript 3.7.0 causes breaking change in typings (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored and kjin committed Dec 6, 2019
1 parent 432404d commit 6448c94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"timekeeper": "^2.0.0",
"tmp": "0.1.0",
"ts-node": "^8.0.0",
"typescript": "~3.6.0"
"typescript": "3.6.4"
},
"dependencies": {
"@google-cloud/common": "^2.0.0",
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"extends": "packages:linters",
"groupName": "linters"
}
]
],
"ignoreDeps": ["typescript"]
}

0 comments on commit 6448c94

Please sign in to comment.