From 47b35fc732a5ac936f97778182381b8b2479ad49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:04:15 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5 --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 77daada..11d80ae 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.34.1", "size-limit": "^8.1.0", - "typescript": "^4.8.4", + "typescript": "^5.6.2", "vue": "^3.2.45", "yorkie": "^2.0.0" }, diff --git a/yarn.lock b/yarn.lock index a7af788..f45fa5f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6318,7 +6318,12 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.8.4, typescript@~4.8.4: +typescript@^5.6.2: + version "5.6.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0" + integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw== + +typescript@~4.8.4: version "4.8.4" resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6" integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==