File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,12 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
8
8
### Fixed
9
9
* [ ` no-unused-prop-types ` ] : Silence false positive on ` never ` type in TS ([ #2815 ] [ ] @pcorpet )
10
10
* [ ` 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 )
11
12
13
+ [ #2822 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2822
12
14
[ #2815 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2815
13
15
[ #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
14
17
15
18
## [ 7.21.3] - 2020.10.02
16
19
Original file line number Diff line number Diff line change 33
33
"array.prototype.flatmap" : " ^1.2.3" ,
34
34
"doctrine" : " ^2.1.0" ,
35
35
"has" : " ^1.0.3" ,
36
- "jsx-ast-utils" : " ^2.4.1" ,
36
+ "jsx-ast-utils" : " ^2.4.1 || ^3.0.0 " ,
37
37
"object.entries" : " ^1.1.2" ,
38
38
"object.fromentries" : " ^2.0.2" ,
39
39
"object.values" : " ^1.1.1" ,
You can’t perform that action at this time.
0 commit comments