Skip to content

Commit

Permalink
dependencies(typescript): upgrade to version 4.7.4
Browse files Browse the repository at this point in the history
fixes #588
  • Loading branch information
hasezoey committed Aug 17, 2022
1 parent 793aa0d commit 5a05a49
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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):

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/quick-start-guide.md
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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": [
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -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"
Expand Down

0 comments on commit 5a05a49

Please sign in to comment.