mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 21:57:54 +00:00
Merge pull request #2021 from balena-os/update-dev
Update husky/lint-staged dev dependencies
This commit is contained in:
commit
4c9e4710ad
1453
package-lock.json
generated
1453
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -25,7 +25,8 @@
|
||||
"sync": "ts-node --files sync/sync.ts",
|
||||
"clean": "rimraf build",
|
||||
"install-native-deps": "./build-utils/install-dbus.sh",
|
||||
"flowzone-preinstall": "npm run install-native-deps"
|
||||
"flowzone-preinstall": "npm run install-native-deps",
|
||||
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\""
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
@ -93,12 +94,12 @@
|
||||
"express": "^4.17.1",
|
||||
"fork-ts-checker-webpack-plugin": "^5.1.0",
|
||||
"fp-ts": "^2.8.1",
|
||||
"husky": "^4.2.5",
|
||||
"husky": "^8.0.1",
|
||||
"io-ts": "^2.2.10",
|
||||
"io-ts-reporters": "^1.2.2",
|
||||
"json-mask": "^0.3.9",
|
||||
"knex": "^0.20.13",
|
||||
"lint-staged": "^10.2.11",
|
||||
"lint-staged": "^13.0.3",
|
||||
"livepush": "^3.5.1",
|
||||
"lodash": "^4.17.21",
|
||||
"memoizee": "^0.4.14",
|
||||
|
Loading…
Reference in New Issue
Block a user