Skip to content

Commit b7b023f

Browse files
committed
[Deps] update jsx-ast-utils
Fixes #2822.
1 parent 959fb23 commit b7b023f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
88
### Fixed
99
* [`no-unused-prop-types`]: Silence false positive on `never` type in TS ([#2815][] @pcorpet)
1010
* [`jsx-indent-props`]: Apply indentation when operator is used in front of the upper line ([#2808][] @Moong0122)
11+
* [Deps] update `jsx-ast-utils` ([#2822][] [jsx-eslint/jsx-ast-utils#102][] @ljharb)
1112

13+
[#2822]: https://github.com/yannickcr/eslint-plugin-react/issues/2822
1214
[#2815]: https://github.com/yannickcr/eslint-plugin-react/pull/2815
1315
[#2808]: https://github.com/yannickcr/eslint-plugin-react/pull/2808
16+
[jsx-eslint/jsx-ast-utils#102]: https://github.com/jsx-eslint/jsx-ast-utils/pull/102
1417

1518
## [7.21.3] - 2020.10.02
1619

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"array.prototype.flatmap": "^1.2.3",
3434
"doctrine": "^2.1.0",
3535
"has": "^1.0.3",
36-
"jsx-ast-utils": "^2.4.1",
36+
"jsx-ast-utils": "^2.4.1 || ^3.0.0",
3737
"object.entries": "^1.1.2",
3838
"object.fromentries": "^2.0.2",
3939
"object.values": "^1.1.1",

0 commit comments

Comments
 (0)