-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Description
Describe the bug
This package has typescript dependency pinned to ~4.2 which causes issues in projects that require new version of typescript. Installing later version of typescript in the project causes various weird errors due to two versions of typescript being present in the project. What's the reason for pinning old version?
To Reproduce
The issue can be reproduced on the https://github.com/rchl/lsp-log-parser/ project after removing resolutions from package.json.
Expected behavior
No errors after installing new version of typescript in the project
or
don't pin old version of typescript in dependencies
Additional context
This issue can be worked around by using yarn resolutions.
blimmer, matepapp, homerjam, svili, joaopedrodcf and 1 more
Metadata
Metadata
Assignees
Labels
No labels