Skip to content

Commit

Permalink
chore(deps): update dependency vue-tsc to v2 (#648)
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] committed Jun 29, 2024
1 parent e7565ad commit 0205079
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: nick-fields/retry@v3
with:
timeout_minutes: 10
max_attempts: 3
max_attempts: 5
command: pnpm -r --workspace-concurrency=0 test:coverage

- name: Codecov js
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"prettier": "^3.0.0",
"typescript": "^5.3.3",
"vite": "^5.2.9",
"vue-tsc": "^1.8.26"
"vue-tsc": "^2.0.0"
}
}
Loading

0 comments on commit 0205079

Please sign in to comment.