From 7590d3da78d1b9ebdd57f74f16bf1ff4d55b9b59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 19:56:32 +0000 Subject: [PATCH] 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](https://github.com/microsoft/TypeScript/compare/v5.4.5...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 399e6d32..5a16a0b3 100644 --- a/example/package.json +++ b/example/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@vitejs/plugin-vue": "^5.0.4", "sass": "^1.77.6", - "typescript": "^5.4.5", + "typescript": "^5.6.3", "vite": "^5.3.1", "vue-tsc": "^2.0.29" }