From 7c087bf5e0c8991afde75a41bdb677fb5781332a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 19:27:44 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5 --- package.json | 2 +- patches/unenv/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d2337b2..240b1de 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "pinia": "^2.0.30", "simple-git": "^3.16.1", "std-env": "^3.3.2", - "typescript": "^4.9.5", + "typescript": "^5.0.0", "unenv": "^1.2.0" }, "dependencies": { diff --git a/patches/unenv/package.json b/patches/unenv/package.json index ac626c4..563a7a1 100644 --- a/patches/unenv/package.json +++ b/patches/unenv/package.json @@ -37,7 +37,7 @@ "eslint-config-unjs": "^0.1.0", "prettier": "^2.8.1", "standard-version": "^9.5.0", - "typescript": "^4.9.4", + "typescript": "^5.0.0", "unbuild": "^1.0.2" }, "packageManager": "pnpm@7.29.0",