This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 17 files changed +69
-69
lines changed Expand file tree Collapse file tree 17 files changed +69
-69
lines changed Original file line number Diff line number Diff line change 19
19
"build:types" : " cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types"
20
20
},
21
21
"dependencies" : {
22
- "@chakra-ui/vue-system" : " 0.0.1-alpha.0"
22
+ "@chakra-ui/vue-system" : " ^ 0.0.1-alpha.0"
23
23
}
24
24
}
Original file line number Diff line number Diff line change 23
23
"watch:types" : " cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental"
24
24
},
25
25
"dependencies" : {
26
- "@chakra-ui/vue-system" : " 0.0.1-alpha.0" ,
27
- "@chakra-ui/vue-utils" : " 0.0.1-alpha.0" ,
28
- "@chakra-ui/c-icon" : " 0.0.1-alpha.0"
26
+ "@chakra-ui/vue-system" : " ^ 0.0.1-alpha.0" ,
27
+ "@chakra-ui/vue-utils" : " ^ 0.0.1-alpha.0" ,
28
+ "@chakra-ui/c-icon" : " ^ 0.0.1-alpha.0"
29
29
},
30
30
"devDependencies" : {
31
- "@chakra-ui/vue-system" : " 0.0.1-alpha.0" ,
31
+ "@chakra-ui/vue-system" : " ^ 0.0.1-alpha.0" ,
32
32
"vue" : " ^3.0.5"
33
33
},
34
34
"peerDependencies" : {
35
- "@chakra-ui/vue-system" : " 0.0.1-alpha.0" ,
35
+ "@chakra-ui/vue-system" : " ^ 0.0.1-alpha.0" ,
36
36
"vue" : " ^3.0.5"
37
37
}
38
38
}
Original file line number Diff line number Diff line change 34
34
"watch:types" : " cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental"
35
35
},
36
36
"dependencies" : {
37
- "@chakra-ui/vue-system" : " 0.0.1-alpha.0" ,
38
- "@chakra-ui/vue-utils" : " 0.0.1-alpha.0"
37
+ "@chakra-ui/vue-system" : " ^ 0.0.1-alpha.0" ,
38
+ "@chakra-ui/vue-utils" : " ^ 0.0.1-alpha.0"
39
39
},
40
40
"devDependencies" : {
41
- "@chakra-ui/vue-system" : " 0.0.1-alpha.0" ,
41
+ "@chakra-ui/vue-system" : " ^ 0.0.1-alpha.0" ,
42
42
"vue" : " ^3.0.5"
43
43
},
44
44
"peerDependencies" : {
45
- "@chakra-ui/vue-system" : " 0.0.1-alpha.0" ,
45
+ "@chakra-ui/vue-system" : " ^ 0.0.1-alpha.0" ,
46
46
"vue" : " ^3.0.5"
47
47
}
48
48
}
Original file line number Diff line number Diff line change 23
23
"watch:types" : " cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental"
24
24
},
25
25
"dependencies" : {
26
- "@chakra-ui/vue-system" : " 0.0.1-alpha.0" ,
27
- "@chakra-ui/vue-utils" : " 0.0.1-alpha.0" ,
28
- "@chakra-ui/c-icon" : " 0.0.1-alpha.0" ,
29
- "@chakra-ui/c-spinner" : " 0.0.1-alpha.0"
26
+ "@chakra-ui/vue-system" : " ^ 0.0.1-alpha.0" ,
27
+ "@chakra-ui/vue-utils" : " ^ 0.0.1-alpha.0" ,
28
+ "@chakra-ui/c-icon" : " ^ 0.0.1-alpha.0" ,
29
+ "@chakra-ui/c-spinner" : " ^ 0.0.1-alpha.0"
30
30
},
31
31
"devDependencies" : {
32
- "@chakra-ui/vue-system" : " 0.0.1-alpha.0" ,
32
+ "@chakra-ui/vue-system" : " ^ 0.0.1-alpha.0" ,
33
33
"vue" : " ^3.0.5"
34
34
},
35
35
"peerDependencies" : {
36
- "@chakra-ui/vue-system" : " 0.0.1-alpha.0" ,
36
+ "@chakra-ui/vue-system" : " ^ 0.0.1-alpha.0" ,
37
37
"vue" : " ^3.0.5"
38
38
}
39
39
}
Original file line number Diff line number Diff line change 33
33
"watch:types" : " cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch"
34
34
},
35
35
"dependencies" : {
36
- "@chakra-ui/vue-utils" : " 0.0.1-alpha.0"
36
+ "@chakra-ui/vue-utils" : " ^ 0.0.1-alpha.0"
37
37
},
38
38
"peerDependencies" : {
39
39
"vue" : " >=3.0.5"
Original file line number Diff line number Diff line change 34
34
"watch:types" : " cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch"
35
35
},
36
36
"dependencies" : {
37
- "@chakra-ui/vue-utils" : " 0.0.1-alpha.0" ,
37
+ "@chakra-ui/vue-utils" : " ^ 0.0.1-alpha.0" ,
38
38
"csstype" : " ^3.0.5"
39
39
},
40
40
"devDependencies" : {
41
- "@chakra-ui/vue-system" : " 0.0.1-alpha.0" ,
41
+ "@chakra-ui/vue-system" : " ^ 0.0.1-alpha.0" ,
42
42
"csstype" : " ^3.0.5" ,
43
43
"vue" : " ^3.0.5"
44
44
},
45
45
"peerDependencies" : {
46
- "@chakra-ui/vue-system" : " 0.0.1-alpha.0" ,
46
+ "@chakra-ui/vue-system" : " ^ 0.0.1-alpha.0" ,
47
47
"csstype" : " ^3.0.5" ,
48
48
"vue" : " ^3.0.5"
49
49
}
Original file line number Diff line number Diff line change 30
30
"watch:types" : " cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental"
31
31
},
32
32
"dependencies" : {
33
- "@chakra-ui/vue-system" : " 0.0.1-alpha.0"
33
+ "@chakra-ui/vue-system" : " ^ 0.0.1-alpha.0"
34
34
},
35
35
"devDependencies" : {
36
- "@chakra-ui/vue-system" : " 0.0.1-alpha.0" ,
36
+ "@chakra-ui/vue-system" : " ^ 0.0.1-alpha.0" ,
37
37
"vue" : " ^3.0.5"
38
38
},
39
39
"peerDependencies" : {
40
- "@chakra-ui/vue-system" : " 0.0.1-alpha.0" ,
40
+ "@chakra-ui/vue-system" : " ^ 0.0.1-alpha.0" ,
41
41
"vue" : " ^3.0.5"
42
42
}
43
43
}
Original file line number Diff line number Diff line change 34
34
"watch:types" : " cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental"
35
35
},
36
36
"dependencies" : {
37
- "@chakra-ui/vue-utils" : " 0.0.1-alpha.0" ,
37
+ "@chakra-ui/vue-utils" : " ^ 0.0.1-alpha.0" ,
38
38
"@popperjs/core" : " ^2.8.4"
39
39
},
40
40
"devDependencies" : {
41
- "@chakra-ui/vue-utils" : " 0.0.1-alpha.0" ,
41
+ "@chakra-ui/vue-utils" : " ^ 0.0.1-alpha.0" ,
42
42
"vue" : " ^3.0.5"
43
43
},
44
44
"peerDependencies" : {
45
- "@chakra-ui/vue-utils" : " 0.0.1-alpha.0" ,
45
+ "@chakra-ui/vue-utils" : " ^ 0.0.1-alpha.0" ,
46
46
"vue" : " ^3.0.5"
47
47
}
48
48
}
Original file line number Diff line number Diff line change 34
34
"watch:types" : " cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental"
35
35
},
36
36
"dependencies" : {
37
- "@chakra-ui/vue-utils" : " 0.0.1-alpha.0"
37
+ "@chakra-ui/vue-utils" : " ^ 0.0.1-alpha.0"
38
38
},
39
39
"devDependencies" : {
40
- "@chakra-ui/vue-utils" : " 0.0.1-alpha.0" ,
40
+ "@chakra-ui/vue-utils" : " ^ 0.0.1-alpha.0" ,
41
41
"vue" : " ^3.0.5"
42
42
},
43
43
"peerDependencies" : {
44
- "@chakra-ui/vue-utils" : " 0.0.1-alpha.0" ,
44
+ "@chakra-ui/vue-utils" : " ^ 0.0.1-alpha.0" ,
45
45
"vue" : " ^3.0.5"
46
46
}
47
47
}
Original file line number Diff line number Diff line change 36
36
"watch:types" : " cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental"
37
37
},
38
38
"dependencies" : {
39
- "@chakra-ui/vue-system" : " 0.0.1-alpha.0"
39
+ "@chakra-ui/vue-system" : " ^ 0.0.1-alpha.0"
40
40
},
41
41
"peerDependencies" : {
42
- "@chakra-ui/vue-system" : " 0.0.1-alpha.0" ,
42
+ "@chakra-ui/vue-system" : " ^ 0.0.1-alpha.0" ,
43
43
"vue" : " >=3.0.5"
44
44
},
45
45
"devDependencies" : {
46
- "@chakra-ui/vue-system" : " 0.0.1-alpha.0" ,
46
+ "@chakra-ui/vue-system" : " ^ 0.0.1-alpha.0" ,
47
47
"vue" : " >=3.0.5"
48
48
}
49
49
}
You can’t perform that action at this time.
0 commit comments