jgoz commented on code in PR #14380:
URL: https://github.com/apache/druid/pull/14380#discussion_r1224482326


##########
web-console/package.json:
##########
@@ -170,5 +171,8 @@
     "webpack-bundle-analyzer": "^4.4.1",
     "webpack-cli": "^4.6.0",
     "webpack-dev-server": "^3.11.2"
+  },
+  "overrides": {
+    "@types/react": "$@types/react"

Review Comment:
   Some dependencies include `@types/react` as a dependency but pinned to 
specific versions. This forces those transitive dependency versions to resolve 
to the version specified in our package file.



-- 
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]

Reply via email to