Merge pull request #298 from brianlovin/dependabot/npm_and_yarn/eslint-6.3.0

Bump eslint from 6.2.2 to 6.3.0
This commit is contained in:
Brian Lovin 2019-09-07 10:13:53 -04:00 committed by GitHub
commit 38c811f29b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -5240,9 +5240,9 @@
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
},
"eslint": {
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-6.2.2.tgz",
"integrity": "sha512-mf0elOkxHbdyGX1IJEUsNBzCDdyoUgljF3rRlgfyYh0pwGnreLc0jjD6ZuleOibjmnUWZLY2eXwSooeOgGJ2jw==",
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-6.3.0.tgz",
"integrity": "sha512-ZvZTKaqDue+N8Y9g0kp6UPZtS4FSY3qARxBs7p4f0H0iof381XHduqVerFWtK8DPtKmemqbqCFENWSQgPR/Gow==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",

View file

@ -40,7 +40,7 @@
"babel-plugin-styled-components": "^1.10.6",
"babel-plugin-transform-define": "^1.3.1",
"cypress": "^3.4.1",
"eslint": "^6.2.2",
"eslint": "^6.3.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.2.0",
"eslint-config-react-app": "^5.0.1",