mirror of
https://github.com/apple/pkl.git
synced 2026-08-24 04:34:02 +02:00
The version of local project dependencies should _always_ exactly match up with what's declared in a PklProject.deps.json; any package in the transitive dependency tree should always be delcaring the same import too. Closes #1591