From d5cffe4f25d76b35d6d4a175059b880e06259be9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 22:44:03 +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.4...v5.4.5) --- 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 095848f4..a8bf5896 100644 --- a/example/package.json +++ b/example/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@vitejs/plugin-vue": "^5.0.4", "sass": "^1.76.0", - "typescript": "^5.4.4", + "typescript": "^5.4.5", "vite": "^5.2.8", "vue-tsc": "^2.0.16" }