From 51d39732a40a6cee00ecb5d5badfa3dbc74bd6fb Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 24 Aug 2021 14:50:19 -0700 Subject: [PATCH] [Deps] unpin `tsconfig-paths` https://github.com/dividab/tsconfig-paths/issues/171 fixed in https://github.com/dividab/tsconfig-paths/pull/173 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9369f8875..6523398cd 100644 --- a/package.json +++ b/package.json @@ -114,6 +114,6 @@ "pkg-up": "^2.0.0", "read-pkg-up": "^3.0.0", "resolve": "^1.20.0", - "tsconfig-paths": "~3.9.0" + "tsconfig-paths": "^3.11.0" } }