diff --git a/README.md b/README.md index 917ea014..8d142c0a 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Choose any package, because they are the same. They differ only in the default c ### Requirements - NodeJS: 16.20.1+ -- Typescript: 5.0+ (if used) +- Typescript: 5.3+ (if used) And one of those (on Linux): diff --git a/docs/guides/quick-start-guide.md b/docs/guides/quick-start-guide.md index cac23f77..16b9f9cc 100644 --- a/docs/guides/quick-start-guide.md +++ b/docs/guides/quick-start-guide.md @@ -20,7 +20,7 @@ If Top-Level async-await is not available for your case, the code can in most ca ## Requirements - NodeJS: 16.20.1+ -- Typescript: 5.0+ (if used) +- Typescript: 5.3+ (if used) When on Linux, one of the following are required: diff --git a/package.json b/package.json index 45d4fb62..76973aa3 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "prettier": "3.2.5", "ts-jest": "29.1.4", "typedoc": "^0.24.8", - "typescript": "5.0.4" + "typescript": "~5.3.3" }, "workspaces": { "packages": [ diff --git a/yarn.lock b/yarn.lock index 18422e6f..605d85f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4528,15 +4528,10 @@ typedoc@^0.24.8: minimatch "^9.0.0" shiki "^0.14.1" -typescript@5.0.4: - version "5.0.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b" - integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw== - -"typescript@^4.6.4 || ^5.2.2": - version "5.4.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611" - integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ== +"typescript@^4.6.4 || ^5.2.2", 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== underscore@^1.13.2: version "1.13.6"