Skip to content

Commit 97c1f84

Browse files
committed
fix(utils): 添加'@opentiny/utils' 依赖
1 parent 10f847f commit 97c1f84

File tree

4 files changed

+43
-39
lines changed

4 files changed

+43
-39
lines changed
Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
{
22
"name": "@opentiny/vue-image-viewer",
3+
"type": "module",
34
"version": "3.21.0",
45
"description": "",
6+
"license": "MIT",
7+
"sideEffects": false,
58
"main": "lib/index.js",
69
"module": "index.ts",
7-
"sideEffects": false,
8-
"type": "module",
9-
"devDependencies": {
10-
"@opentiny-internal/vue-test-utils": "workspace:*",
11-
"vitest": "catalog:"
12-
},
1310
"scripts": {
1411
"build": "pnpm -w build:ui $npm_package_name",
1512
"//postversion": "pnpm build"
1613
},
1714
"dependencies": {
15+
"@opentiny/utils": "workspace:~",
16+
"@opentiny/vue-action-sheet": "workspace:~",
1817
"@opentiny/vue-common": "workspace:~",
19-
"@opentiny/vue-icon": "workspace:~",
20-
"@opentiny/vue-renderless": "workspace:~",
2118
"@opentiny/vue-dropdown": "workspace:~",
22-
"@opentiny/vue-dropdown-menu": "workspace:~",
2319
"@opentiny/vue-dropdown-item": "workspace:~",
24-
"@opentiny/vue-action-sheet": "workspace:~",
20+
"@opentiny/vue-dropdown-menu": "workspace:~",
21+
"@opentiny/vue-icon": "workspace:~",
22+
"@opentiny/vue-renderless": "workspace:~",
2523
"@opentiny/vue-theme": "workspace:~"
2624
},
27-
"license": "MIT"
25+
"devDependencies": {
26+
"@opentiny-internal/vue-test-utils": "workspace:*",
27+
"vitest": "catalog:"
28+
}
2829
}

packages/vue/src/image/package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
{
22
"name": "@opentiny/vue-image",
3+
"type": "module",
34
"version": "3.21.0",
45
"description": "",
6+
"license": "MIT",
7+
"sideEffects": false,
58
"main": "lib/index.js",
69
"module": "index.ts",
7-
"sideEffects": false,
8-
"type": "module",
9-
"devDependencies": {
10-
"@opentiny-internal/vue-test-utils": "workspace:*",
11-
"vitest": "catalog:"
12-
},
1310
"scripts": {
1411
"build": "pnpm -w build:ui $npm_package_name",
1512
"//postversion": "pnpm build"
1613
},
1714
"dependencies": {
15+
"@opentiny/utils": "workspace:~",
1816
"@opentiny/vue-common": "workspace:~",
19-
"@opentiny/vue-renderless": "workspace:~",
17+
"@opentiny/vue-icon": "workspace:~",
2018
"@opentiny/vue-image-viewer": "workspace:~",
21-
"@opentiny/vue-theme": "workspace:~",
22-
"@opentiny/vue-icon": "workspace:~"
19+
"@opentiny/vue-renderless": "workspace:~",
20+
"@opentiny/vue-theme": "workspace:~"
2321
},
24-
"license": "MIT"
22+
"devDependencies": {
23+
"@opentiny-internal/vue-test-utils": "workspace:*",
24+
"vitest": "catalog:"
25+
}
2526
}

packages/vue/src/input/package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
{
22
"name": "@opentiny/vue-input",
3+
"type": "module",
34
"version": "3.21.0",
45
"description": "",
6+
"license": "MIT",
7+
"sideEffects": false,
58
"main": "lib/index.js",
69
"module": "index.ts",
7-
"sideEffects": false,
8-
"type": "module",
9-
"devDependencies": {
10-
"@opentiny-internal/vue-test-utils": "workspace:*",
11-
"vitest": "catalog:"
12-
},
1310
"scripts": {
1411
"build": "pnpm -w build:ui $npm_package_name",
1512
"//postversion": "pnpm build"
1613
},
1714
"dependencies": {
15+
"@opentiny/utils": "workspace:~",
1816
"@opentiny/vue-action-sheet": "workspace:~",
19-
"@opentiny/vue-common": "workspace:~",
20-
"@opentiny/vue-icon": "workspace:~",
21-
"@opentiny/vue-tooltip": "workspace:~",
2217
"@opentiny/vue-button": "workspace:~",
18+
"@opentiny/vue-common": "workspace:~",
2319
"@opentiny/vue-dialog-box": "workspace:~",
20+
"@opentiny/vue-icon": "workspace:~",
2421
"@opentiny/vue-renderless": "workspace:~",
25-
"@opentiny/vue-theme": "workspace:~"
22+
"@opentiny/vue-theme": "workspace:~",
23+
"@opentiny/vue-tooltip": "workspace:~"
2624
},
27-
"license": "MIT"
25+
"devDependencies": {
26+
"@opentiny-internal/vue-test-utils": "workspace:*",
27+
"vitest": "catalog:"
28+
}
2829
}
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
{
22
"name": "@opentiny/vue-recycle-scroller",
3+
"type": "module",
34
"version": "3.21.0",
45
"description": "",
6+
"license": "MIT",
7+
"sideEffects": false,
58
"main": "lib/index.js",
69
"module": "index.ts",
7-
"sideEffects": false,
8-
"type": "module",
9-
"devDependencies": {
10-
"@opentiny-internal/vue-test-utils": "workspace:*",
11-
"vitest": "catalog:"
12-
},
1310
"dependencies": {
11+
"@opentiny/utils": "workspace:~",
1412
"@opentiny/vue-common": "workspace:~",
1513
"@opentiny/vue-renderless": "workspace:~",
1614
"@opentiny/vue-theme": "workspace:~"
1715
},
18-
"license": "MIT"
16+
"devDependencies": {
17+
"@opentiny-internal/vue-test-utils": "workspace:*",
18+
"vitest": "catalog:"
19+
}
1920
}

0 commit comments

Comments
 (0)