Skip to content

Commit 95d9061

Browse files
dependabot[bot]benoitf
authored andcommitted
chore(deps-dev): bump @playwright/test from 1.47.1 to 1.47.2
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.47.1 to 1.47.2. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.47.1...v1.47.2) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 20779e7 commit 95d9061

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"@eslint/compat": "^1.1.1",
117117
"@eslint/eslintrc": "^3.1.0",
118118
"@eslint/js": "^9.10.0",
119-
"@playwright/test": "1.47.1",
119+
"@playwright/test": "1.47.2",
120120
"@podman-desktop/api": "workspace:",
121121
"@rollup/plugin-commonjs": "^26.0.1",
122122
"@rollup/plugin-json": "^6.1.0",

pnpm-lock.yaml

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/playwright/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"publish:next": "pnpm publish --registry=https://registry.npmjs.org/ --no-git-tag-version --new-version 0.0.1-\"$(date +%s)\""
2121
},
2222
"devDependencies": {
23-
"@playwright/test": "1.47.1",
23+
"@playwright/test": "1.47.2",
2424
"@types/node": "^20",
2525
"electron": "32.1.2",
2626
"typescript": "^5.6.2",

website-argos/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"devDependencies": {
1010
"@argos-ci/cli": "^2.4.3",
1111
"@argos-ci/playwright": "^3.6.1",
12-
"@playwright/test": "1.47.1",
12+
"@playwright/test": "1.47.2",
1313
"cheerio": "^1.0.0"
1414
}
1515
}

0 commit comments

Comments
 (0)