Update lint-staged to version 8.1.3

This commit is contained in:
depfu[bot] 2019-02-03 19:42:00 +00:00
parent 5a35f675a6
commit ca06dbdc19
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -6268,9 +6268,9 @@
}
},
"lint-staged": {
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.1.1.tgz",
"integrity": "sha512-6C9tmmCedjDYQMzHydT5mXRtmEgpGUQDoIl+Ser8cfI/n9grsRUsuG2jd1BWqGf62OV+BV+6n/Drt82uYTCgJg==",
"version": "8.1.3",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.1.3.tgz",
"integrity": "sha512-6TGkikL1B+6mIOuSNq2TV6oP21IhPMnV8q0cf9oYZ296ArTVNcbFh1l1pfVOHHbBIYLlziWNsQ2q45/ffmJ4AA==",
"dev": true,
"requires": {
"@iamstarkov/listr-update-renderer": "0.4.1",

View file

@ -47,7 +47,7 @@
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"flow-bin": "^0.91.0",
"lint-staged": "^8.1.1",
"lint-staged": "^8.1.3",
"prettier": "^1.16.3",
"prettier-eslint": "^8.8.2"
},