Skip to content

Commit 1aa7579

Browse files
committed
Update indirect playwright dependencies to 1.59.1.
1 parent fee080d commit 1aa7579

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"lint-dockerfile": "docker run --rm -i hadolint/hadolint:latest-alpine < docker/Dockerfile",
3737
"lint-watch": "git ls-files | entr npm run lint",
3838
"playwright-install-bare": "npm run playwright-install-npm && playwright install",
39-
"playwright-install-npm": "npm install --no-save playwright@1.58.2",
39+
"playwright-install-npm": "npm install --no-save playwright@1.59.1",
4040
"playwright-test": "playwright test --config ./webworker/playwright.config.mjs",
41-
"playwright-test-docker": "docker run --rm --volume $PWD:/home/workdir --workdir /home/workdir --ipc=host mcr.microsoft.com/playwright:v1.58.2 npm run playwright-test",
41+
"playwright-test-docker": "docker run --rm --volume $PWD:/home/workdir --workdir /home/workdir --ipc=host mcr.microsoft.com/playwright:v1.59.1 npm run playwright-test",
4242
"schema": "cpy ./node_modules/markdownlint/schema/markdownlint-config-schema.json ./schema --flat",
4343
"test": "ava --timeout=1m test/append-to-array-test.mjs test/constants-test.mjs test/fs-virtual-test.mjs test/markdownlint-cli2-test.mjs test/markdownlint-cli2-test-exec.mjs test/markdownlint-cli2-test-exports.mjs test/markdownlint-cli2-test-formatters.mjs test/markdownlint-cli2-test-fs.mjs test/markdownlint-cli2-test-main.mjs test/merge-options-test.mjs",
4444
"test-cover": "c8 --100 npm test",

0 commit comments

Comments
 (0)