Update lint-staged 9 -> 10

Changelog-entry: Update lint-staged 9 -> 10
Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2020-05-13 12:20:06 +02:00
parent a09e029216
commit f1214e6ffd
2 changed files with 475 additions and 334 deletions

804
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -33,8 +33,7 @@
}, },
"lint-staged": { "lint-staged": {
"./**/*.{ts,tsx}": [ "./**/*.{ts,tsx}": [
"make lint-ts", "make lint-ts"
"git add"
] ]
}, },
"author": "Balena Inc. <hello@etcher.io>", "author": "Balena Inc. <hello@etcher.io>",
@ -101,7 +100,7 @@
"electron-mocha": "^8.2.0", "electron-mocha": "^8.2.0",
"electron-notarize": "^0.3.0", "electron-notarize": "^0.3.0",
"husky": "^4.2.5", "husky": "^4.2.5",
"lint-staged": "^9.5.0", "lint-staged": "^10.2.2",
"mocha": "^7.0.1", "mocha": "^7.0.1",
"node-gyp": "^3.8.0", "node-gyp": "^3.8.0",
"node-sass": "^4.12.0", "node-sass": "^4.12.0",