codeant-ai-for-open-source[bot] commented on PR #37741:
URL: https://github.com/apache/superset/pull/37741#issuecomment-3858568265
## **Sequence Diagram**
This PR updates react-resize-detector from v7.x to v9.1.1 in both
superset-frontend and docs; the change updates package.json and regenerates
lockfiles, triggering dependency installation and CI verification.
```mermaid
sequenceDiagram
participant Author
participant Repository
participant PackageManager as npm/Yarn
participant CI
Author->>Repository: Bump react-resize-detector to ^9.1.1 in
package.json (superset-frontend & docs)
Repository->>PackageManager: Run install to resolve new dependency
PackageManager-->>Repository: Regenerate lockfiles (updated package-lock
/ yarn.lock)
Repository->>CI: Push changes (package.json + lockfiles)
CI-->>Author: Run test suite and report status (locks regenerated
successfully)
```
---
*Generated by [CodeAnt AI](https://codeant.ai)*
--
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]