Skip to content

Commit

Permalink
fix: update to use axe-core 4.5.2 (dequelabs#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek authored Nov 15, 2022
1 parent efc792e commit 61312ff
Show file tree
Hide file tree
Showing 15 changed files with 56 additions and 107 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
Expand Up @@ -45,7 +45,7 @@
],
"dependencies": {
"@axe-core/webdriverjs": "^4.5.1",
"axe-core": "^4.5.1",
"axe-core": "^4.5.2",
"chromedriver": "^106.0.1",
"colors": "^1.4.0",
"commander": "^9.4.1",
Expand Down
14 changes: 7 additions & 7 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
Expand Up @@ -39,7 +39,7 @@
"prepare": "npm run build"
},
"dependencies": {
"axe-core": "^4.5.1"
"axe-core": "^4.5.2"
},
"devDependencies": {
"@types/chai": "^4.3.3",
Expand Down
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
Expand Up @@ -42,7 +42,7 @@
"typescript": "^4.8.4"
},
"dependencies": {
"axe-core": "^4.5.1"
"axe-core": "^4.5.2"
},
"peerDependencies": {
"puppeteer": ">=1.10.0 <= 18"
Expand Down
51 changes: 0 additions & 51 deletions packages/react/examples/shadow-dom/package-lock.json

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

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
Expand Up @@ -47,7 +47,7 @@
"author": "Dylan Barrell (dylan@barrell.com)",
"license": "MPL-2.0",
"dependencies": {
"axe-core": "^4.5.1",
"axe-core": "^4.5.2",
"requestidlecallback": "^0.3.0"
},
"devDependencies": {
Expand Down
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
Expand Up @@ -34,7 +34,7 @@
"@types/jest": "^29.1.2",
"@types/jsonld": "github:types/jsonld",
"@types/node": "^18.8.3",
"axe-core": "^4.5.1",
"axe-core": "^4.5.2",
"clone": "^2.1.2",
"cross-env": "^7.0.3",
"jest": "^29.1.2",
Expand Down
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
Expand Up @@ -36,7 +36,7 @@
"webdriverio"
],
"dependencies": {
"axe-core": "^4.5.1",
"axe-core": "^4.5.2",
"cssesc": "^3.0.0"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/webdriverjs/package-lock.json

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

Loading

0 comments on commit 61312ff

Please sign in to comment.