Skip to content
Open
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 @@ -339,7 +339,7 @@
"@graphql-inspector/core": "^6.1.0",
"@graphql-tools/load": "^8.0.0",
"@octokit/rest": "21.0.2",
"@playwright/test": "^1.50",
"@playwright/test": "^1.56.0",

Choose a reason for hiding this comment

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

medium

To improve build reproducibility and prevent unexpected issues from future updates, it's a good practice to pin development dependencies like Playwright. This ensures all developers and CI environments use the exact same version.

As also noted in the PR description, please remember to run npm install and commit the updated package-lock.json file.

Suggested change
"@playwright/test": "^1.56.0",
"@playwright/test": "1.56.0",

"@types/accept-language-parser": "1.5.6",
"@types/cheerio": "^0.22.35",
"@types/connect-timeout": "0.0.39",
Expand Down