Skip to content

Commit

Permalink
chore: Update @axe-core/watcher (#176)
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 Jan 27, 2024
1 parent 8bd6d87 commit 19b63e1
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.4.0",
"@axe-core/watcher": "^3.5.0",
"cypress": "^12.12.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.4.0",
"@axe-core/watcher": "^3.5.0",
"cypress": "^12.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.4.0",
"@axe-core/watcher": "^3.5.0",
"cypress": "^12.12.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.4.0",
"@axe-core/watcher": "^3.5.0",
"cypress": "^12.12.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.4.0",
"@axe-core/watcher": "^3.5.0",
"@playwright/test": "^1.34.3"
}
}
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.4.0",
"@axe-core/watcher": "^3.5.0",
"@playwright/test": "^1.34.3",
"typescript": "^5.0.4"
}
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.4.0",
"@axe-core/watcher": "^3.5.0",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"playwright": "^1.33.0"
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.4.0",
"@axe-core/watcher": "^3.5.0",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"playwright": "^1.33.0"
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.4.0",
"@axe-core/watcher": "^3.5.0",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"chai": "^4.3.7",
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.4.0",
"@axe-core/watcher": "^3.5.0",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"puppeteer": "^20.5.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.4.0",
"@axe-core/watcher": "^3.5.0",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"chai": "^4.3.7",
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.4.0",
"@axe-core/watcher": "^3.5.0",
"@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 login.test.ts"
},
"devDependencies": {
"@axe-core/watcher": "^3.4.0",
"@axe-core/watcher": "^3.5.0",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.3.1",
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.4.0",
"@axe-core/watcher": "^3.5.0",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.3.1",
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 10s tests/*.js"
},
"devDependencies": {
"@axe-core/watcher": "^3.4.0",
"@axe-core/watcher": "^3.5.0",
"chai": "^4.3.7",
"chromedriver": "^114.0.1",
"mocha": "^10.2.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": "mocha --timeout 10s tests/*.js"
},
"devDependencies": {
"@axe-core/watcher": "^3.4.0",
"@axe-core/watcher": "^3.5.0",
"@types/selenium-webdriver": "^4.1.15",
"chromedriver": "^114.0.2",
"mocha": "^10.2.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.4.0",
"@axe-core/watcher": "^3.5.0",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/selenium-webdriver": "^4.1.15",
Expand Down

0 comments on commit 19b63e1

Please sign in to comment.