From 20dceb2b970c550837fe09e563f9297e62267ea9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 23:17:15 +0000 Subject: [PATCH] chore: update dependency typescript to v5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3ea9ec466..21e3e88cb 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "prettier": "3.2.5", "textlint": "^14.0.0", "textlint-rule-preset-ameba": "openameba/textlint-rule-preset-ameba#v0.5.1", - "typescript": "4.8.2", + "typescript": "5.5.4", "yaml-lint": "^1.2.4" }, "workspaces": { diff --git a/yarn.lock b/yarn.lock index 47e9810a7..1bf2598ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -24519,10 +24519,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@4.8.2: - version "4.8.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.2.tgz#e3b33d5ccfb5914e4eeab6699cf208adee3fd790" - integrity sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw== +typescript@5.5.4: + version "5.5.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba" + integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q== "typescript@>=3 < 6": version "5.1.6"