From 2e699730e7fa3842f41e7904e4ebc79e6e00b5cc Mon Sep 17 00:00:00 2001 From: ajaxzheng <894103554@qq.com> Date: Mon, 2 Dec 2024 11:47:24 +0800 Subject: [PATCH] fix: fix color-select-panel error when publish --- packages/vue/src/color-select-panel/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/vue/src/color-select-panel/package.json b/packages/vue/src/color-select-panel/package.json index b8252aace4..130df2e0bc 100644 --- a/packages/vue/src/color-select-panel/package.json +++ b/packages/vue/src/color-select-panel/package.json @@ -16,9 +16,9 @@ "@opentiny/vue-collapse-item": "workspace:~", "@opentiny/vue-common": "workspace:~", "@opentiny/vue-input": "workspace:~", - "@opentiny/vue-option": "workspace:^", + "@opentiny/vue-option": "workspace:~", "@opentiny/vue-renderless": "workspace:~", - "@opentiny/vue-select": "workspace:^", + "@opentiny/vue-select": "workspace:~", "@opentiny/vue-theme": "workspace:~" }, "license": "MIT"