Skip to content

Commit 0706457

Browse files
authored
Merge pull request #754 from jsx-eslint/fix-747
Upgrade jsx-ast-utils dependency to v3.1.0
2 parents 1834668 + c99beef commit 0706457

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
6.4.1 / 2020-10-26
2+
==================
3+
- f8a4496 Upgrade jsx-ast-utils to v3.1.0
4+
15
6.4.0 / 2020-10-26
26
==================
37

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jsx-a11y",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "Static AST checker for accessibility rules on JSX elements.",
55
"keywords": [
66
"eslint",
@@ -67,7 +67,7 @@
6767
"damerau-levenshtein": "^1.0.6",
6868
"emoji-regex": "^9.0.0",
6969
"has": "^1.0.3",
70-
"jsx-ast-utils": "^3.0.0",
70+
"jsx-ast-utils": "^3.1.0",
7171
"language-tags": "^1.0.5"
7272
},
7373
"peerDependencies": {

0 commit comments

Comments
 (0)