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"] }