Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 3, 2024
1 parent 63a74a3 commit cfd80f7
Show file tree
Hide file tree
Showing 4 changed files with 521 additions and 513 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: export screenshots (on failure only)
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
if: ${{ failure() }}
with:
name: cypress-screenshots
path: e2e/cypress/screenshots
retention-days: 7

- name: export screen recordings (on failure only)
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
if: ${{ failure() }}
with:
name: cypress-videos
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"react-dom": "^18.2.0",
"start-server-and-test": "^2.0.0",
"svelte": "^4.0.0",
"vue": "3.4.38"
"vue": "3.5.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prepare": "husky"
},
"dependencies": {
"@antfu/eslint-config": "^2.19.0",
"@antfu/eslint-config": "^3.0.0",
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
Expand Down
Loading

0 comments on commit cfd80f7

Please sign in to comment.