From 3930fa65f6c9e5e27c759861e4c489ec212dfa44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 19:17:17 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5 --- example/package.json | 2 +- example/yarn.lock | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/example/package.json b/example/package.json index e7ea227d..94095cbc 100644 --- a/example/package.json +++ b/example/package.json @@ -19,6 +19,6 @@ "@types/react": "16.14.2", "@types/react-dom": "16.9.10", "parcel": "1.12.4", - "typescript": "3.9.7" + "typescript": "5.4.2" } } diff --git a/example/yarn.lock b/example/yarn.lock index 14325055..5b4f40a9 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -4994,10 +4994,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@3.9.7: - version "3.9.7" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" - integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== +typescript@5.4.2: + version "5.4.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372" + integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ== uncss@^0.17.2: version "0.17.3" diff --git a/package.json b/package.json index 26be64d4..8e6dd069 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,6 @@ "react-dom": "16.14.0", "tsdx": "0.14.1", "tslib": "1.14.1", - "typescript": "3.9.7" + "typescript": "5.4.2" } } diff --git a/yarn.lock b/yarn.lock index 28213396..00892621 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6229,10 +6229,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@3.9.7: - version "3.9.7" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa" - integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw== +typescript@5.4.2: + version "5.4.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372" + integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ== typescript@^3.7.3: version "3.8.3"