Skip to content

Commit

Permalink
Bump lint-staged from 4.2.3 to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 19, 2017
1 parent 2d86067 commit 69fb6fe
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
23 changes: 18 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"description": "A node utility to get the methods out of java files",
"main": "index.js",
"repository": "danielmschmidt/java-method-parser",
"keywords": ["java", "parser", "methods"],
"keywords": [
"java",
"parser",
"methods"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/DanielMSchmidt/java-method-parser/issues"
Expand All @@ -16,7 +20,10 @@
"fmt": "prettier --write **/*{.js,.json,.css}"
},
"lint-staged": {
"*.{js,json,css}": ["prettier --write", "git add"]
"*.{js,json,css}": [
"prettier --write",
"git add"
]
},
"author": {
"name": "Daniel Schmidt",
Expand All @@ -37,16 +44,22 @@
}
}
},
"files": ["index.js", "README.md"],
"files": [
"index.js",
"README.md"
],
"devDependencies": {
"coveralls": "^3.0.0",
"husky": "0.14.3",
"jest": "^21.2.1",
"lint-staged": "4.2.3",
"lint-staged": "4.3.0",
"nyc": "^11.2.1",
"prettier": "1.7.4"
},
"nyc": {
"reporter": ["lcov", "text"]
"reporter": [
"lcov",
"text"
]
}
}
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ combined-stream@^1.0.5, combined-stream@~1.0.5:
dependencies:
delayed-stream "~1.0.0"

commander@^2.9.0:
commander@^2.11.0, commander@^2.9.0:
version "2.11.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.11.0.tgz#157152fd1e7a6c8d98a5b715cf376df928004563"

Expand Down Expand Up @@ -1633,12 +1633,13 @@ levn@~0.3.0:
prelude-ls "~1.1.2"
type-check "~0.3.2"

lint-staged@4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-4.2.3.tgz#5a1f12256af06110b96225f109dbf215009a37a9"
lint-staged@4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-4.3.0.tgz#ed0779ad9a42c0dc62bb3244e522870b41125879"
dependencies:
app-root-path "^2.0.0"
chalk "^2.1.0"
commander "^2.11.0"
cosmiconfig "^1.1.0"
execa "^0.8.0"
is-glob "^4.0.0"
Expand Down

0 comments on commit 69fb6fe

Please sign in to comment.