From 28685e27d3129fcad97c08084db26656b22f9a5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 03:17:50 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.7.2 to 5.3.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.2 to 5.3.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.2...v5.3.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6b38d1fd..47dce612 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "prettier": "^2.4.1", "prettier-plugin-import-sort": "^0.0.7", "react-test-renderer": "^17.0.2", - "typescript": "^4.4.3", + "typescript": "^5.3.2", "yalc": "^1.0.0-pre.53" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 6fdd8499..9c8b0061 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4827,10 +4827,10 @@ typescript@^3.2.4: resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8" integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q== -typescript@^4.4.3: - version "4.7.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.2.tgz#1f9aa2ceb9af87cca227813b4310fff0b51593c4" - integrity sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A== +typescript@^5.3.2: + version "5.3.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43" + integrity sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ== unbox-primitive@^1.0.1: version "1.0.1"