Commit e349999
committed
fix(web): declare @repowise-dev/ui and @repowise-dev/types as workspace deps
Both packages were imported throughout packages/web but only resolved via
implicit workspace hoisting. Declaring them explicitly makes the
dependency relationship discoverable and prevents isolated installs
(e.g. cd packages/web && npm install) from failing with module-not-found.
Lockfile picks up pre-existing drift in the packages/ui entry (@xyflow/react,
fuse.js were already in packages/ui/package.json but absent from the lock).1 parent e3187d1 commit e349999
2 files changed
Lines changed: 6 additions & 0 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 | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments