feat: use workspace version

This commit is contained in:
2025-07-14 16:56:16 +08:00
parent 8e807fc2e0
commit 9250dbb2ad
17 changed files with 96 additions and 94 deletions

View File

@@ -24,14 +24,15 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@ccms/common": "^0.28.0-beta.10",
"@ccms/container": "^0.28.0-beta.10",
"@ccms/i18n": "^0.28.0-beta.10",
"@ccms/polyfill": "^0.28.0-beta.10",
"@ccms/common": "workspace:*",
"@ccms/container": "workspace:*",
"@ccms/i18n": "workspace:*",
"@ccms/polyfill": "workspace:*",
"base64-js": "^1.5.1",
"source-map-builder": "^0.0.7"
},
"devDependencies": {
"@types/base64-js": "^1.3.0"
"@ccms/nashorn": "workspace:*",
"@types/base64-js": "^1.5.0"
}
}