Skip to content

Commit 6c957e7

Browse files
committedAug 19, 2021
[Deps] pin tsconfig-paths due to a breaking change in v3.10
See dividab/tsconfig-paths#171
1 parent 6171a7a commit 6c957e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@
114114
"pkg-up": "^2.0.0",
115115
"read-pkg-up": "^3.0.0",
116116
"resolve": "^1.20.0",
117-
"tsconfig-paths": "^3.10.1"
117+
"tsconfig-paths": "~3.9.0"
118118
}
119119
}

2 commit comments

Comments
 (2)

U-4-E-A commented on Aug 20, 2021

@U-4-E-A

This version is still 2.24.1 and some people will still be getting "tsconfig-paths": "^3.10.1" from their npm cache (I was). Might be an idea to increment the version to stop this happening in case people don't realise the issue?

ljharb commented on Aug 20, 2021

@ljharb
MemberAuthor

I will do that soon, but no node 4/5 users have complained yet.

Please sign in to comment.