From d7aeb3667b95bbbd056d6e933f703f5ee35a3bd6 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 24 Aug 2023 17:13:15 +0000 Subject: [PATCH] Update dependency typescript to v5.2.2 --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index 2414c92..e917a29 100644 --- a/client/package.json +++ b/client/package.json @@ -16,6 +16,6 @@ "autoprefixer": "10.4.15", "postcss": "8.4.28", "tailwindcss": "3.3.3", - "typescript": "5.1.6" + "typescript": "5.2.2" } } diff --git a/client/yarn.lock b/client/yarn.lock index d7c2d19..6b94dc7 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2287,10 +2287,10 @@ type-fest@^0.7.1: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.7.1.tgz#8dda65feaf03ed78f0a3f9678f1869147f7c5c48" integrity sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg== -typescript@5.1.6: - version "5.1.6" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274" - integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA== +typescript@5.2.2: + version "5.2.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" + integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w== unbox-primitive@^1.0.1: version "1.0.1"