Skip to content

Commit

Permalink
fix(cli,reporter-earl,react): use correct version of axe-core (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek committed Sep 20, 2021
1 parent 67f2273 commit 0c7d050
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 20 deletions.
14 changes: 3 additions & 11 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.3.0",
"axe-core": "^4.2.3",
"axe-core": "^4.3.3",
"chromedriver": "^93.0.1",
"colors": "^1.4.0",
"commander": "^7.1.0",
Expand Down
6 changes: 3 additions & 3 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 @@ -48,7 +48,7 @@
"author": "Dylan Barrell (dylan@barrell.com)",
"license": "MPL-2.0",
"dependencies": {
"axe-core": "^4.2.3",
"axe-core": "^4.3.3",
"requestidlecallback": "^0.3.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 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": "^23.3.9",
"@types/jsonld": "github:types/jsonld",
"@types/node": "^10.17.60",
"axe-core": "^4.2.3",
"axe-core": "^4.3.3",
"clone": "^2.1.2",
"jest": "^23.6.0",
"jsonld": "^1.1.0",
Expand Down

0 comments on commit 0c7d050

Please sign in to comment.