fix(modlue): When repairing on-demand installation of components, no dependency packages for other components were found (#660)

This commit is contained in:
chenxi-20 2023-10-25 20:25:56 -07:00 committed by GitHub
parent b2827a601e
commit d9c8a1528c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 7 deletions

View File

@ -16,7 +16,11 @@
},
"dependencies": {
"@opentiny/vue-renderless": "workspace:~",
"@opentiny/vue-picker": "workspace:~"
"@opentiny/vue-common": "workspace:~",
"@opentiny/vue-picker": "workspace:~",
"@opentiny/vue-mini-picker": "workspace:~",
"@opentiny/vue-input": "workspace:~",
"@opentiny/vue-icon": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -19,14 +19,18 @@
"@opentiny/vue-common": "workspace:~",
"@opentiny/vue-locale": "workspace:~",
"@opentiny/vue-tag": "workspace:~",
"@opentiny/vue-loading": "workspace:~",
"@opentiny/vue-input": "workspace:~",
"@opentiny/vue-option": "workspace:~",
"@opentiny/vue-scrollbar": "workspace:~",
"@opentiny/vue-popover": "workspace:~",
"@opentiny/vue-icon": "workspace:~",
"@opentiny/vue-select-dropdown": "workspace:~",
"@opentiny/vue-search": "workspace:~",
"@opentiny/vue-grid": "workspace:~",
"@opentiny/vue-tree": "workspace:~"
"@opentiny/vue-tree": "workspace:~",
"@opentiny/vue-tooltip": "workspace:~",
"@opentiny/vue-filter-box": "workspace:~",
"@opentiny/vue-checkbox": "workspace:~"
},
"license": "MIT"
}
}

View File

@ -16,7 +16,15 @@
},
"dependencies": {
"@opentiny/vue-renderless": "workspace:~",
"@opentiny/vue-common": "workspace:~"
"@opentiny/vue-common": "workspace:~",
"@opentiny/vue-collapse-transition": "workspace:~",
"@opentiny/vue-icon": "workspace:~",
"@opentiny/vue-checkbox": "workspace:~",
"@opentiny/vue-radio": "workspace:~",
"@opentiny/vue-input": "workspace:~",
"@opentiny/vue-switch": "workspace:~",
"@opentiny/vue-popover": "workspace:~",
"@opentiny/vue-button": "workspace:~"
},
"license": "MIT"
}
}