Skip to content

Commit 10f847f

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

File tree

4 files changed

+32
-28
lines changed

4 files changed

+32
-28
lines changed
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
{
22
"name": "@opentiny/vue-grid-manager",
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-grid": "workspace:~"
1917
},
20-
"license": "MIT"
18+
"devDependencies": {
19+
"@opentiny-internal/vue-test-utils": "workspace:*",
20+
"vitest": "catalog:"
21+
}
2122
}
Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
{
22
"name": "@opentiny/vue-grid-select",
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": {
18-
"@opentiny/vue-common": "workspace:~",
19-
"@opentiny/vue-renderless": "workspace:~",
15+
"@opentiny/utils": "workspace:~",
2016
"@opentiny/vue-base-select": "workspace:~",
21-
"@opentiny/vue-grid": "workspace:~"
17+
"@opentiny/vue-common": "workspace:~",
18+
"@opentiny/vue-grid": "workspace:~",
19+
"@opentiny/vue-renderless": "workspace:~"
2220
},
23-
"license": "MIT"
21+
"devDependencies": {
22+
"@opentiny-internal/vue-test-utils": "workspace:*",
23+
"vitest": "catalog:"
24+
}
2425
}

packages/vue/src/grid-toolbar/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"//postversion": "pnpm build"
1313
},
1414
"dependencies": {
15+
"@opentiny/utils": "workspace:~",
1516
"@opentiny/vue-alert": "workspace:~",
1617
"@opentiny/vue-button": "workspace:~",
1718
"@opentiny/vue-checkbox": "workspace:~",

packages/vue/src/guide/package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
{
22
"name": "@opentiny/vue-guide",
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": {
14-
"@opentiny/vue-renderless": "workspace:~",
15-
"@opentiny/vue-common": "workspace:~",
16-
"shepherd.js": "11.1.1",
1711
"@floating-ui/dom": "^1.0.10",
18-
"@opentiny/vue-theme": "workspace:~"
12+
"@opentiny/utils": "workspace:~",
13+
"@opentiny/vue-common": "workspace:~",
14+
"@opentiny/vue-renderless": "workspace:~",
15+
"@opentiny/vue-theme": "workspace:~",
16+
"shepherd.js": "11.1.1"
1917
},
20-
"license": "MIT"
18+
"devDependencies": {
19+
"@opentiny-internal/vue-test-utils": "workspace:*",
20+
"vitest": "catalog:"
21+
}
2122
}

0 commit comments

Comments
 (0)