bito-code-review[bot] commented on PR #40838: URL: https://github.com/apache/superset/pull/40838#issuecomment-4662199897
<!-- Bito Reply --> The observation is correct. Updating the version in `package.json` without regenerating the lockfile can lead to inconsistencies. To resolve this, you should run `npm install` within the `superset-embedded-sdk` directory to update `package-lock.json` to reflect the new version. -- 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]
