Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"knip": "^5.75.1",
"lint-staged": "^16.2.7",
"markdownlint-cli2": "^0.20.0",
"playwright": "^1.57.0",
"playwright": "^1.58.2",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Align @playwright/test with playwright version

Bumping only playwright to 1.58.2 while keeping @playwright/test at 1.57.0 introduces a version skew that the lockfile now materializes as two Playwright stacks (playwright@1.57.0 and playwright@1.58.2). In this repo, CI and scripts invoke playwright via pnpm exec playwright ..., and tests also import both @playwright/test and playwright; that split can run/install different browser revisions and adds duplicate browser/tooling installs, making test execution less predictable and slower. Please bump @playwright/test in tandem (or keep both pinned to the same version).

Useful? React with 👍 / 👎.

"postcss": "^8.4.41",
"prettier": "^3.4.2",
"prisma": "^5.18.0",
Expand Down
22 changes: 20 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading