Skip to content

Commit

Permalink
feat: add support for axe-core v4 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkowic authored Jan 26, 2021
1 parent fbfe8b0 commit c3f547e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
.idea
node_modules
.idea
*.lockyarn.lock
yarn.lock
.vscode/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"index.d.ts"
],
"peerDependencies": {
"axe-core": ">=2.2.3 <=4",
"axe-core": ">=2.2.3 <=5",
"testcafe": "*"
},
"dependencies": {
Expand All @@ -38,6 +38,6 @@
"access": "public"
},
"devDependencies": {
"axe-core": "^3.5.4"
"axe-core": "^4.1.1"
}
}

0 comments on commit c3f547e

Please sign in to comment.