Skip to content

Commit ffaeeed

Browse files
committed
fixup lint-staged update
1 parent 1b85d55 commit ffaeeed

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,10 @@
5353
},
5454
"lint-staged": {
5555
"*.{md,json,js,css}": [
56-
"prettier --write",
57-
"git add"
56+
"prettier --write"
5857
],
5958
"*.{re,rei}": [
60-
"bsrefmt --in-place",
61-
"git add"
59+
"bsrefmt --in-place"
6260
]
6361
},
6462
"husky": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"@babel/highlight" "^7.8.3"
1111

1212
"@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==
1616

1717
"@babel/highlight@^7.8.3":
1818
version "7.9.0"
@@ -322,9 +322,9 @@ cross-spawn@^6.0.0:
322322
which "^1.2.9"
323323

324324
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==
328328
dependencies:
329329
path-key "^3.1.0"
330330
shebang-command "^2.0.0"
@@ -753,9 +753,9 @@ lines-and-columns@^1.1.6:
753753
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
754754

755755
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==
759759
dependencies:
760760
chalk "^3.0.0"
761761
commander "^4.0.1"

0 commit comments

Comments
 (0)