File tree Expand file tree Collapse file tree 4 files changed +32
-28
lines changed Expand file tree Collapse file tree 4 files changed +32
-28
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @opentiny/vue-grid-manager" ,
3
+ "type" : " module" ,
3
4
"version" : " 3.21.0" ,
4
5
"description" : " " ,
6
+ "license" : " MIT" ,
7
+ "sideEffects" : false ,
5
8
"main" : " lib/index.js" ,
6
9
"module" : " index.ts" ,
7
- "sideEffects" : false ,
8
- "type" : " module" ,
9
- "devDependencies" : {
10
- "@opentiny-internal/vue-test-utils" : " workspace:*" ,
11
- "vitest" : " catalog:"
12
- },
13
10
"scripts" : {
14
11
"build" : " pnpm -w build:ui $npm_package_name" ,
15
12
"//postversion" : " pnpm build"
16
13
},
17
14
"dependencies" : {
15
+ "@opentiny/utils" : " workspace:~" ,
18
16
"@opentiny/vue-grid" : " workspace:~"
19
17
},
20
- "license" : " MIT"
18
+ "devDependencies" : {
19
+ "@opentiny-internal/vue-test-utils" : " workspace:*" ,
20
+ "vitest" : " catalog:"
21
+ }
21
22
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @opentiny/vue-grid-select" ,
3
+ "type" : " module" ,
3
4
"version" : " 3.21.0" ,
4
5
"description" : " " ,
6
+ "license" : " MIT" ,
7
+ "sideEffects" : false ,
5
8
"main" : " lib/index.js" ,
6
9
"module" : " index.ts" ,
7
- "sideEffects" : false ,
8
- "type" : " module" ,
9
- "devDependencies" : {
10
- "@opentiny-internal/vue-test-utils" : " workspace:*" ,
11
- "vitest" : " catalog:"
12
- },
13
10
"scripts" : {
14
11
"build" : " pnpm -w build:ui $npm_package_name" ,
15
12
"//postversion" : " pnpm build"
16
13
},
17
14
"dependencies" : {
18
- "@opentiny/vue-common" : " workspace:~" ,
19
- "@opentiny/vue-renderless" : " workspace:~" ,
15
+ "@opentiny/utils" : " workspace:~" ,
20
16
"@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:~"
22
20
},
23
- "license" : " MIT"
21
+ "devDependencies" : {
22
+ "@opentiny-internal/vue-test-utils" : " workspace:*" ,
23
+ "vitest" : " catalog:"
24
+ }
24
25
}
Original file line number Diff line number Diff line change 12
12
"//postversion" : " pnpm build"
13
13
},
14
14
"dependencies" : {
15
+ "@opentiny/utils" : " workspace:~" ,
15
16
"@opentiny/vue-alert" : " workspace:~" ,
16
17
"@opentiny/vue-button" : " workspace:~" ,
17
18
"@opentiny/vue-checkbox" : " workspace:~" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @opentiny/vue-guide" ,
3
+ "type" : " module" ,
3
4
"version" : " 3.21.0" ,
4
5
"description" : " " ,
6
+ "license" : " MIT" ,
7
+ "sideEffects" : false ,
5
8
"main" : " lib/index.js" ,
6
9
"module" : " index.ts" ,
7
- "sideEffects" : false ,
8
- "type" : " module" ,
9
- "devDependencies" : {
10
- "@opentiny-internal/vue-test-utils" : " workspace:*" ,
11
- "vitest" : " catalog:"
12
- },
13
10
"dependencies" : {
14
- "@opentiny/vue-renderless" : " workspace:~" ,
15
- "@opentiny/vue-common" : " workspace:~" ,
16
- "shepherd.js" : " 11.1.1" ,
17
11
"@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"
19
17
},
20
- "license" : " MIT"
18
+ "devDependencies" : {
19
+ "@opentiny-internal/vue-test-utils" : " workspace:*" ,
20
+ "vitest" : " catalog:"
21
+ }
21
22
}
You can’t perform that action at this time.
0 commit comments