mirror of
https://github.com/run-llama/pdf-viewer.git
synced 2026-06-30 21:37:55 -04:00
Update husky to 9.0.0
This commit is contained in:
@@ -1,4 +1 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
yarn lint-staged
|
||||
|
||||
+2
-2
@@ -11,14 +11,14 @@
|
||||
"build": "yarn workspace react-pdf build",
|
||||
"dev": "yarn workspace react-pdf watch & yarn workspace test dev",
|
||||
"lint": "yarn workspaces foreach --all run lint",
|
||||
"postinstall": "husky install",
|
||||
"postinstall": "husky",
|
||||
"prettier": "yarn workspaces foreach --all run prettier",
|
||||
"test": "yarn workspaces foreach --all run test",
|
||||
"tsc": "yarn workspaces foreach --all run tsc",
|
||||
"unit": "yarn workspaces foreach --all run unit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"husky": "^8.0.0",
|
||||
"husky": "^9.0.0",
|
||||
"lint-staged": "^15.0.0",
|
||||
"prettier": "^3.0.0"
|
||||
},
|
||||
|
||||
@@ -2967,12 +2967,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"husky@npm:^8.0.0":
|
||||
version: 8.0.3
|
||||
resolution: "husky@npm:8.0.3"
|
||||
"husky@npm:^9.0.0":
|
||||
version: 9.0.7
|
||||
resolution: "husky@npm:9.0.7"
|
||||
bin:
|
||||
husky: lib/bin.js
|
||||
checksum: 6722591771c657b91a1abb082e07f6547eca79144d678e586828ae806499d90dce2a6aee08b66183fd8b085f19d20e0990a2ad396961746b4c8bd5bdb619d668
|
||||
husky: bin.js
|
||||
checksum: ac36838bc230b42ca878eeb6993cba5499b858700581fa9e8b579227af9ad47bdbf4c050f4145f51f33f77c16d359f329622b7050150c78a7c52be26cc24174e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -4509,7 +4509,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "react-pdf-monorepo@workspace:."
|
||||
dependencies:
|
||||
husky: "npm:^8.0.0"
|
||||
husky: "npm:^9.0.0"
|
||||
lint-staged: "npm:^15.0.0"
|
||||
prettier: "npm:^3.0.0"
|
||||
languageName: unknown
|
||||
|
||||
Reference in New Issue
Block a user