Skip to content

Commit

Permalink
chore(deps): update all dependencies (#90)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent cd1d629 commit 2a32d81
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 54 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
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 @@ -56,7 +56,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 @@ -54,7 +54,7 @@
"vite": "5.4.11",
"vite-plugin-dts": "4.3.0",
"vitest": "2.1.5",
"vue": "3.5.12",
"vue": "3.5.13",
"vue-tsc": "2.1.10"
},
"peerDependencies": {
Expand Down
124 changes: 74 additions & 50 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2a32d81

Please sign in to comment.