Skip to content

Commit

Permalink
chore: Update @axe-core/watcher (#206)
Browse files Browse the repository at this point in the history
Co-authored-by: stephenmathieson <[email protected]>
  • Loading branch information
github-actions[bot] and stephenmathieson authored Oct 30, 2024
1 parent f3e0934 commit 909b3ff
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion cypress/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "cypress run --headed --browser=chrome"
},
"devDependencies": {
"@axe-core/watcher": "^3.16.0",
"@axe-core/watcher": "^3.16.1",
"cypress": "^13.13.0"
}
}
2 changes: 1 addition & 1 deletion cypress/iframes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"test": "cypress run --headed --browser=chrome"
},
"devDependencies": {
"@axe-core/watcher": "^3.16.0",
"@axe-core/watcher": "^3.16.1",
"cypress": "^13.13.0"
}
}
2 changes: 1 addition & 1 deletion cypress/manual-mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "cypress run --headed --browser=chrome"
},
"devDependencies": {
"@axe-core/watcher": "^3.16.0",
"@axe-core/watcher": "^3.16.1",
"cypress": "^13.13.0"
}
}
2 changes: 1 addition & 1 deletion cypress/multi-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "cypress run --headed --browser chrome"
},
"devDependencies": {
"@axe-core/watcher": "^3.16.0",
"@axe-core/watcher": "^3.16.1",
"cypress": "^13.13.0"
}
}
2 changes: 1 addition & 1 deletion playwright-test/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "playwright test"
},
"devDependencies": {
"@axe-core/watcher": "^3.16.0",
"@axe-core/watcher": "^3.16.1",
"@playwright/test": "^1.45.1"
}
}
2 changes: 1 addition & 1 deletion playwright-test/multi-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "playwright test"
},
"devDependencies": {
"@axe-core/watcher": "^3.16.0",
"@axe-core/watcher": "^3.16.1",
"@playwright/test": "^1.45.1",
"typescript": "^5.5.3"
}
Expand Down
2 changes: 1 addition & 1 deletion playwright/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "mocha --timeout 5000 'tests/login.js'"
},
"devDependencies": {
"@axe-core/watcher": "^3.16.0",
"@axe-core/watcher": "^3.16.1",
"chai": "^4",
"mocha": "^10.6.0",
"playwright": "^1.45.1"
Expand Down
2 changes: 1 addition & 1 deletion playwright/manual-mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "mocha --timeout 5000 'tests/login.js'"
},
"devDependencies": {
"@axe-core/watcher": "^3.16.0",
"@axe-core/watcher": "^3.16.1",
"chai": "^4",
"mocha": "^10.6.0",
"playwright": "^1.45.1"
Expand Down
2 changes: 1 addition & 1 deletion playwright/typescript-multi-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "mocha --require ts-node/register --timeout 10s tests/*.test.ts"
},
"devDependencies": {
"@axe-core/watcher": "^3.16.0",
"@axe-core/watcher": "^3.16.1",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.7",
"chai": "^4",
Expand Down
2 changes: 1 addition & 1 deletion puppeteer/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "mocha tests/*.js --timeout 10s"
},
"devDependencies": {
"@axe-core/watcher": "^3.16.0",
"@axe-core/watcher": "^3.16.1",
"chai": "^4",
"mocha": "^10.6.0",
"puppeteer": "^22.13.0"
Expand Down
2 changes: 1 addition & 1 deletion puppeteer/typescript-multi-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "mocha --require ts-node/register --timeout 10s tests/*.test.ts"
},
"devDependencies": {
"@axe-core/watcher": "^3.16.0",
"@axe-core/watcher": "^3.16.1",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.7",
"chai": "^4",
Expand Down
2 changes: 1 addition & 1 deletion wdio/test-runner/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "wdio run wdio.config.ts"
},
"devDependencies": {
"@axe-core/watcher": "^3.16.0",
"@axe-core/watcher": "^3.16.1",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.3.1",
Expand Down
2 changes: 1 addition & 1 deletion wdio/typescript-multi-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "mocha --require ts-node/register --timeout 10s '*.test.ts'"
},
"devDependencies": {
"@axe-core/watcher": "^3.16.0",
"@axe-core/watcher": "^3.16.1",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.10",
Expand Down
2 changes: 1 addition & 1 deletion wdio/v7/typescript-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "mocha --require ts-node/register --timeout 10s '**/*.test.ts'"
},
"devDependencies": {
"@axe-core/watcher": "^3.16.0",
"@axe-core/watcher": "^3.16.1",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.10",
Expand Down
2 changes: 1 addition & 1 deletion webdriverjs/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "mocha --timeout 20s tests/*.js"
},
"devDependencies": {
"@axe-core/watcher": "^3.16.0",
"@axe-core/watcher": "^3.16.1",
"chai": "^4",
"chromedriver": "^126.0.4",
"mocha": "^10.6.0",
Expand Down
2 changes: 1 addition & 1 deletion webdriverjs/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "SELENIUM_BROWSER=chrome mocha --timeout 20s tests/*.js"
},
"devDependencies": {
"@axe-core/watcher": "^3.16.0",
"@axe-core/watcher": "^3.16.1",
"@types/selenium-webdriver": "^4.1.24",
"chromedriver": "^126.0.4",
"mocha": "^10.6.0",
Expand Down
2 changes: 1 addition & 1 deletion webdriverjs/typescript-multi-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "mocha --require ts-node/register --timeout 10s tests/*.test.ts"
},
"devDependencies": {
"@axe-core/watcher": "^3.16.0",
"@axe-core/watcher": "^3.16.1",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.7",
"@types/selenium-webdriver": "^4.1.24",
Expand Down

0 comments on commit 909b3ff

Please sign in to comment.