From c8d72671a810750d13d327e78b0eafbd0aeac46f Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Thu, 5 Dec 2019 10:43:48 -0800 Subject: [PATCH] fix(deps): pin TypeScript below 3.7.0 --- package.json | 2 +- renovate.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2e9b325..6d3dfa6 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "mocha": "^6.1.4", "pack-n-play": "^1.0.0-2", "prettier": "^1.17.0", - "typescript": "~3.7.0" + "typescript": "3.6.4" }, "scripts": { "predocs": "npm run compile", diff --git a/renovate.json b/renovate.json index 61f31b7..9518bf3 100644 --- a/renovate.json +++ b/renovate.json @@ -14,5 +14,6 @@ "extends": "packages:linters", "groupName": "linters" } - ] + ], + "ignoreDeps": ["typescript"] }