Skip to content

Commit

Permalink
feat: Update axe-core to v4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dequejenn authored Sep 12, 2023
1 parent 764ad64 commit c473cca
Showing 14 changed files with 53 additions and 50 deletions.
14 changes: 7 additions & 7 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@
],
"dependencies": {
"@axe-core/webdriverjs": "^4.7.3",
"axe-core": "^4.7.0",
"axe-core": "^4.8.1",
"chromedriver": "latest",
"colors": "^1.4.0",
"commander": "^9.4.1",
8 changes: 4 additions & 4 deletions packages/playwright/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/playwright/package.json
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@
"prepare": "npx playwright install && npm run build"
},
"dependencies": {
"axe-core": "^4.7.0"
"axe-core": "^4.8.1"
},
"devDependencies": {
"@playwright/test": "^1.34.3",
14 changes: 7 additions & 7 deletions packages/puppeteer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@
"typescript": "^4.8.4"
},
"dependencies": {
"axe-core": "^4.7.0"
"axe-core": "^4.8.1"
},
"peerDependencies": {
"puppeteer": ">=1.10.0"
14 changes: 7 additions & 7 deletions packages/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@
"author": "Dylan Barrell (dylan@barrell.com)",
"license": "MPL-2.0",
"dependencies": {
"axe-core": "^4.7.0",
"axe-core": "^4.8.1",
"requestidlecallback": "^0.3.0"
},
"devDependencies": {
14 changes: 7 additions & 7 deletions packages/reporter-earl/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/reporter-earl/package.json
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@
"@types/jest": "^29.1.2",
"@types/jsonld": "github:types/jsonld",
"@types/node": "^18.8.3",
"axe-core": "^4.7.0",
"axe-core": "^4.8.1",
"clone": "^2.1.2",
"cross-env": "^7.0.3",
"jest": "^29.1.2",
14 changes: 7 additions & 7 deletions packages/webdriverio/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/webdriverio/package.json
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@
"webdriverio"
],
"dependencies": {
"axe-core": "^4.7.0",
"axe-core": "^4.8.1",
"cssesc": "^3.0.0"
},
"devDependencies": {
11 changes: 7 additions & 4 deletions packages/webdriverjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/webdriverjs/package.json
Original file line number Diff line number Diff line change
@@ -87,7 +87,7 @@
"typescript": "^4.8.4"
},
"dependencies": {
"axe-core": "^4.7.0"
"axe-core": "^4.8.1"
},
"peerDependencies": {
"selenium-webdriver": ">3.0.0-beta || >=2.53.1 || >4.0.0-alpha"

0 comments on commit c473cca

Please sign in to comment.