feat: update package.json dependencies

This commit is contained in:
zzcr 2024-08-12 16:50:27 +08:00
parent 8915cc5a4a
commit 88984d9768
4 changed files with 7 additions and 5 deletions

View File

@ -20,9 +20,10 @@
"@opentiny/vue-alert": "workspace:~",
"@opentiny/vue-button": "workspace:~",
"@opentiny/vue-modal": "workspace:~",
"@opentiny/vue-icon": "workspace:~",
"@opentiny/vue-file-upload": "workspace:~",
"@opentiny/vue-theme": "workspace:~"
"@opentiny/vue-theme": "workspace:~",
"@opentiny/vue-progress": "workspace:~",
"@opentiny/vue-popconfirm": "workspace:~"
},
"license": "MIT"
}

View File

@ -19,7 +19,8 @@
"@opentiny/vue-common": "workspace:~",
"@opentiny/vue-time-spinner": "workspace:~",
"@opentiny/vue-theme": "workspace:~",
"@opentiny/vue-button": "workspace:~"
"@opentiny/vue-button": "workspace:~",
"@opentiny/vue-input": "workspace:~"
},
"license": "MIT"
}

View File

@ -17,7 +17,6 @@
"dependencies": {
"@opentiny/vue-common": "workspace:~",
"@opentiny/vue-renderless": "workspace:~",
"@opentiny/vue-theme": "workspace:~",
"@opentiny/vue-base-select": "workspace:~",
"@opentiny/vue-tree": "workspace:~"
},

View File

@ -18,7 +18,8 @@
"@opentiny/vue-renderless": "workspace:~",
"@opentiny/vue-common": "workspace:~",
"@opentiny/vue-upload-dragger": "workspace:~",
"@opentiny/vue-modal": "workspace:~"
"@opentiny/vue-modal": "workspace:~",
"@opentiny/vue-tooltip": "workspace:~"
},
"license": "MIT"
}