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

@@ -19,11 +19,11 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@ccms/i18n": "^0.28.0-beta.10",
"@ccms/nodejs": "^0.28.0-beta.10",
"core-js": "^3.33.2"
"@ccms/i18n": "workspace:*",
"@ccms/nodejs": "workspace:*",
"core-js": "^3.44.0"
},
"devDependencies": {
"@ccms/nashorn": "^0.28.0-beta.10"
"@ccms/nashorn": "workspace:*"
}
}