refactor(forgeCLI): massive refactoring

This commit is contained in:
Melvin Chia
2026-01-04 17:02:47 +08:00
parent 271a18c605
commit 3b6f59cd8d
122 changed files with 3191 additions and 2381 deletions

View File

@@ -21,10 +21,13 @@
"pocketbase": "^0.26.3",
"prettier": "^3.7.4",
"prompts": "^2.4.2",
"zod": "^4.1.12"
"semver": "^7.7.3",
"shared": "workspace:*",
"zod": "^4.3.4"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.17.21"
"@types/lodash": "^4.17.21",
"@types/semver": "^7.7.1"
}
}