rusackas commented on code in PR #44001:
URL: https://github.com/apache/superset/pull/44001#discussion_r3960307767
##########
docs/package.json:
##########
@@ -116,7 +116,8 @@
"serialize-javascript": "7.0.5",
"d3-color": "3.1.0",
"ws": "^8.21.0",
- "docusaurus-plugin-openapi-docs/**/js-yaml": "^4.3.0"
+ "docusaurus-plugin-openapi-docs/**/js-yaml": "^4.3.0",
+ "@ant-design/icons-svg": "^4.6.0"
Review Comment:
Good call — done in 89540cb9ad. `icons-svg` now resolves to 4.6.0 via
`@ant-design/icons` 6.3.4's own direct dependency (since master merged #43981),
so the explicit override was dead weight. Removed it; `yarn install` + `yarn
build` still verified green.
--
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]