-
Task
-
Resolution: Duplicate
-
Normal
-
None
-
None
-
2
-
False
-
-
False
-
None
-
Unset
-
None
-
-
From Bryan over slack:
frontend-components has a dependency on rbac-client: https://github.com/search?q=repo%3ARedHatInsights%2Ffrontend-components+%22-client%27%22&type=code, and since they depend on frontend-components they have a transitive dependency on that client as well and are unsure how to upgrade. Many use the frontend-starter-app for guidance, and the frontend-starter-app has a reference to frontend-components (creating this transitive dep): https://github.com/RedHatInsights/frontend-starter-app/blob/master/package.json#L24
We should:
- Update frontend-components to use the latest client
- Publish a new version of frontend components (since the client is used internally - I'm not sure there will be any change in behavior to those using the package; unless the API spec changed)
- Update the frontend starter app to use this new version of frontend-components
https://github.com/RedHatInsights/frontend-components/blob/master/packages/utils/package.json#L30
https://github.com/RedHatInsights/frontend-components/blob/master/packages/types/package.json#L18