Skip to content

Commit ed78796

Browse files
committed
package.json: Bump aria-query required version to ^5.0.0
`aria-query` adds support for `aria-valuenow`, `aria-valuemin` and `aria-valuemax` for `role="separator"` in this version. This commit/PR aims to fix GitHub issue 577: jsx-eslint#577
1 parent bb84abc commit ed78796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"license": "MIT",
6969
"dependencies": {
7070
"@babel/runtime": "^7.18.9",
71-
"aria-query": "^4.2.2",
71+
"aria-query": "^5.0.0",
7272
"array-includes": "^3.1.5",
7373
"ast-types-flow": "^0.0.7",
7474
"axe-core": "^4.4.3",

0 commit comments

Comments
 (0)