Skip to content

Commit cd354c3

Browse files
Bump lint-staged from 4.2.3 to 4.3.0
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 4.2.3 to 4.3.0. - [Release notes](https://github.com/okonet/lint-staged/releases/tag/v4.3.0) - [Commits](lint-staged/lint-staged@v4.2.3...v4.3.0)
1 parent 3b831ac commit cd354c3

File tree

2 files changed

+23
-11
lines changed

2 files changed

+23
-11
lines changed

package.json

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "objective-c-parser",
33
"version": "1.1.1",
4-
"description":
5-
"Get an objective-c header file and translate it to equivalent javascript calls",
4+
"description": "Get an objective-c header file and translate it to equivalent javascript calls",
65
"license": "MIT",
76
"repository": "danielmschmidt/objective-c-parser",
87
"scripts": {
@@ -11,7 +10,10 @@
1110
"fmt": "prettier --write **/*.{js,json,css}"
1211
},
1312
"lint-staged": {
14-
"*.{js,json,css}": ["prettier --write", "git add"]
13+
"*.{js,json,css}": [
14+
"prettier --write",
15+
"git add"
16+
]
1517
},
1618
"author": {
1719
"name": "Daniel Schmidt",
@@ -32,17 +34,26 @@
3234
}
3335
}
3436
},
35-
"files": ["index.js", "README.md"],
36-
"keywords": ["objective-c", "parser"],
37+
"files": [
38+
"index.js",
39+
"README.md"
40+
],
41+
"keywords": [
42+
"objective-c",
43+
"parser"
44+
],
3745
"devDependencies": {
3846
"coveralls": "^3.0.0",
3947
"husky": "0.14.3",
4048
"jest": "^21.2.1",
41-
"lint-staged": "4.2.3",
49+
"lint-staged": "4.3.0",
4250
"nyc": "^11.2.1",
4351
"prettier": "1.7.4"
4452
},
4553
"nyc": {
46-
"reporter": ["lcov", "text"]
54+
"reporter": [
55+
"lcov",
56+
"text"
57+
]
4758
}
4859
}

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ combined-stream@^1.0.5, combined-stream@~1.0.5:
478478
dependencies:
479479
delayed-stream "~1.0.0"
480480

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

@@ -1633,12 +1633,13 @@ levn@~0.3.0:
16331633
prelude-ls "~1.1.2"
16341634
type-check "~0.3.2"
16351635

1636-
lint-staged@4.2.3:
1637-
version "4.2.3"
1638-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-4.2.3.tgz#5a1f12256af06110b96225f109dbf215009a37a9"
1636+
lint-staged@4.3.0:
1637+
version "4.3.0"
1638+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-4.3.0.tgz#ed0779ad9a42c0dc62bb3244e522870b41125879"
16391639
dependencies:
16401640
app-root-path "^2.0.0"
16411641
chalk "^2.1.0"
1642+
commander "^2.11.0"
16421643
cosmiconfig "^1.1.0"
16431644
execa "^0.8.0"
16441645
is-glob "^4.0.0"

0 commit comments

Comments
 (0)