aglinxinyuan commented on code in PR #5356:
URL: https://github.com/apache/texera/pull/5356#discussion_r3346386908
##########
frontend/package.json:
##########
@@ -119,7 +119,7 @@
"@typescript-eslint/parser": "8.59.0",
"@typescript-eslint/types": "8.59.0",
"@typescript-eslint/utils": "8.59.0",
- "@vitest/browser": "4.1.5",
+ "@vitest/browser": "4.1.6",
"@vitest/browser-playwright": "4.1.5",
"@vitest/coverage-v8": "4.1.5",
Review Comment:
Addressed in 7750b8d — bumped `vitest`, `@vitest/browser-playwright`, and
`@vitest/coverage-v8` from 4.1.5 to 4.1.6 to match `@vitest/browser`, and
regenerated `yarn.lock` with Yarn 4.14.1. All four now satisfy each other's
`4.1.6` peer ranges (e.g. `@vitest/[email protected]` and
`@vitest/[email protected]` both peer on `[email protected]`), and no `4.1.5` references
remain in the lockfile — so the peer-dependency conflict is resolved.
--
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]