diff options
author | 2020-12-30 08:12:02 +0200 | |
---|---|---|
committer | 2020-12-30 08:12:02 +0200 | |
commit | ac95c3ccf796c0522243f6fe5fa577cefbc3cb54 (patch) | |
tree | 842d4d75933778b2cba42d60e755cd6d87ceb8c1 | |
parent | Merge pull request #62 from python-discord/renovate/testing-library-jest-dom-5.x (diff) | |
parent | Update dependency eslint-plugin-react to v7.22.0 (diff) |
Merge pull request #63 from python-discord/renovate/eslint-plugin-react-7.x
Update dependency eslint-plugin-react to v7.22.0
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index fa98215..fc5ea5b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "eslint-plugin-flowtype": "5.2.0", "eslint-plugin-import": "2.22.1", "eslint-plugin-jsx-a11y": "6.4.1", - "eslint-plugin-react": "7.21.5", + "eslint-plugin-react": "7.22.0", "eslint-plugin-react-hooks": "4.2.0", "fs-extra": "9.0.1", "html-webpack-plugin": "4.5.0", @@ -4242,10 +4242,10 @@ [email protected]: resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556" integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ== - version "7.21.5" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.5.tgz#50b21a412b9574bfe05b21db176e8b7b3b15bff3" - integrity sha512-8MaEggC2et0wSF6bUeywF7qQ46ER81irOdWS4QWxnnlAEsnzeBevk1sWh7fhpCghPpXb+8Ks7hvaft6L/xsR6g== + version "7.22.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.22.0.tgz#3d1c542d1d3169c45421c1215d9470e341707269" + integrity sha512-p30tuX3VS+NWv9nQot9xIGAHBXR0+xJVaZriEsHoJrASGCJZDJ8JLNM0YqKqI0AKm6Uxaa1VUHoNEibxRCMQHA== dependencies: array-includes "^3.1.1" array.prototype.flatmap "^1.2.3" |