From 5f55cbaebc7fab33d4f1f6561714a122ca7ff661 Mon Sep 17 00:00:00 2001 From: Irakli Gozalishvili Date: Thu, 17 Dec 2020 07:53:23 -0800 Subject: [PATCH] feat: upgrade ts to 4.1.x (#689) BREAKING CHANGE: at least js-ipfs monorepo fails with ts 4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 37269a553..f7b1d73f8 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "strip-json-comments": "^3.1.1", "terser-webpack-plugin": "^3.0.5", "typedoc": "^0.19.2", - "typescript": "4.0.x", + "typescript": "4.1.x", "update-notifier": "^5.0.0", "webpack": "^4.43.0", "webpack-bundle-analyzer": "^3.7.0",