Skip to content

Commit a016f12

Browse files
test(deps): bump the npm group with 2 updates (#1039)
Bumps the npm group with 2 updates: [@playwright/test](https://github.com/microsoft/playwright) and [playwright-bdd](https://github.com/vitalets/playwright-bdd). Updates `@playwright/test` from 1.56.1 to 1.57.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.56.1...v1.57.0) Updates `playwright-bdd` from 8.4.1 to 8.4.2 - [Release notes](https://github.com/vitalets/playwright-bdd/releases) - [Changelog](https://github.com/vitalets/playwright-bdd/blob/main/CHANGELOG.md) - [Commits](vitalets/playwright-bdd@v8.4.1...8.4.2) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.57.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: playwright-bdd dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ron <[email protected]>
1 parent a792391 commit a016f12

File tree

2 files changed

+29
-23
lines changed

2 files changed

+29
-23
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "amp-devcontainer-tests",
33
"version": "1.0.0",
44
"devDependencies": {
5-
"@playwright/test": "^1.56.1",
5+
"@playwright/test": "^1.57.0",
66
"@types/node": "^24.10.1",
77
"dotenv": "^17.2.3",
88
"nodemon": "^3.1.11",
99
"otpauth": "^9.4.1",
10-
"playwright-bdd": "^8.4.1"
10+
"playwright-bdd": "^8.4.2"
1111
},
1212
"scripts": {
1313
"test": "cd $INIT_CWD && npx bddgen && npx playwright test",

0 commit comments

Comments
 (0)