chore: update deps

This commit is contained in:
vince
2024-07-10 00:38:29 +08:00
parent 2406ca832b
commit c319317217
10 changed files with 143 additions and 110 deletions

View File

@@ -30,7 +30,7 @@
"check": "pnpm run check:dep && pnpm run check:circular && pnpm run check:type && pnpm run check:spell",
"check:circular": "vsh check-circular",
"check:dep": "vsh check-dep",
"check:spell": "cspell \"**/*.ts\" \"**/README.md\" \".changeset/*.md\" --no-progress",
"check:cspell": "cspell lint \"**/*.ts\" \"**/README.md\" \".changeset/*.md\" --no-progress",
"check:type": "turbo run typecheck",
"clean": "vsh clean",
"commit": "czg",