Update dependency lint-staged to v11.1.1
This commit is contained in:
parent
758abb723e
commit
4dca818b20
2 changed files with 6 additions and 6 deletions
|
@ -44,7 +44,7 @@
|
||||||
"gulp": "4.0.2",
|
"gulp": "4.0.2",
|
||||||
"husky": "7.0.1",
|
"husky": "7.0.1",
|
||||||
"json-stringify-pretty-compact": "3.0.0",
|
"json-stringify-pretty-compact": "3.0.0",
|
||||||
"lint-staged": "11.1.0",
|
"lint-staged": "11.1.1",
|
||||||
"prettier": "2.3.2",
|
"prettier": "2.3.2",
|
||||||
"rollup": "2.53.3",
|
"rollup": "2.53.3",
|
||||||
"rollup-plugin-typescript2": "0.30.0",
|
"rollup-plugin-typescript2": "0.30.0",
|
||||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -3631,9 +3631,9 @@ fsevents@~2.3.2:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"lint-staged@npm:11.1.0":
|
"lint-staged@npm:11.1.1":
|
||||||
version: 11.1.0
|
version: 11.1.1
|
||||||
resolution: "lint-staged@npm:11.1.0"
|
resolution: "lint-staged@npm:11.1.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
chalk: ^4.1.1
|
chalk: ^4.1.1
|
||||||
cli-truncate: ^2.1.0
|
cli-truncate: ^2.1.0
|
||||||
|
@ -3652,7 +3652,7 @@ fsevents@~2.3.2:
|
||||||
stringify-object: ^3.3.0
|
stringify-object: ^3.3.0
|
||||||
bin:
|
bin:
|
||||||
lint-staged: bin/lint-staged.js
|
lint-staged: bin/lint-staged.js
|
||||||
checksum: 2f4a951fe24b6359ca32fbe5399fef55b83f3cbdfede478ba3bc6e9adc3230a64f6f33cf51b332cf165d01b464bd6683a64234e3730239c4a0391a789566a909
|
checksum: 1a3100748c60f0ca28635923229ad4e2415681a192fcf40b453b05f6aa053ac87f70328d07374655b55009e4f3b3a6774b132f72ec54a7b1c540d0664ec52c5e
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -4951,7 +4951,7 @@ fsevents@~2.3.2:
|
||||||
gulp: 4.0.2
|
gulp: 4.0.2
|
||||||
husky: 7.0.1
|
husky: 7.0.1
|
||||||
json-stringify-pretty-compact: 3.0.0
|
json-stringify-pretty-compact: 3.0.0
|
||||||
lint-staged: 11.1.0
|
lint-staged: 11.1.1
|
||||||
prettier: 2.3.2
|
prettier: 2.3.2
|
||||||
rollup: 2.53.3
|
rollup: 2.53.3
|
||||||
rollup-plugin-typescript2: 0.30.0
|
rollup-plugin-typescript2: 0.30.0
|
||||||
|
|
Reference in a new issue