File tree Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 53
53
},
54
54
"lint-staged" : {
55
55
"*.{md,json,js,css}" : [
56
- " prettier --write" ,
57
- " git add"
56
+ " prettier --write"
58
57
],
59
58
"*.{re,rei}" : [
60
- " bsrefmt --in-place" ,
61
- " git add"
59
+ " bsrefmt --in-place"
62
60
]
63
61
},
64
62
"husky" : {
Original file line number Diff line number Diff line change 10
10
" @babel/highlight" " ^7.8.3"
11
11
12
12
" @babel/helper-validator-identifier@^7.9.0 " :
13
- version "7.9.0 "
14
- resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0 .tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed "
15
- integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw ==
13
+ version "7.9.5 "
14
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5 .tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80 "
15
+ integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g ==
16
16
17
17
" @babel/highlight@^7.8.3 " :
18
18
version "7.9.0"
@@ -322,9 +322,9 @@ cross-spawn@^6.0.0:
322
322
which "^1.2.9"
323
323
324
324
cross-spawn@^7.0.0 :
325
- version "7.0.1 "
326
- resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1 .tgz#0ab56286e0f7c24e153d04cc2aa027e43a9a5d14 "
327
- integrity sha512-u7v4o84SwFpD32Z8IIcPZ6z1/ie24O6RU3RbtL5Y316l3KuHVPx9ItBgWQ6VlfAFnRnTtMUrsQ9MUUTuEZjogg ==
325
+ version "7.0.2 "
326
+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.2 .tgz#d0d7dcfa74e89115c7619f4f721a94e1fdb716d6 "
327
+ integrity sha512-PD6G8QG3S4FK/XCGFbEQrDqO2AnMMsy0meR7lerlIOHAAbkuavGU/pOqprrlvfTNjvowivTeBsjebAL0NSoMxw ==
328
328
dependencies :
329
329
path-key "^3.1.0"
330
330
shebang-command "^2.0.0"
@@ -753,9 +753,9 @@ lines-and-columns@^1.1.6:
753
753
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
754
754
755
755
lint-staged@^10.1.1 :
756
- version "10.1.1 "
757
- resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.1.1 .tgz#1c8569b66d684e6e3553cd760c03053f41fca152 "
758
- integrity sha512-wAeu/ePaBAOfwM2+cVbgPWDtn17B0Sxiv0NvNEqDAIvB8Yhvl60vafKFiK4grcYn87K1iK+a0zVoETvKbdT9/Q ==
756
+ version "10.1.2 "
757
+ resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-10.1.2 .tgz#beaefc58037ea9e02fe7639cb323d584312a7957 "
758
+ integrity sha512-Vtbe8rhWbJxPNlnXk6jczRh6wvAVjGg+VhELAIjLakOjTACdB4qJOD4W2R8oUXLRCqL1t9WMUsXbSlVK34A8Lg ==
759
759
dependencies :
760
760
chalk "^3.0.0"
761
761
commander "^4.0.1"
You can’t perform that action at this time.
0 commit comments