Merge pull request #154 from brianlovin/depfu/update/npm/lint-staged-8.1.4

Update lint-staged: 8.1.3 → 8.1.4 (patch)
This commit is contained in:
Brian Lovin 2019-02-16 12:43:05 -08:00 committed by GitHub
commit 26c847588c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -6345,9 +6345,9 @@
}
},
"lint-staged": {
"version": "8.1.3",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.1.3.tgz",
"integrity": "sha512-6TGkikL1B+6mIOuSNq2TV6oP21IhPMnV8q0cf9oYZ296ArTVNcbFh1l1pfVOHHbBIYLlziWNsQ2q45/ffmJ4AA==",
"version": "8.1.4",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.1.4.tgz",
"integrity": "sha512-oFbbhB/VzN8B3i/sIdb9gMfngGArI6jIfxSn+WPdQb2Ni3GJeS6T4j5VriSbQfxfMuYoQlMHOoFt+lfcWV0HfA==",
"dev": true,
"requires": {
"@iamstarkov/listr-update-renderer": "0.4.1",
@ -6363,7 +6363,7 @@
"is-glob": "^4.0.0",
"is-windows": "^1.0.2",
"listr": "^0.14.2",
"lodash": "^4.17.5",
"lodash": "^4.17.11",
"log-symbols": "^2.2.0",
"micromatch": "^3.1.8",
"npm-which": "^3.0.1",

View file

@ -47,7 +47,7 @@
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"flow-bin": "^0.92.1",
"lint-staged": "^8.1.3",
"lint-staged": "^8.1.4",
"prettier": "^1.16.4",
"prettier-eslint": "^8.8.2"
},