diff --git a/README.md b/README.md index d2441c551..dddd4d6c3 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: 12.22+ -- Typescript: 4.4+ (if used) +- Typescript: 4.7+ (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 4bfaad175..fe46e06e0 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: 12.22+ -- Typescript: 4.4+ (if used) +- Typescript: 4.7+ (if used) When on Linux, one of the following are required: diff --git a/package.json b/package.json index 182845803..1e12360e1 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "prettier": "2.7.1", "semantic-release": "17.4.7", "ts-jest": "28.0.8", - "typescript": "4.4.4" + "typescript": "4.7.4" }, "workspaces": { "packages": [ diff --git a/yarn.lock b/yarn.lock index c67f8e095..1a853674e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6694,10 +6694,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@4.4.4: - version "4.4.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c" - integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA== +typescript@4.7.4: + version "4.7.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235" + integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ== typescript@^4.4.3: version "4.6.4"