Skip to content

Commit

Permalink
chore(deps-dev): Update vue-tsc requirement in /example
Browse files Browse the repository at this point in the history
Updates the requirements on [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) to permit the latest version.
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v2.0.18/packages/tsc)

---
updated-dependencies:
- dependency-name: vue-tsc
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 15, 2024
1 parent bb21766 commit c15c030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"sass": "^1.76.0",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vue-tsc": "^2.0.16"
"vue-tsc": "^2.0.18"
}
}

0 comments on commit c15c030

Please sign in to comment.