Skip to content

Commit

Permalink
fix: update to use axe-core 4.5.1 (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek committed Nov 2, 2022
1 parent 66d40a1 commit 173bf05
Show file tree
Hide file tree
Showing 14 changed files with 12,725 additions and 63 deletions.
3,685 changes: 3,671 additions & 14 deletions packages/cli/package-lock.json

Large diffs are not rendered by default.

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.0",
"axe-core": "^4.5.0",
"axe-core": "^4.5.1",
"chromedriver": "^106.0.1",
"colors": "^1.4.0",
"commander": "^9.4.1",
Expand Down
15 changes: 8 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.0"
"axe-core": "^4.5.1"
},
"devDependencies": {
"@types/chai": "^4.3.3",
Expand Down
15 changes: 8 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.0"
"axe-core": "^4.5.1"
},
"peerDependencies": {
"puppeteer": ">=1.10.0 <= 18"
Expand Down
Loading

0 comments on commit 173bf05

Please sign in to comment.