diff --git a/yarn.lock b/yarn.lock index e8ab5de..42a0dc1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3518,9 +3518,9 @@ eslint-config-prettier@^6.5.0: get-stdin "^6.0.0" eslint-config-react-native-lit@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/eslint-config-react-native-lit/-/eslint-config-react-native-lit-1.0.2.tgz#a9e3f732759e4138ca647e0e9e41cd573a874fe0" - integrity sha512-UkkrhwUeLwIUQtgPU0P2TSqqrnVq3y6O55L3E0rxByFXO3WgxN5RoUGo0Wx3XeSStIAZEQpQCy+F+nbBuV6+WA== + version "1.0.4" + resolved "https://registry.yarnpkg.com/eslint-config-react-native-lit/-/eslint-config-react-native-lit-1.0.4.tgz#459a06b551b30f36752642a84f4b2c12eedf76c8" + integrity sha512-w2AR12C51TFaAnj3IWvBQq1Ofohki0Vg9cPW4RFIZnAARMl31iTCnZPs9HcIkbK/geHqfUZm5+/R8QYp3iRrDQ== dependencies: babel-eslint "^10.0.3" eslint "^6.6.0" @@ -3533,6 +3533,7 @@ eslint-config-react-native-lit@^1.0.2: eslint-plugin-prettier "^3.1.1" eslint-plugin-react "^7.16.0" eslint-plugin-react-native "^3.8.1" + eslint-plugin-react-redux "^3.0.3" prettier "^1.18.2" eslint-import-resolver-node@^0.3.2: @@ -3622,6 +3623,14 @@ eslint-plugin-react-native@^3.8.1: dependencies: eslint-plugin-react-native-globals "^0.1.1" +eslint-plugin-react-redux@^3.0.3: + version "3.3.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-redux/-/eslint-plugin-react-redux-3.3.2.tgz#25994fab66f5f5b15fb4fbb14579ddbb1fa9f721" + integrity sha512-wfm9x4GDdlibfp08oOAiQ2qk3zgHXb9qjV6SlmMCK35dJr9gBiDAdS+1CH4jXFubsfslWeE0fCI/XhCYaMZENw== + dependencies: + eslint-plugin-react "^7.16.0" + eslint-rule-composer "^0.3.0" + eslint-plugin-react@^7.16.0: version "7.17.0" resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.17.0.tgz#a31b3e134b76046abe3cd278e7482bd35a1d12d7" @@ -3638,6 +3647,11 @@ eslint-plugin-react@^7.16.0: prop-types "^15.7.2" resolve "^1.13.1" +eslint-rule-composer@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9" + integrity sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg== + eslint-scope@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"