mirror of
https://github.com/versia-pub/server.git
synced 2025-12-07 16:58:20 +01:00
refactor(build): 🐛 Promote Husky to dependency
This commit is contained in:
parent
6fdc8b2b9a
commit
11460a83ad
|
|
@ -87,7 +87,6 @@
|
||||||
"@types/qs": "^6.9.15",
|
"@types/qs": "^6.9.15",
|
||||||
"bun-types": "latest",
|
"bun-types": "latest",
|
||||||
"drizzle-kit": "^0.21.1",
|
"drizzle-kit": "^0.21.1",
|
||||||
"husky": "^9.0.11",
|
|
||||||
"oclif": "^4.10.4",
|
"oclif": "^4.10.4",
|
||||||
"ts-prune": "^0.10.3",
|
"ts-prune": "^0.10.3",
|
||||||
"typescript": "^5.4.5"
|
"typescript": "^5.4.5"
|
||||||
|
|
@ -96,6 +95,7 @@
|
||||||
"typescript": "^5.3.2"
|
"typescript": "^5.3.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"husky": "^9.0.11",
|
||||||
"@hackmd/markdown-it-task-lists": "^2.1.4",
|
"@hackmd/markdown-it-task-lists": "^2.1.4",
|
||||||
"@hono/zod-validator": "^0.2.1",
|
"@hono/zod-validator": "^0.2.1",
|
||||||
"@inquirer/confirm": "^3.1.6",
|
"@inquirer/confirm": "^3.1.6",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue