Skip to content

Commit

Permalink
Update dependency: @playwright/test to 1.47.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Sep 17, 2024
1 parent 35bc4ce commit 861a7b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"lint-dockerfile": "docker run --rm -i hadolint/hadolint:latest-alpine < docker/Dockerfile",
"lint-watch": "git ls-files | entr npm run lint",
"playwright-install-bare": "npm run playwright-install-npm && playwright install",
"playwright-install-npm": "npm install --no-save playwright@1.47.0",
"playwright-install-npm": "npm install --no-save playwright@1.47.1",
"playwright-test": "playwright test --config ./webworker/playwright.config.mjs",
"playwright-test-docker": "docker run --rm --volume $PWD:/home/workdir --workdir /home/workdir --ipc=host mcr.microsoft.com/playwright:v1.47.0 npm run playwright-test",
"playwright-test-docker": "docker run --rm --volume $PWD:/home/workdir --workdir /home/workdir --ipc=host mcr.microsoft.com/playwright:v1.47.1 npm run playwright-test",
"schema": "cpy ./node_modules/markdownlint/schema/markdownlint-config-schema.json ./schema --flat",
"test": "ava --timeout=1m test/append-to-array-test.js test/fs-mock-test.js test/fs-virtual-test.js test/markdownlint-cli2-test.js test/markdownlint-cli2-test-exec.js test/markdownlint-cli2-test-exports.js test/markdownlint-cli2-test-fs.js test/markdownlint-cli2-test-main.js test/merge-options-test.js test/resolve-and-require-test.js",
"test-cover": "c8 --100 npm test",
Expand Down Expand Up @@ -82,7 +82,7 @@
"devDependencies": {
"@eslint/js": "9.10.0",
"@iktakahiro/markdown-it-katex": "4.0.1",
"@playwright/test": "1.47.0",
"@playwright/test": "1.47.1",
"@stylistic/eslint-plugin": "2.8.0",
"ajv": "8.17.1",
"ava": "6.1.3",
Expand Down

0 comments on commit 861a7b3

Please sign in to comment.