Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 6448c94

Browse files
Benjamin E. Coekjin
authored andcommitted
fix(deps): TypeScript 3.7.0 causes breaking change in typings (#1163)
1 parent 432404d commit 6448c94

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"timekeeper": "^2.0.0",
9696
"tmp": "0.1.0",
9797
"ts-node": "^8.0.0",
98-
"typescript": "~3.6.0"
98+
"typescript": "3.6.4"
9999
},
100100
"dependencies": {
101101
"@google-cloud/common": "^2.0.0",

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"extends": "packages:linters",
1515
"groupName": "linters"
1616
}
17-
]
17+
],
18+
"ignoreDeps": ["typescript"]
1819
}

0 commit comments

Comments
 (0)