Skip to content

Commit

Permalink
chore(deps-dev): Update typescript requirement in /example
Browse files Browse the repository at this point in the history
Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript) to permit the latest version.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 30, 2024
1 parent c2bdec8 commit c14497f
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 @@ -17,7 +17,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"sass": "^1.77.5",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vite": "^5.3.2",
"vue-tsc": "^2.0.21"
}
Expand Down

0 comments on commit c14497f

Please sign in to comment.