Skip to content

Commit c23e50d

Browse files
chore: bump playwright and @playwright/test in /test
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.47.2 to 1.56.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.47.2...v1.56.1) Updates `@playwright/test` from 1.47.2 to 1.56.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.47.2...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] <support@github.com>
1 parent 811ec6c commit c23e50d

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

test/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.

test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"#": "We must put jest in a sub-directory otherwise VS Code somehow picks up the types and generates conflicts with mocha.",
44
"devDependencies": {
55
"@jest-mock/express": "^1.4.5",
6-
"@playwright/test": "^1.46.0",
6+
"@playwright/test": "^1.56.1",
77
"@types/jest": "^27.0.2",
88
"@types/jsdom": "^16.2.13",
99
"@types/node-fetch": "^2.5.8",
@@ -14,7 +14,7 @@
1414
"jest-fetch-mock": "^3.0.3",
1515
"jsdom": "^16.4.0",
1616
"node-fetch": "^2.6.7",
17-
"playwright": "^1.46.0",
17+
"playwright": "^1.56.1",
1818
"ts-jest": "^27.0.7",
1919
"wtfnode": "^0.9.1"
2020
},

0 commit comments

Comments
 (0)