Skip to content

Commit 02ff432

Browse files
committed
[security] update lint-staged
1 parent 7e24cd0 commit 02ff432

File tree

3 files changed

+522
-891
lines changed

3 files changed

+522
-891
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
strategy:
1010
matrix:
1111
node-version:
12-
- 8.x
1312
- 10.x
1413
- 12.x
1514

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"bs-platform": "^5.2.0",
4141
"husky": "^1.3.0",
42-
"lint-staged": "^8.1.0",
42+
"lint-staged": "^10.1.1",
4343
"npmpub": "^5.0.0",
4444
"prettier": "^1.18.0"
4545
},
@@ -49,12 +49,10 @@
4949
},
5050
"lint-staged": {
5151
"*.{md,json,js,css}": [
52-
"prettier --write",
53-
"git add"
52+
"prettier --write"
5453
],
5554
"*.{re,rei}": [
56-
"bsrefmt --in-place",
57-
"git add"
55+
"bsrefmt --in-place"
5856
]
5957
},
6058
"husky": {

0 commit comments

Comments
 (0)