Skip to content

Commit d6b94df

Browse files
chore(deps): update all dependencies
1 parent b8a2b9a commit d6b94df

File tree

3 files changed

+429
-157
lines changed

3 files changed

+429
-157
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- uses: actions/[email protected]
37-
- uses: actions/cache@v4.1.2
37+
- uses: actions/cache@v4.2.0
3838
with:
3939
path: /home/runner/.local/share/pnpm/store
4040
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@
4242
],
4343
"license": "MIT",
4444
"devDependencies": {
45-
"@playwright/test": "1.49.0",
45+
"@playwright/test": "1.49.1",
4646
"@tsconfig/node20": "^20.1.4",
47-
"@types/node": "22.10.0",
47+
"@types/node": "22.10.2",
4848
"@vitejs/plugin-vue": "5.2.1",
49-
"@vitest/coverage-v8": "2.1.6",
49+
"@vitest/coverage-v8": "2.1.8",
5050
"@vue/test-utils": "2.4.6",
51-
"@vue/tsconfig": "^0.6.0",
52-
"happy-dom": "15.11.6",
53-
"typescript": "5.6.3",
54-
"vite": "6.0.0",
51+
"@vue/tsconfig": "^0.7.0",
52+
"happy-dom": "15.11.7",
53+
"typescript": "5.7.2",
54+
"vite": "6.0.3",
5555
"vite-plugin-dts": "4.3.0",
56-
"vitest": "2.1.6",
56+
"vitest": "2.1.8",
5757
"vue": "3.5.13",
5858
"vue-tsc": "2.1.10"
5959
},

0 commit comments

Comments
 (0)