deps: upgrade eslint to 6.4.0

This commit is contained in:
peaceiris 2019-09-16 15:20:59 +09:00
parent c635fd9746
commit 7a9975a8b1
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1334,9 +1334,9 @@
}
},
"eslint": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-6.3.0.tgz",
"integrity": "sha512-ZvZTKaqDue+N8Y9g0kp6UPZtS4FSY3qARxBs7p4f0H0iof381XHduqVerFWtK8DPtKmemqbqCFENWSQgPR/Gow==",
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-6.4.0.tgz",
"integrity": "sha512-WTVEzK3lSFoXUovDHEbkJqCVPEPwbhCq4trDktNI6ygs7aO41d4cDT0JFAT5MivzZeVLWlg7vHL+bgrQv/t3vA==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",

View File

@ -31,7 +31,7 @@
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"eslint": "^6.3.0",
"eslint": "^6.4.0",
"jest": "^24.9.0"
}
}