bito-code-review[bot] commented on PR #44001: URL: https://github.com/apache/superset/pull/44001#issuecomment-5588585623
<!-- Bito Reply --> Upgrading the transitive dependency via `yarn upgrade` is a valid alternative to explicitly adding it to `package.json`. This approach keeps the `package.json` cleaner by avoiding direct dependencies that are only needed transitively. If you prefer this, you can remove the added line from `docs/package.json` and run `yarn upgrade @ant-design/icons-svg` to update the version in `yarn.lock`. **docs/package.json** ``` - "docusaurus-plugin-openapi-docs/**/js-yaml": "^4.3.0", - "@ant-design/icons-svg": "^4.6.0" + "docusaurus-plugin-openapi-docs/**/js-yaml": "^4.3.0" ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
