bito-code-review[bot] commented on PR #42699: URL: https://github.com/apache/superset/pull/42699#issuecomment-5195608350
<!-- Bito Reply --> Updating the Playwright dependency to 1.62.1 is appropriate to resolve the reported issue with directory project references in `tsconfig.json`. You can update the version in `superset-frontend/package.json` and regenerate the lockfile accordingly. **superset-frontend/package.json** ``` - "@playwright/test": "^1.62.0", + "@playwright/test": "^1.62.1", ``` -- 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]
