Skip to content

Commit e54ef75

Browse files
author
Benjamin E. Coe
authored
fix(deps): pin TypeScript below 3.7.0
1 parent 325ca74 commit e54ef75

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"proxyquire": "^2.1.0",
9595
"restify": "^8.3.3",
9696
"source-map-support": "^0.5.12",
97-
"typescript": "~3.7.0",
97+
"typescript": "3.6.4",
9898
"uuid": "^3.3.2"
9999
}
100100
}

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)