Skip to content

Commit 0be30ad

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

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

packages/renderless/package.json

Lines changed: 3 additions & 3 deletions
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",

packages/utils/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@opentiny/utils",
3-
"version": "1.0.0",
3+
"type": "module",
4+
"version": "1.0.1",
45
"description": "nanoid console xss",
56
"author": "",
67
"license": "ISC",
7-
"type": "module",
88
"repository": {
99
"type": "git",
1010
"url": "git@github.com:opentiny/tiny-vue.git"
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"typescript": "catalog:",
26-
"vite-plugin-dts": "~4.3.0",
27-
"vite": "catalog:"
26+
"vite": "catalog:",
27+
"vite-plugin-dts": "~4.3.0"
2828
}
2929
}

packages/vue-hooks/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "@opentiny/vue-hooks",
3-
"version": "3.21.0",
3+
"version": "3.21.1",
44
"description": "",
5-
"module": "index.ts",
5+
"author": "",
6+
"license": "ISC",
7+
"keywords": [],
68
"main": "index.ts",
9+
"module": "index.ts",
710
"scripts": {
811
"test": "echo \"Error: no test specified\" && exit 1"
912
},
@@ -13,8 +16,5 @@
1316
"dependencies": {
1417
"@floating-ui/dom": "^1.6.9",
1518
"@opentiny/vue-common": "workspace:~"
16-
},
17-
"keywords": [],
18-
"author": "",
19-
"license": "ISC"
19+
}
2020
}

0 commit comments

Comments
 (0)