fix: Move tslib from devDependencies to dependencies in Feast UI by peruukki · Pull Request #4525 · feast-dev/feast
What this PR does / why we need it:
tslib is a runtime dependency, so it should be in dependencies instead of devDependencies. This ensures the specified version is installed also when the package is used as a module.
Which issue(s) this PR fixes:
Fixes #4521.
Misc
I was able to reproduce the problem described in #4521 with pnpm and linking @feast-dev/feast-ui from a local repository, and when I applied this fix and linked the package again, I didn't see the problem anymore. Let me know if you want more details.