Skip to content

Commit a98c554

Browse files
fix(deps): update all major updates
1 parent 3fadac8 commit a98c554

File tree

8 files changed

+5285
-1671
lines changed

8 files changed

+5285
-1671
lines changed

.docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@oku-ui/primitives": "link:../packages/core",
1818
"@shikijs/vitepress-twoslash": "catalog:",
1919
"@stackblitz/sdk": "catalog:",
20-
"@vueuse/core": "^11.2.0",
20+
"@vueuse/core": "^13.0.0",
2121
"vue": "catalog:",
2222
"vue-sonner": "catalog:"
2323
},
@@ -33,10 +33,10 @@
3333
"fast-glob": "catalog:",
3434
"markdown-it": "catalog:",
3535
"postcss": "^8.4.47",
36-
"tailwindcss": "^3.4.14",
36+
"tailwindcss": "^4.0.0",
3737
"tsx": "^4.19.2",
3838
"vitepress": "catalog:",
39-
"vue-component-meta": "^2.1.10"
39+
"vue-component-meta": "^3.0.0"
4040
},
4141
"postcss": {
4242
"plugins": {

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
autofix:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717

1818
- run: npm i -g --force corepack && corepack enable
1919
- uses: actions/setup-node@v4

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
os: [ubuntu-latest]
3838

3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141

4242
- run: npm i -g --force corepack && corepack enable
4343
- uses: actions/setup-node@v4

.github/workflows/docs-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
os: [ubuntu-latest]
4141

4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v5
4444

4545
- run: npm i -g --force corepack && corepack enable
4646
- uses: actions/setup-node@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
release:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 0
1818

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"vitest": "catalog:",
8888
"vitest-axe": "catalog:",
8989
"vue": "catalog:",
90-
"vue-component-meta": "^2.2.8"
90+
"vue-component-meta": "^3.0.0"
9191
},
9292
"pnpm": {
9393
"overrides": {

0 commit comments

Comments
 (0)