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 26, 2024
1 parent b19a526 commit 3a21c1f
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 71 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/checkout@v4.2.2
- uses: pnpm/action-setup@v2.4.1
- uses: pnpm/action-setup@v4.0.0
with:
version: 9
run_install: false
Expand Down
4 changes: 2 additions & 2 deletions .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 All @@ -59,7 +59,7 @@ jobs:
run: pnpm coverage

- name: Component Coverage
uses: davelosert/vitest-coverage-report-action@v2.7.0
uses: davelosert/vitest-coverage-report-action@v2.8.0
if: ${{ always() }}
with:
working-directory: ./
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"happy-dom": "15.11.6",
"postcss": "8.4.49",
"tailwindcss": "3.4.15",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "6.0.0",
"vite-plugin-dts": "4.3.0",
"vitest": "2.1.6",
Expand Down
Loading

0 comments on commit 3a21c1f

Please sign in to comment.