grgrzybek commented on code in PR #110: URL: https://github.com/apache/activemq-artemis-console/pull/110#discussion_r2244434739
########## artemis-console-extension/artemis-extension/app/package.json: ########## @@ -10,41 +10,45 @@ "replace-version": "replace __PACKAGE_VERSION_PLACEHOLDER__ $npm_package_version ./build/static/js -r --include=\"*.js\"" }, "dependencies": { - "@hawtio/react": "1.9.4", - "@patternfly/react-charts": "~7.4.9", - "@patternfly/react-code-editor": "~5.4.18", - "@patternfly/react-core": "~5.4.14", - "@patternfly/react-icons": "~5.4.2", - "@patternfly/react-styles": "~5.4.1", - "@patternfly/react-table": "~5.4.16", - "@patternfly/react-tokens": "~5.4.1", - "@patternfly/react-topology": "~5.4.1", - "artemis-console-plugin": "1.2.1", + "@hawtio/react": "^1.10.1", + "@monaco-editor/react": "^4.6.0", + "@patternfly/react-charts": "^7.4.9", + "@patternfly/react-code-editor": "^5.4.18", + "@patternfly/react-core": "^5.4.14", + "@patternfly/react-icons": "^5.4.2", + "@patternfly/react-styles": "^5.4.1", + "@patternfly/react-table": "^5.4.16", + "@patternfly/react-tokens": "^5.4.1", + "@patternfly/react-topology": "^5.4.1", + "artemis-console-plugin": "workspace:*", Review Comment: The _app_ is using very little, **but** it uses `@hawtio/react` and `artemis-console-plugin` which use _peer dependencies_. So the _app_ has to satisfy these _peer requirements_. I'm not claiming my guide from Hawtio is written in stone ;) I probably need to revisit it from time to time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact