Skip to content

Commit 3548130

Browse files
chore(deps-dev): update typescript requirement in /example
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.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c3c230b commit 3548130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@vitejs/plugin-vue": "^5.0.4",
2020
"sass": "^1.77.6",
21-
"typescript": "^5.4.5",
21+
"typescript": "^5.7.2",
2222
"vite": "^5.3.1",
2323
"vue-tsc": "^2.0.29"
2424
}

0 commit comments

Comments
 (0)