Skip to content

Commit da9f2da

Browse files
chore(docs): bump playwright and @playwright/test in /web-app (#775)
Bumps [playwright](https://github.com/microsoft/playwright) and [@playwright/test](https://github.com/microsoft/playwright). These dependencies needed to be updated together. Updates `playwright` from 1.50.1 to 1.56.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.50.1...v1.56.1) Updates `@playwright/test` from 1.50.1 to 1.56.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.50.1...v1.56.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.56.1 dependency-type: direct:development - dependency-name: "@playwright/test" dependency-version: 1.56.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1407508 commit da9f2da

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

web-app/package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@eslint/eslintrc": "^3.3.0",
2929
"@eslint/js": "^9.21.0",
30-
"@playwright/test": "^1.50.1",
30+
"@playwright/test": "^1.56.1",
3131
"@rollup/plugin-inject": "^5.0.5",
3232
"@types/react": "^19.0.10",
3333
"@types/react-dom": "^19.0.4",
@@ -41,7 +41,7 @@
4141
"eslint-plugin-prettier": "^5.2.3",
4242
"globals": "^16.0.0",
4343
"license-checker-rseidelsohn": "^4.4.2",
44-
"playwright": "^1.50.1",
44+
"playwright": "^1.56.1",
4545
"prettier": "^3.5.3",
4646
"typescript": "^5.8.2",
4747
"typescript-eslint": "^8.26.0",

0 commit comments

Comments
 (0)