Skip to content

Commit

Permalink
[Deps] Upgrade eslint-plugin-react to 7.29.2
Browse files Browse the repository at this point in the history
The upgrade to 7.29.0 had [a
bug](jsx-eslint/eslint-plugin-react#3215) that
flagged a lot of false positives. Upgrading to 7.29.2 to pull in the
fix.
  • Loading branch information
werkshy committed Feb 27, 2022
1 parent d912f24 commit 01de234
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion react/package.json
Expand Up @@ -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"
},
Expand Down
8 changes: 4 additions & 4 deletions react/yarn.lock
Expand Up @@ -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"
Expand Down

0 comments on commit 01de234

Please sign in to comment.