Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Orchestrator: Fix react and react-dom dependencies #1629

Open
schultzp2020 opened this issue May 9, 2024 · 2 comments
Open

Orchestrator: Fix react and react-dom dependencies #1629

schultzp2020 opened this issue May 9, 2024 · 2 comments

Comments

@schultzp2020
Copy link
Member

Describe the bug

Presently, the orchestrator plugin necessitates react and react-dom to be set as dev dependencies for proper resolution of react@18 instead of react@17. This requirement arises due to the dependency on @kie-tools-core/* and @kie-tools/*, which currently depend on react@17. Consequently, eliminating the dev dependency on react and react-dom would result in the orchestrator plugin encountering conflicting versions of react. Additionally, plugins should abstain from specifying versions of react and react-dom, as this resolution should occur within the backstage instance.

Solution

  1. Update the dependencies of @kie-tools-core/* and @kie-tools/* to depend on react@18.
  2. Remove react and react-dom as dev dependencies.

Expected Behavior

The plugin should work with react and react-dom set only as a peer dependency.

What are the steps to reproduce this bug?

  1. Remove react and react-dom as a dev dependency
Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
1. You might have mismatching versions of React and the renderer (such as React DOM)   
2. You might be breaking the Rules of Hooks
3. You might have more than one copy of React in the same app
See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.

Notice the two different versions of react.

$ npm ls react
npm ERR! code ELSPROBLEMS
npm ERR! invalid: [email protected] C:\Programming\Work\backstage-plugins\node_modules\react
npm ERR! extraneous: [email protected] C:\Programming\Work\backstage-plugins\node_modules\@kie-tools-core\editor\node_modules\react
npm ERR! extraneous: [email protected] C:\Programming\Work\backstage-plugins\node_modules\@kie-tools-core\envelope-bus\node_modules\react
npm ERR! extraneous: [email protected] C:\Programming\Work\backstage-plugins\node_modules\@kie-tools-core\envelope\node_modules\react
npm ERR! extraneous: [email protected] C:\Programming\Work\backstage-plugins\node_modules\@kie-tools-core\i18n\node_modules\react
npm ERR! extraneous: [email protected] C:\Programming\Work\backstage-plugins\node_modules\@kie-tools-core\keyboard-shortcuts\node_modules\react
[email protected] C:\Programming\Work\backstage-plugins
├─┬ @janus-idp/[email protected] -> .\plugins\orchestrator
│ ├─┬ @backstage/[email protected]
│ │ ├─┬ @backstage/[email protected]
│ │ │ ├─┬ @emotion/[email protected]
│ │ │ │ ├─┬ @emotion/[email protected]
│ │ │ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || 
^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/pickers, "^15.0.0 || ^16.0.0 || ^17.0.0" from node_modules/material-ui-popup-state
│ │ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux
│ │ │ ├─┬ @emotion/[email protected]
│ │ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ │ ├─┬ @backstage/[email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ │ ├─┬ @material-table/[email protected]
│ │ │ ├─┬ @material-ui/[email protected]
│ │ │ │ ├── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/pickers
│ │ │ │ └─┬ [email protected]
│ │ │ │   └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || 
^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/pickers, "^15.0.0 || ^16.0.0 || ^17.0.0" from node_modules/material-ui-popup-state
│ │ │ ├─┬ [email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || 
^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/pickers, "^15.0.0 || ^16.0.0 || ^17.0.0" from node_modules/material-ui-popup-state
│ │ │ │ ├── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/pickers
│ │ │ │ └─┬ [email protected]
│ │ │ │   └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || 
^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/pickers, "^15.0.0 || ^16.0.0 || ^17.0.0" from node_modules/material-ui-popup-state
│ │ │ ├─┬ [email protected]
│ │ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/pickers
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ │ ├─┬ @react-hookz/[email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ │ ├─┬ [email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ │ ├─┬ [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/pickers
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ │ ├─┬ [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/pickers
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ │ ├─┬ [email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ │ ├─┬ [email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ │ ├─┬ [email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ │ ├─┬ [email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ │ ├─┬ [email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ │ ├─┬ [email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ │ ├─┬ [email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ │ ├─┬ [email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ │ └── [email protected] deduped
│ ├─┬ @backstage/[email protected]
│ │ └── [email protected] deduped
│ ├─┬ @backstage/[email protected]
│ │ ├─┬ @backstage/[email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ │ ├─┬ @backstage/[email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ │ ├─┬ @backstage/[email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ │ ├─┬ @backstage/[email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/pickers, "^15.0.0 || ^16.0.0 || ^17.0.0" from node_modules/material-ui-popup-state
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ │ └── [email protected] deduped
│ ├─┬ @backstage/[email protected]
│ │ ├─┬ @backstage/[email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ │ ├─┬ @backstage/[email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ │ ├─┬ @backstage/[email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ │ ├─┬ @backstage/[email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ │ ├─┬ @mui/[email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ │ └── [email protected] deduped
│ ├─┬ @backstage/[email protected]
│ │ └── [email protected] deduped
│ ├─┬ @kie-tools-core/[email protected]
│ │ ├─┬ @kie-tools-core/[email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ └── [email protected] deduped
│ │ │ └── [email protected]
│ │ ├─┬ @kie-tools-core/[email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ └── [email protected] deduped
│ │ │ └── [email protected]
│ │ ├─┬ @kie-tools-core/[email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ └── [email protected] deduped
│ │ │ └── [email protected]
│ │ ├─┬ @kie-tools-core/[email protected]
│ │ │ └── [email protected]
│ │ ├─┬ @patternfly/[email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ └── [email protected] deduped
│ │ │ │ └── [email protected] deduped
│ │ │ └── [email protected] deduped
│ │ ├─┬ @patternfly/[email protected]
│ │ │ └── [email protected] deduped
│ │ ├─┬ [email protected]
│ │ │ └── [email protected] deduped
│ │ └── [email protected]
│ ├─┬ @kie-tools-core/[email protected]
│ │ └── [email protected]
│ ├─┬ @kie-tools/[email protected]
│ │ ├─┬ @kie-tools/[email protected]
│ │ │ └─┬ @kie-tools/[email protected]
│ │ │   ├─┬ @patternfly/[email protected]
│ │ │   │ ├─┬ @patternfly/[email protected]
│ │ │   │ │ └── [email protected] deduped
│ │ │   │ ├─┬ [email protected]
│ │ │   │ │ ├─┬ [email protected]
│ │ │   │ │ │ └── [email protected] deduped
│ │ │   │ │ └── [email protected] deduped
│ │ │   │ └── [email protected] deduped
│ │ │   ├─┬ [email protected]
│ │ │   │ └── [email protected] deduped
│ │ │   └── [email protected]
│ │ ├─┬ @kie-tools/[email protected]
│ │ │ ├─┬ @patternfly/[email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ ├─┬ [email protected]
│ │ │ │ │ │ └── [email protected] deduped
│ │ │ │ │ └── [email protected] deduped
│ │ │ │ └── [email protected] deduped
│ │ │ ├─┬ @patternfly/[email protected]
│ │ │ │ └── [email protected] deduped
│ │ │ ├─┬ [email protected]
│ │ │ │ └── [email protected] deduped
│ │ │ └── [email protected]
│ │ ├─┬ @patternfly/[email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ ├─┬ [email protected]
│ │ │ │ │ └── [email protected] deduped
│ │ │ │ └── [email protected] deduped
│ │ │ └── [email protected] deduped
│ │ ├─┬ @patternfly/[email protected]
│ │ │ └── [email protected] deduped
│ │ ├─┬ [email protected]
│ │ │ └── [email protected] deduped
│ │ └── [email protected]
│ ├─┬ @material-ui/[email protected]
│ │ ├─┬ @material-ui/[email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles
│ │ ├─┬ @material-ui/[email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system
│ │ ├─┬ @material-ui/[email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils
│ │ ├─┬ [email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils
│ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core     
│ ├─┬ @material-ui/[email protected]
│ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons
│ ├─┬ @material-ui/[email protected]
│ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab
│ ├─┬ @monaco-editor/[email protected]
│ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab
│ ├─┬ @mui/[email protected]
│ │ ├─┬ @mui/[email protected]
│ │ │ ├─┬ @mui/[email protected]
│ │ │ │ ├─┬ @floating-ui/[email protected]
│ │ │ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || 
^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/pickers, "^15.0.0 || ^16.0.0 || ^17.0.0" from node_modules/material-ui-popup-state
│ │ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/pickers, "^15.0.0 || ^16.0.0 || ^17.0.0" from node_modules/material-ui-popup-state
│ │ │ ├─┬ @mui/[email protected]
│ │ │ │ ├─┬ @mui/[email protected]
│ │ │ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || 
^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/pickers, "^15.0.0 || ^16.0.0 || ^17.0.0" from node_modules/material-ui-popup-state
│ │ │ │ ├─┬ @mui/[email protected]
│ │ │ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || 
^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/pickers, "^15.0.0 || ^16.0.0 || ^17.0.0" from node_modules/material-ui-popup-state
│ │ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/pickers, "^15.0.0 || ^16.0.0 || ^17.0.0" from node_modules/material-ui-popup-state
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils
│ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab
│ ├─┬ @rjsf/[email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils
│ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab
│ ├─┬ @rjsf/[email protected]
│ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab
│ ├─┬ @rjsf/[email protected] invalid: "^5.18.x" from plugins/orchestrator/node_modules/@rjsf/core, "^5.18.x" from plugins/orchestrator/node_modules/@rjsf/material-ui
│ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab
│ ├─┬ @storybook/[email protected]
│ │ ├─┬ @storybook/[email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils
│ │ ├─┬ [email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils
│ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab
│ ├─┬ @testing-library/[email protected] invalid: "^15.0.0" from node_modules/@backstage/test-utils     
│ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab
│ ├─┬ [email protected] invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 
|| ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab
│ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab
│ ├─┬ [email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux
│ │ ├─┬ [email protected]
│ │ │ ├── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux
│ │ │ ├─┬ [email protected]
│ │ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/pickers, "^15.0.0 || ^16.0.0 || ^17.0.0" from node_modules/material-ui-popup-state
│ │ │ └─┬ [email protected]
│ │ │   ├── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/pickers, "^15.0.0 || ^16.0.0 || ^17.0.0" from node_modules/material-ui-popup-state
│ │ │   └─┬ [email protected]
│ │ │     └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || 
^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/pickers, "^15.0.0 || ^16.0.0 || ^17.0.0" from node_modules/material-ui-popup-state
│ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ ├─┬ [email protected]
│ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ ├─┬ [email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux
│ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ ├─┬ [email protected]
│ │ ├─┬ [email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux
│ │ ├─┬ [email protected]
│ │ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux
│ │ └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ ├── [email protected] invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│ └─┬ [email protected]
│   ├── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view
│   └─┬ [email protected]
│     └── [email protected] deduped invalid: "^16.8.0 || ^17.0.0" from node_modules/@material-ui/core, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/icons, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/lab, "^17.0.0 || ^16.3.0 || ^15.5.4" from node_modules/react-json-view, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/styles, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/system, "^16.8.0 || ^17.0.0" from node_modules/@material-ui/utils, "^15.0.2 || ^16.0.0 || ^17.0.0" from node_modules/flux
├─┬ @kie-tools-core/[email protected] extraneous
│ ├─┬ @patternfly/[email protected] extraneous
│ │ └── [email protected] deduped
│ ├─┬ @patternfly/[email protected] extraneous
│ │ └── [email protected] deduped
│ ├─┬ [email protected] extraneous
│ │ └── [email protected] deduped
│ ├─┬ [email protected] extraneous
│ │ └── [email protected] deduped
│ ├─┬ [email protected] extraneous
│ │ └── [email protected] deduped
│ └── [email protected] extraneous
├─┬ @kie-tools-core/[email protected] extraneous
│ ├─┬ [email protected] extraneous
│ │ └── [email protected] deduped
│ └── [email protected] extraneous
├─┬ @kie-tools-core/[email protected] extraneous
│ ├─┬ [email protected] extraneous
│ │ └── [email protected] deduped
│ └── [email protected] extraneous
├─┬ @kie-tools-core/[email protected] extraneous
│ ├─┬ [email protected] extraneous
│ │ └── [email protected] deduped
│ └── [email protected] extraneous
└─┬ @kie-tools-core/[email protected] extraneous
  └── [email protected] extraneous

Versions of software used and environment

N/A

@batzionb
Copy link
Contributor

@caponetto FYI

@BillKlineVT
Copy link

@batzionb is this the same issue as what you documented in this Jira issue?

I just pulled the latest Backstage & orchestrator plugins and see several error modals pop up when interacting with the Orchestrator pages.

Is there a workaround for this or do I need to wait until this is resolved to use this plugin?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants