pull/68/head
xiaojunnuo 2024-02-28 10:23:15 +08:00
parent 4cea45bd87
commit 292a7ecbe3
1 changed files with 4 additions and 3 deletions

View File

@ -4,9 +4,10 @@
"private": true, "private": true,
"type": "module", "type": "module",
"devDependencies": { "devDependencies": {
"@lerna-lite/cli": "^2.4.0", "@lerna-lite/cli": "^3.2.1",
"@lerna-lite/publish": "^2.4.0", "@lerna-lite/publish": "^3.2.1",
"@lerna-lite/run": "^2.4.0" "@lerna-lite/run": "^3.2.1",
"@lerna-lite/version": "^3.2.1"
}, },
"scripts": { "scripts": {
"start": "lerna bootstrap --hoist", "start": "lerna bootstrap --hoist",