watson-developer-cloud / discovery-components

IBM Watson Discovery components
https://watson-developer-cloud.github.io/discovery-components/storybook
Apache License 2.0
22 stars 38 forks source link

chore: link to workspace packages #514

Closed jhpedemonte closed 1 year ago

jhpedemonte commented 1 year ago

What do these changes do/fix?

Link the packages used by example app to those in the workspaces, instead of using specific version values. This avoids having build errors when yarn.lock contains downlevel versions. See https://yarnpkg.com/features/workspaces#workspace-ranges-workspace for details.

How do you test/verify these changes?

Run example app and verify that it still works.

Have you documented your changes (if necessary)?

Are there any breaking changes included in this pull request?