Skip to content

Commit a1cc857

Browse files
authored
fix: fix color-select-panel error when publish (#2583)
1 parent b45da85 commit a1cc857

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vue/src/color-select-panel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"@opentiny/vue-collapse-item": "workspace:~",
1717
"@opentiny/vue-common": "workspace:~",
1818
"@opentiny/vue-input": "workspace:~",
19-
"@opentiny/vue-option": "workspace:^",
19+
"@opentiny/vue-option": "workspace:~",
2020
"@opentiny/vue-renderless": "workspace:~",
21-
"@opentiny/vue-select": "workspace:^",
21+
"@opentiny/vue-select": "workspace:~",
2222
"@opentiny/vue-theme": "workspace:~"
2323
},
2424
"license": "MIT"

0 commit comments

Comments
 (0)