Update dependency eslint-plugin-react to v7.14.3 (#5095)

* Update dependency eslint-plugin-react to v7.14.3
* Disable `react/prop-types` rule
This commit is contained in:
renovate[bot] 2019-08-14 11:45:06 -04:00 коммит произвёл Armen Zambrano
Родитель e158eb0a4a
Коммит eb93c4b7f9
3 изменённых файлов: 18 добавлений и 2 удалений

Просмотреть файл

@ -43,6 +43,7 @@ module.exports = {
'prefer-promise-reject-errors': 'off',
'react/destructuring-assignment': 'off',
'react/forbid-prop-types': 'off',
'react/prop-types': 'off',
// Override AirBnB's config for this rule to make it more strict.
// https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/order.md
'import/order': [

Просмотреть файл

@ -91,7 +91,7 @@
"eslint-plugin-jest": "22.15.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.0",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-react": "7.14.3",
"fetch-mock": "7.3.9",
"jest": "24.8.0",
"node-fetch": "2.6.0",

Просмотреть файл

@ -3718,7 +3718,22 @@ eslint-plugin-react-hooks@^1.6.0:
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.6.0.tgz#348efcda8fb426399ac7b8609607c7b4025a6f5f"
integrity sha512-lHBVRIaz5ibnIgNG07JNiAuBUeKhEf8l4etNx5vfAEwqQ5tcuK3jV9yjmopPgQDagQb7HwIuQVsE3IVcGrRnag==
eslint-plugin-react@7.13.0, eslint-plugin-react@^7.12.4:
eslint-plugin-react@7.14.3:
version "7.14.3"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.14.3.tgz#911030dd7e98ba49e1b2208599571846a66bdf13"
integrity sha512-EzdyyBWC4Uz2hPYBiEJrKCUi2Fn+BJ9B/pJQcjw5X+x/H2Nm59S4MJIvL4O5NEE0+WbnQwEBxWY03oUk+Bc3FA==
dependencies:
array-includes "^3.0.3"
doctrine "^2.1.0"
has "^1.0.3"
jsx-ast-utils "^2.1.0"
object.entries "^1.1.0"
object.fromentries "^2.0.0"
object.values "^1.1.0"
prop-types "^15.7.2"
resolve "^1.10.1"
eslint-plugin-react@^7.12.4:
version "7.13.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.13.0.tgz#bc13fd7101de67996ea51b33873cd9dc2b7e5758"
integrity sha512-uA5LrHylu8lW/eAH3bEQe9YdzpPaFd9yAJTwTi/i/BKTD7j6aQMKVAdGM/ML72zD6womuSK7EiGtMKuK06lWjQ==