Skip to content

Commit 2f1dc7b

Browse files
chore(deps): update all dependencies (#391)
1 parent 8844e7c commit 2f1dc7b

File tree

5 files changed

+54
-54
lines changed

5 files changed

+54
-54
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919

2020
- name: Setup Node.js environment
2121
uses: actions/setup-node@v6

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: startsWith(github.ref, 'refs/tags/v')
2323

2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
with:
2727
fetch-depth: 0
2828

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616

1717
- name: Setup Node.js environment
1818
uses: actions/setup-node@v6

package-lock.json

Lines changed: 49 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/jsdom": "27.0.0",
6060
"@types/node": "24.10.1",
6161
"@vitejs/plugin-vue": "6.0.2",
62-
"@vitest/coverage-v8": "4.0.11",
62+
"@vitest/coverage-v8": "4.0.12",
6363
"@vue/test-utils": "2.4.6",
6464
"@vue/tsconfig": "0.8.1",
6565
"autoprefixer": "10.4.22",
@@ -73,7 +73,7 @@
7373
"vite-plugin-dts": "4.5.4",
7474
"vite-plugin-vue-devtools": "8.0.5",
7575
"vitepress": "1.6.4",
76-
"vitest": "4.0.11",
76+
"vitest": "4.0.12",
7777
"vue": "3.5.24",
7878
"vue-component-type-helpers": "3.1.4",
7979
"vue-router": "4.6.3",

0 commit comments

Comments
 (0)