From 9aa497aad27567a09c82a689729587c53ea348f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Apr 2025 19:10:51 +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-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 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 a05c466a..cfaac073 100644 --- a/example/package.json +++ b/example/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@vitejs/plugin-vue": "^5.0.5", "sass": "^1.77.8", - "typescript": "^5.5.2", + "typescript": "^5.8.3", "vite": "^5.3.3", "vue-tsc": "^2.1.10" }