From 381b6a8ee7e9bfe800a2e22f555a156f579d3339 Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Sun, 9 Jun 2024 16:02:45 -0700 Subject: [PATCH] chore(deps): bump Typescript to 5.5 release https://devblogs.microsoft.com/typescript/announcing-typescript-5-5-rc/ --- package.json | 2 +- packages/cosmic-proto/package.json | 2 +- yarn.lock | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c953447f0f7..757ddd20db3 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "type-coverage": "^2.27.1", "typedoc": "^0.25.13", "typedoc-plugin-markdown": "^3.17.1", - "typescript": "^5.5.0-beta", + "typescript": "^5.5.2", "typescript-eslint": "^7.7.1" }, "resolutions": { diff --git a/packages/cosmic-proto/package.json b/packages/cosmic-proto/package.json index 68dbd3e6103..62f85cd9b4c 100644 --- a/packages/cosmic-proto/package.json +++ b/packages/cosmic-proto/package.json @@ -137,7 +137,7 @@ "rimraf": "^5.0.0", "tsd": "^0.30.7", "tsimp": "^2.0.11", - "typescript": "^5.5.0-beta" + "typescript": "^5.5.2" }, "dependencies": { "@cosmjs/amino": "^0.32.3", diff --git a/yarn.lock b/yarn.lock index 2f68ae27e00..ba11e6d3d66 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11584,7 +11584,12 @@ typescript-eslint@^7.3.1, typescript-eslint@^7.7.1: resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== -typescript@^5.5.0-beta, typescript@~5.5.0-dev.20240327: +typescript@^5.5.2: + version "5.5.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507" + integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew== + +typescript@~5.5.0-dev.20240327: version "5.5.0-dev.20240426" resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.0-dev.20240426.tgz#e9ba7d0b3cdaa54021faca61d1bc399e4766c93b" integrity sha512-96cu+y3DrjSNhNSgB3t3nRiesCwBVjZpbjJ6DcQoCgt0crXXPrOMmJQH/E8TZ41U4JzaULD+cB1Z2owh5HANew==