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/HEAD/packages/tsc)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
1 parent ac95af5 commit 2f063fd
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 @@ -19,6 +19,6 @@
"sass": "^1.77.8",
"typescript": "^5.5.2",
"vite": "^5.3.3",
"vue-tsc": "^2.1.4"
"vue-tsc": "^2.1.10"
}
}

0 comments on commit 2f063fd

Please sign in to comment.