From fbb1290fefaaa3eae135bce02913e54be638547e Mon Sep 17 00:00:00 2001 From: "Chris West (Faux)" Date: Mon, 15 Jun 2020 10:57:25 +0100 Subject: [PATCH] fix: hack: revert typescript -> 3.8, sinon fix Typescript 3.9 breaks sinon stubbing in some of our APIs, which breaks tests in other services. It does not break tests in this service. Those other services need to be fixed to not need this, but, for now, let's just rollback. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c4ac91..9688f86 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "ts-jest": "^25", "ts-node": "^8", "tslint": "^6", - "typescript": "^3.9.3" + "typescript": "~3.8.3" }, "dependencies": { "@snyk/graphlib": "2.1.9-patch",