Skip to content

Commit

Permalink
[Deps] pin tsconfig-paths due to a breaking change in v3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 19, 2021
1 parent 6171a7a commit 6c957e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@
"pkg-up": "^2.0.0",
"read-pkg-up": "^3.0.0",
"resolve": "^1.20.0",
"tsconfig-paths": "^3.10.1"
"tsconfig-paths": "~3.9.0"
}
}

2 comments on commit 6c957e7

@U-4-E-A
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Member Author

@ljharb ljharb commented on 6c957e7 Aug 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Please sign in to comment.