Skip to content

Commit

Permalink
chore(deps): update all dependencies (#96)
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 Jan 13, 2025
1 parent ddbedd4 commit 28ee295
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 124 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: echo "${{ steps.changelog.outputs.changelog }}"

- name: Create Release
uses: ncipollo/release-action@v1.14.0
uses: ncipollo/release-action@v1.15.0
if: steps.create_tag.outputs.successful
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Run e2e tests
run: pnpm test:ci-e2e

- uses: actions/upload-artifact@v4.5.0
- uses: actions/upload-artifact@v4.6.0
if: always()
with:
name: playwright-report
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"devDependencies": {
"@playwright/test": "1.49.1",
"@tsconfig/node22": "22.0.0",
"@types/node": "22.10.4",
"@types/node": "22.10.5",
"@vitejs/plugin-vue": "5.2.1",
"@vitest/coverage-v8": "2.1.8",
"@vue/test-utils": "2.4.6",
"@vue/tsconfig": "0.7.0",
"happy-dom": "16.3.0",
"typescript": "5.7.2",
"happy-dom": "16.5.3",
"typescript": "5.7.3",
"vite": "6.0.7",
"vite-plugin-dts": "4.4.0",
"vite-plugin-dts": "4.5.0",
"vitest": "2.1.8",
"vue": "3.5.13",
"vue-tsc": "2.2.0"
Expand Down
Loading

0 comments on commit 28ee295

Please sign in to comment.