From 869c279267dcda1dc017aa58f6d7e9fb278a803d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 21:29:29 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5 --- example/package.json | 2 +- package.json | 2 +- yarn.lock | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/example/package.json b/example/package.json index 205337e1..52a0a365 100644 --- a/example/package.json +++ b/example/package.json @@ -19,7 +19,7 @@ "@types/react-dom": "18.2.7", "parcel": "^2.0.0", "process": "^0.11.10", - "typescript": "3.9.10" + "typescript": "5.3.3" }, "browserslist": "> 0.5%, last 2 versions, not dead" } diff --git a/package.json b/package.json index 3f24484e..982e7f21 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "tsdx": "0.14.1", - "typescript": "3.9.10", + "typescript": "5.3.3", "typescript-plugin-css-modules": "3.4.0" }, "workspaces": [ diff --git a/yarn.lock b/yarn.lock index c1398787..3ab2dd21 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16241,7 +16241,12 @@ typescript-plugin-css-modules@3.4.0: stylus "^0.54.8" tsconfig-paths "^3.9.0" -typescript@3.9.10, typescript@^3.7.3: +typescript@5.3.3: + version "5.3.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" + integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== + +typescript@^3.7.3: version "3.9.10" resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8" integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==