Skip to content

Commit 828dca8

Browse files
committed
Bump aria-query to 0.7.0
aria-query added some aria- attributes which were previously missing in https://github.com/A11yance/aria-query/pull/7/files and this brings them to jsx-a11y
1 parent 1a633af commit 828dca8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"license": "MIT",
5858
"dependencies": {
59-
"aria-query": "^0.5.0",
59+
"aria-query": "^0.7.0",
6060
"array-includes": "^3.0.3",
6161
"ast-types-flow": "0.0.7",
6262
"axobject-query": "^0.1.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ argparse@^1.0.7:
115115
dependencies:
116116
sprintf-js "~1.0.2"
117117

118-
aria-query@^0.5.0:
119-
version "0.5.0"
120-
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-0.5.0.tgz#85e3152cd8cc5bab18dbed61cd9c4fce54fa79c3"
118+
aria-query@^0.7.0:
119+
version "0.7.0"
120+
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-0.7.0.tgz#4af10a1e61573ddea0cf3b99b51c52c05b424d24"
121121
dependencies:
122122
ast-types-flow "0.0.7"
123123

0 commit comments

Comments
 (0)