1
0
mirror of synced 2026-04-03 06:28:35 +08:00

chore: 包内依赖改成workspace:*,更新release脚本

This commit is contained in:
roymondchen
2024-04-26 17:15:28 +08:00
parent e39a7d140f
commit 6b081fdc53
17 changed files with 1437 additions and 475 deletions

View File

@@ -28,7 +28,7 @@
"prepare": "husky install",
"commit": "git-cz",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "node scripts/release.cjs"
"release": "node scripts/release.mjs"
},
"engines": {
"node": ">=18"
@@ -51,7 +51,6 @@
"@vitejs/plugin-vue": "^4.5.2",
"@vitest/coverage-v8": "^1.0.4",
"c8": "^7.11.3",
"chalk": "^4.1.0",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^4.1.0",
"cosmiconfig": "^8.3.6",
@@ -70,6 +69,7 @@
"jsdom": "^19.0.0",
"lint-staged": "^11.0.1",
"minimist": "^1.2.6",
"picocolors": "^1.0.0",
"prettier": "^2.8.7",
"recast": "^0.20.4",
"rimraf": "^3.0.2",