diff --git a/example/package.json b/example/package.json index e7ea227d..0157c1cf 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.3.3" } } diff --git a/example/yarn.lock b/example/yarn.lock index 14325055..0439c183 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.3.3: + version "5.3.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" + integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== uncss@^0.17.2: version "0.17.3" diff --git a/package.json b/package.json index 26be64d4..11a37f9a 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.3.3" } } diff --git a/yarn.lock b/yarn.lock index 28213396..237c2b7c 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.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.8.3"