bito-code-review[bot] commented on PR #40206: URL: https://github.com/apache/superset/pull/40206#issuecomment-4479132877
<!-- Bito Reply --> The PR diff shows updates to `package-lock.json`, primarily version bumps for `jest`, `jest-environment-jsdom`, and the addition of `@deck.gl/widgets`. These changes appear to be direct dependency updates rather than transitive ones. Adding dependencies directly is idiomatic in npm projects when you need to ensure specific versions for compatibility or to address known issues. However, if the concern is about a cleaner dependency graph, you could consider using `npm dedupe` to minimize duplication after installation. This would help streamline the dependency tree without altering the `package.json` directly. -- 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]
