Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent b8a2b9a commit f5181d3
Show file tree
Hide file tree
Showing 3 changed files with 415 additions and 143 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- uses: actions/checkout@v4.2.2
- uses: actions/cache@v4.1.2
- uses: actions/cache@v4.2.0
with:
path: /home/runner/.local/share/pnpm/store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@
"devDependencies": {
"@playwright/test": "1.49.0",
"@tsconfig/node20": "^20.1.4",
"@types/node": "22.10.0",
"@types/node": "22.10.1",
"@vitejs/plugin-vue": "5.2.1",
"@vitest/coverage-v8": "2.1.6",
"@vitest/coverage-v8": "2.1.8",
"@vue/test-utils": "2.4.6",
"@vue/tsconfig": "^0.6.0",
"happy-dom": "15.11.6",
"typescript": "5.6.3",
"vite": "6.0.0",
"@vue/tsconfig": "^0.7.0",
"happy-dom": "15.11.7",
"typescript": "5.7.2",
"vite": "6.0.3",
"vite-plugin-dts": "4.3.0",
"vitest": "2.1.6",
"vitest": "2.1.8",
"vue": "3.5.13",
"vue-tsc": "2.1.10"
},
Expand Down
Loading

0 comments on commit f5181d3

Please sign in to comment.