diff --git a/example/package.json b/example/package.json index e7ea227d..87946238 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.7.2" } } diff --git a/example/yarn.lock b/example/yarn.lock index 14325055..c668d1ee 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.7.2: + version "5.7.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6" + integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg== uncss@^0.17.2: version "0.17.3" diff --git a/package.json b/package.json index 26be64d4..3ac5635a 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.7.2" } } diff --git a/yarn.lock b/yarn.lock index 28213396..adcd317b 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.7.2: + version "5.7.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6" + integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg== typescript@^3.7.3: version "3.8.3"