Skip to content

Commit f7807ec

Browse files
Merge pull request #101 from zoltantothcom/dev
Update eslint-plugin-react to latest
2 parents 1f7087b + 0d051e8 commit f7807ec

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"eslint": "^6.0.1",
6666
"eslint-config-react": "1.1.7",
6767
"eslint-loader": "2.1.2",
68-
"eslint-plugin-react": "^7.13.0",
68+
"eslint-plugin-react": "^7.14.2",
6969
"html-webpack-plugin": "3.2.0",
7070
"jest": "^24.8.0",
7171
"jest-styled-components": "^6.3.3",

yarn.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5127,16 +5127,18 @@ eslint-loader@2.1.2:
51275127
object-hash "^1.1.4"
51285128
rimraf "^2.6.1"
51295129

5130-
eslint-plugin-react@^7.13.0:
5131-
version "7.13.0"
5132-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.13.0.tgz#bc13fd7101de67996ea51b33873cd9dc2b7e5758"
5133-
integrity sha512-uA5LrHylu8lW/eAH3bEQe9YdzpPaFd9yAJTwTi/i/BKTD7j6aQMKVAdGM/ML72zD6womuSK7EiGtMKuK06lWjQ==
5130+
eslint-plugin-react@^7.14.2:
5131+
version "7.14.2"
5132+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.14.2.tgz#94c193cc77a899ac0ecbb2766fbef88685b7ecc1"
5133+
integrity sha512-jZdnKe3ip7FQOdjxks9XPN0pjUKZYq48OggNMd16Sk+8VXx6JOvXmlElxROCgp7tiUsTsze3jd78s/9AFJP2mA==
51345134
dependencies:
51355135
array-includes "^3.0.3"
51365136
doctrine "^2.1.0"
51375137
has "^1.0.3"
51385138
jsx-ast-utils "^2.1.0"
5139+
object.entries "^1.1.0"
51395140
object.fromentries "^2.0.0"
5141+
object.values "^1.1.0"
51405142
prop-types "^15.7.2"
51415143
resolve "^1.10.1"
51425144

0 commit comments

Comments
 (0)