File tree Expand file tree Collapse file tree 9 files changed +5288
-1674
lines changed Expand file tree Collapse file tree 9 files changed +5288
-1674
lines changed Original file line number Diff line number Diff line change 17
17
"@oku-ui/primitives" : " link:../packages/core" ,
18
18
"@shikijs/vitepress-twoslash" : " catalog:" ,
19
19
"@stackblitz/sdk" : " catalog:" ,
20
- "@vueuse/core" : " ^11.2 .0" ,
20
+ "@vueuse/core" : " ^13.0 .0" ,
21
21
"vue" : " catalog:" ,
22
22
"vue-sonner" : " catalog:"
23
23
},
33
33
"fast-glob" : " catalog:" ,
34
34
"markdown-it" : " catalog:" ,
35
35
"postcss" : " ^8.4.47" ,
36
- "tailwindcss" : " ^3.4.14 " ,
36
+ "tailwindcss" : " ^4.0.0 " ,
37
37
"tsx" : " ^4.19.2" ,
38
38
"vitepress" : " catalog:" ,
39
- "vue-component-meta" : " ^2.1.10 "
39
+ "vue-component-meta" : " ^3.0.0 "
40
40
},
41
41
"postcss" : {
42
42
"plugins" : {
Original file line number Diff line number Diff line change 13
13
autofix :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
18
18
- run : npm i -g --force corepack && corepack enable
19
19
- uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 37
37
os : [ubuntu-latest]
38
38
39
39
steps :
40
- - uses : actions/checkout@v4
40
+ - uses : actions/checkout@v5
41
41
42
42
- run : npm i -g --force corepack && corepack enable
43
43
- uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 40
40
os : [ubuntu-latest]
41
41
42
42
steps :
43
- - uses : actions/checkout@v4
43
+ - uses : actions/checkout@v5
44
44
45
45
- run : npm i -g --force corepack && corepack enable
46
46
- uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 12
12
release :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
with :
17
17
fetch-depth : 0
18
18
Original file line number Diff line number Diff line change 16
16
name : Validate PR title
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : amannn/action-semantic-pull-request@v5
19
+ - uses : amannn/action-semantic-pull-request@v6
20
20
id : lint_pr_title
21
21
with :
22
22
types : |
Original file line number Diff line number Diff line change 87
87
"vitest" : " catalog:" ,
88
88
"vitest-axe" : " catalog:" ,
89
89
"vue" : " catalog:" ,
90
- "vue-component-meta" : " ^2.2.8 "
90
+ "vue-component-meta" : " ^3.0.0 "
91
91
},
92
92
"pnpm" : {
93
93
"overrides" : {
You can’t perform that action at this time.
0 commit comments