Update eslint-config-react-app to version 4.0.1

This commit is contained in:
depfu[bot] 2019-05-10 06:01:57 +00:00
parent b263a6bb57
commit 9ea75cc91b
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -3948,9 +3948,9 @@
}
},
"eslint-config-react-app": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-4.0.0.tgz",
"integrity": "sha512-SeFxaI+0NAzWPFAI9AT+Vp9Xe2u5RCnn0JVEXkE338HgoPujc38Bc0upCJw4BWmavvIN/ODmE6EuzHoAEn3ozw==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-4.0.1.tgz",
"integrity": "sha512-ZsaoXUIGsK8FCi/x4lT2bZR5mMkL/Kgj+Lnw690rbvvUr/uiwgFiD8FcfAhkCycm7Xte6O5lYz4EqMx2vX7jgw==",
"dev": true,
"requires": {
"confusing-browser-globals": "^1.0.7"

View file

@ -40,7 +40,7 @@
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.2.0",
"eslint-config-react-app": "^4.0.0",
"eslint-config-react-app": "^4.0.1",
"eslint-plugin-flowtype": "^3.7.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",