Commit 322f6ff
authored
fix: Plugin peer dependencies do not get versions from lerna (#1517)
Apparently lerna doesn't treat `file` items in peer dependencies the
same as it does for regular or dev dependencies. They don't get replaced
and make the peer dependency unfindable.
Compare these 2. In peer dependencies for plugin it lists
`file:../dashboard` instead of an actual version. But for regular
dependencies in components, they get a version.
https://unpkg.com/@deephaven/plugin@0.48.0/package.json
https://unpkg.com/@deephaven/components@0.48.0/package.json1 parent a1de0f6 commit 322f6ff
2 files changed
Lines changed: 10 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments