chore: adding new deps for changelog generation
This commit is contained in:
parent
732b8f3020
commit
b9049e3ec3
15
package.json
15
package.json
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "shadcn-vue",
|
||||
"type": "module",
|
||||
"version": "0.10.2",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@8.15.5",
|
||||
"license": "MIT",
|
||||
|
|
@ -16,10 +15,11 @@
|
|||
"prepare": "pnpm simple-git-hooks",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"changelog": "tsx scripts/update-changelog.ts",
|
||||
"dev:cli": "pnpm --filter shadcn-vue dev",
|
||||
"build:cli": "pnpm --filter shadcn-vue build",
|
||||
"build:registry": "pnpm --filter=www build:registry",
|
||||
"bumpp": "bumpp package.json packages/*/package.json apps/*/package.json",
|
||||
"bumpp": "tsx scripts/changelog.ts",
|
||||
"pub:beta": "cd packages/cli && pnpm pub:beta",
|
||||
"pub:release": "cd packages/cli && pnpm pub:release",
|
||||
"test": "pnpm --filter shadcn-vue test",
|
||||
|
|
@ -30,11 +30,22 @@
|
|||
"@antfu/eslint-config": "^2.8.3",
|
||||
"@commitlint/cli": "^19.2.1",
|
||||
"@commitlint/config-conventional": "^19.1.0",
|
||||
"@types/semver": "^7.5.8",
|
||||
"bumpp": "^9.4.0",
|
||||
"c12": "^1.10.0",
|
||||
"changelogen": "^0.5.5",
|
||||
"consola": "^3.2.3",
|
||||
"dotenv": "^16.4.5",
|
||||
"eslint": "^8.57.0",
|
||||
"execa": "^8.0.1",
|
||||
"globby": "^14.0.1",
|
||||
"lint-staged": "^15.2.2",
|
||||
"ofetch": "^1.3.3",
|
||||
"pathe": "^1.1.2",
|
||||
"semver": "^7.6.0",
|
||||
"simple-git-hooks": "^2.11.0",
|
||||
"taze": "^0.13.3",
|
||||
"tsx": "^4.7.1",
|
||||
"typescript": "^5.4.2",
|
||||
"vitest": "^0.34.6"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user