From 667bfad221ddf2524269d65208fd0cac99cbe508 Mon Sep 17 00:00:00 2001 From: Andy O'Neill Date: Sun, 27 Feb 2022 16:56:04 -0500 Subject: [PATCH] [Deps] Upgrade eslint-plugin-react to 7.29.2 The upgrade to 7.29.0 had [a bug](https://github.com/yannickcr/eslint-plugin-react/issues/3215) that flagged a lot of false positives. Upgrading to 7.29.2 to pull in the fix. --- react/package.json | 2 +- react/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/react/package.json b/react/package.json index 28c99ce..16818d3 100644 --- a/react/package.json +++ b/react/package.json @@ -14,7 +14,7 @@ "license": "ISC", "devDependencies": { "eslint": "^8.9.0", - "eslint-plugin-react": "^7.29.0", + "eslint-plugin-react": "^7.29.2", "prettier": "^2.5.1", "vite": "^2.8.4" }, diff --git a/react/yarn.lock b/react/yarn.lock index 4531b2c..7bf2845 100644 --- a/react/yarn.lock +++ b/react/yarn.lock @@ -348,10 +348,10 @@ escape-string-regexp@^4.0.0: resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== -eslint-plugin-react@^7.29.0: - version "7.29.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.0.tgz#51921b7e9b706398e3002cb07ff1654a5d0a78a4" - integrity sha512-lwbGCO4cEotwl+Wo0zkkjzbhxEzFcG6lv4mpWXfxKzXNZMF5wDEQqykPetB4mi3uTLGVSXxmgVlBMzHTHue6cA== +eslint-plugin-react@^7.29.2: + version "7.29.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.2.tgz#2d4da69d30d0a736efd30890dc6826f3e91f3f7c" + integrity sha512-ypEBTKOy5liFQXZWMchJ3LN0JX1uPI6n7MN7OPHKacqXAxq5gYC30TdO7wqGYQyxD1OrzpobdHC3hDmlRWDg9w== dependencies: array-includes "^3.1.4" array.prototype.flatmap "^1.2.5"