Skip to content

Commit

Permalink
Update dependency eslint-plugin-jsx-control-statements to v3 (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 19, 2022
1 parent 17dcffe commit 14ebb5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"peerDependencies": {
"eslint": "7.32.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-jsx-control-statements": "2.2.1",
"eslint-plugin-jsx-control-statements": "3.0.0",
"eslint-plugin-react": "7.30.0",
"eslint-plugin-react-hooks": "4.5.0",
"eslint-webpack-plugin": "2.6.0",
Expand All @@ -34,7 +34,7 @@
"semver": "7.3.7",
"eslint": "7.32.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-jsx-control-statements": "2.2.1",
"eslint-plugin-jsx-control-statements": "3.0.0",
"eslint-plugin-react": "7.30.0",
"eslint-plugin-react-hooks": "4.5.0",
"eslint-webpack-plugin": "2.6.0",
Expand Down
8 changes: 4 additions & 4 deletions eslint-config/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -597,10 +597,10 @@ eslint-plugin-flowtype@8.0.3:
lodash "^4.17.21"
string-natural-compare "^3.0.1"

eslint-plugin-jsx-control-statements@2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-control-statements/-/eslint-plugin-jsx-control-statements-2.2.1.tgz#864c311d201b0b09aa47669b23755cd18d2ecf92"
integrity sha512-BkqbYSu7KuOwsmxmmD9mi1KLz3cAXqXvDSN/Re+yKnIAO6SGRAx3aiUmsjOWAAGJonfhtNZCCTN9jfzQ5hto+Q==
eslint-plugin-jsx-control-statements@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-control-statements/-/eslint-plugin-jsx-control-statements-3.0.0.tgz#89d29cb0d167a6ba301f41dee948bb114a8a73b4"
integrity sha512-OAlTFVT6jyLXO6BVwYnlE95wKsT9LLRDs57+eOaDZjymTks7OYo0QEIfokKLfGrhfdgzAQz9Gsk5GqnVJbT/wg==

eslint-plugin-react-hooks@4.5.0:
version "4.5.0"
Expand Down

0 comments on commit 14ebb5f

Please sign in to comment.