From b7b023f1e2db6e97526a7cf33159a940bd0e308d Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 9 Oct 2020 12:11:57 -0700 Subject: [PATCH] [Deps] update `jsx-ast-utils` Fixes #2822. --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 003099f306..ca9ec04130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,12 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ### Fixed * [`no-unused-prop-types`]: Silence false positive on `never` type in TS ([#2815][] @pcorpet) * [`jsx-indent-props`]: Apply indentation when operator is used in front of the upper line ([#2808][] @Moong0122) +* [Deps] update `jsx-ast-utils` ([#2822][] [jsx-eslint/jsx-ast-utils#102][] @ljharb) +[#2822]: https://github.com/yannickcr/eslint-plugin-react/issues/2822 [#2815]: https://github.com/yannickcr/eslint-plugin-react/pull/2815 [#2808]: https://github.com/yannickcr/eslint-plugin-react/pull/2808 +[jsx-eslint/jsx-ast-utils#102]: https://github.com/jsx-eslint/jsx-ast-utils/pull/102 ## [7.21.3] - 2020.10.02 diff --git a/package.json b/package.json index f082fb0389..9cb79e190e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "array.prototype.flatmap": "^1.2.3", "doctrine": "^2.1.0", "has": "^1.0.3", - "jsx-ast-utils": "^2.4.1", + "jsx-ast-utils": "^2.4.1 || ^3.0.0", "object.entries": "^1.1.2", "object.fromentries": "^2.0.2", "object.values": "^1.1.1",