Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 6cda1dd

Browse files
authored
Merge pull request #115 from coderplex/greenkeeper/lint-staged-6.0.0
Update lint-staged to the latest version 🚀
2 parents ce90f2a + d92f205 commit 6cda1dd

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"eslint-plugin-react": "^7.1.0",
8383
"husky": "^0.14.3",
8484
"jest": "^21.2.1",
85-
"lint-staged": "^5.0.0",
85+
"lint-staged": "^6.0.0",
8686
"markdownlint-cli": "^0.5.0",
8787
"opn": "^5.1.0",
8888
"prettier": "^1.7.0",

Diff for: yarn.lock

+4-3
Original file line numberDiff line numberDiff line change
@@ -4336,14 +4336,15 @@ linkify-it@^2.0.0:
43364336
dependencies:
43374337
uc.micro "^1.0.1"
43384338

4339-
lint-staged@^5.0.0:
4340-
version "5.0.0"
4341-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-5.0.0.tgz#f1c670e03e2fdf3f3d0eb81f72d3bcf658770e54"
4339+
lint-staged@6.0.0:
4340+
version "6.0.0"
4341+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-6.0.0.tgz#7ab7d345f2fe302ff196f1de6a005594ace03210"
43424342
dependencies:
43434343
app-root-path "^2.0.0"
43444344
chalk "^2.1.0"
43454345
commander "^2.11.0"
43464346
cosmiconfig "^3.1.0"
4347+
debug "^3.1.0"
43474348
dedent "^0.7.0"
43484349
execa "^0.8.0"
43494350
find-parent-dir "^0.3.0"

0 commit comments

Comments
 (0)