From 0c35627ec6eaf2a86ce8e26a8b52c1536e8ff100 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 06:46:59 +0200 Subject: [PATCH] chore(deps): update typescript to 5.8.2 (#46) --- 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 251ef0a..5825df2 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.7.0", + "typescript": "~5.8.0", "vite": "^6", "vite-plugin-vue-devtools": "^7.0.18", "vue-tsc": "^2.0.6" @@ -4540,9 +4540,9 @@ } }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", + "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 6e861d4..d146b2d 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.7.0", + "typescript": "~5.8.0", "vite": "^6", "vite-plugin-vue-devtools": "^7.0.18", "vue-tsc": "^2.0.6"