Skip to content

Commit

Permalink
fix: update axe-core to 4.2.1 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek committed May 19, 2021
1 parent cbb795f commit 9d90185
Show file tree
Hide file tree
Showing 12 changed files with 8,851 additions and 1,362 deletions.
10,113 changes: 8,801 additions & 1,312 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 @@ -41,7 +41,7 @@
],
"dependencies": {
"@axe-core/webdriverjs": "^4.2.0",
"axe-core": "^4.2.0",
"axe-core": "^4.2.1",
"chromedriver": "^90.0.0",
"colors": "^1.4.0",
"commander": "^7.1.0",
Expand Down
20 changes: 10 additions & 10 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.2.4"
},
"dependencies": {
"axe-core": "^4.2.0"
"axe-core": "^4.2.1"
},
"peerDependencies": {
"puppeteer": ">=1.10.0 < 9"
Expand Down
16 changes: 8 additions & 8 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.0",
"axe-core": "^4.2.1",
"requestidlecallback": "^0.3.0"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 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
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/jest": "^23.3.9",
"@types/jsonld": "github:types/jsonld",
"@types/node": "^10.12.0",
"axe-core": "^4.2.0",
"axe-core": "^4.2.1",
"clone": "^2.1.2",
"jest": "^23.6.0",
"jsonld": "^1.1.0",
Expand Down
16 changes: 8 additions & 8 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 @@ -29,7 +29,7 @@
"webdriverio"
],
"dependencies": {
"axe-core": "^4.2.0",
"axe-core": "^4.2.1",
"cssesc": "^3.0.0"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions packages/webdriverjs/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/webdriverjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@
"typescript": "^4.1.5"
},
"dependencies": {
"axe-core": "^4.2.0"
"axe-core": "^4.2.1"
},
"peerDependencies": {
"selenium-webdriver": ">= 2.53.1"
"selenium-webdriver": ">= 2.53.1 <=4.0.0-beta.3"
},
"nyc": {
"include": [
Expand Down

0 comments on commit 9d90185

Please sign in to comment.