From 2f8a7341c48304dad2df48e05c8eb53beadd6079 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 10:17:16 +0200 Subject: [PATCH] chore(deps): update typescript to 5.6.3 (#29) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 28529f1..ceee968 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "eslint-plugin-vue": "^9.28.0", "npm-run-all2": "^7.0.0", "prettier": "^3.0.3", - "typescript": "~5.5.0", + "typescript": "~5.6.0", "vite": "^5.1.6", "vite-plugin-vue-devtools": "^7.0.18", "vue-tsc": "^2.0.6" @@ -4447,9 +4447,9 @@ } }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index e89125b..be453f4 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-plugin-vue": "^9.28.0", "npm-run-all2": "^7.0.0", "prettier": "^3.0.3", - "typescript": "~5.5.0", + "typescript": "~5.6.0", "vite": "^5.1.6", "vite-plugin-vue-devtools": "^7.0.18", "vue-tsc": "^2.0.6"