Skip to content

Commit 83b710b

Browse files
committed
fix(utils): update packages's versions
1 parent 16d50e5 commit 83b710b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/renderless/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentiny/vue-renderless",
3-
"version": "3.21.1",
3+
"version": "3.21.2",
44
"private": true,
55
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
66
"author": "OpenTiny Team",
@@ -36,8 +36,8 @@
3636
"release": "esno ./scripts/postbuild.ts && shx cp README.md dist"
3737
},
3838
"dependencies": {
39-
"color": "4.2.3",
40-
"@opentiny/utils": "workspace:~"
39+
"@opentiny/utils": "workspace:~",
40+
"color": "4.2.3"
4141
},
4242
"devDependencies": {
4343
"esno": "^4.7.0",

0 commit comments

Comments
 (0)