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 Nov 25, 2024
1 parent 5211a71 commit 6733598
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/[email protected]
- uses: pnpm/action-setup@v2.4.1
- uses: pnpm/action-setup@v4.0.0
with:
version: 9
run_install: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.4.1
- uses: pnpm/action-setup@v4.0.0
with:
version: 9
run_install: true
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"devDependencies": {
"@playwright/test": "1.49.0",
"@tsconfig/node20": "20.1.4",
"@types/node": "22.9.1",
"@types/node": "22.9.3",
"@vitejs/plugin-vue": "5.2.0",
"@vitest/coverage-v8": "2.1.5",
"@vue/test-utils": "2.4.6",
"@vue/tsconfig": "0.6.0",
"happy-dom": "15.11.6",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite-plugin-dts": "4.3.0",
"vitest": "2.1.5",
Expand Down
Loading

0 comments on commit 6733598

Please sign in to comment.