-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
While fighting with some renovate issues that lead to missing tree-sitter in package-lock I discovered that installation of @swagger-api/[email protected]
leads to different version of tree-sitter
being installed.
The complete tree looks like this.
└─┬ [email protected]
└─┬ [email protected]
└─┬ @swagger-api/[email protected]
├─┬ @swagger-api/[email protected]
│ ├─┬ [email protected]
│ │ └── [email protected] deduped
│ └── [email protected]
└─┬ @swagger-api/[email protected]
├─┬ @tree-sitter-grammars/[email protected]
│ └── [email protected] deduped
└── [email protected]
Although I'm not sure if it will solve my renovate issues I would like to suggest to align the tree-sitter version between the different sub-packages.
Metadata
Metadata
Assignees
Labels
No labels