Skip to content

Commit

Permalink
deps(typescript): upgrade to version 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Jun 5, 2024
1 parent 57e575c commit 329d79e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/quick-start-guide.md
Original file line number Diff line number Diff line change
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: 16.20.1+
- Typescript: 5.0+ (if used)
- Typescript: 5.3+ (if used)

When on Linux, one of the following are required:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
13 changes: 4 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 329d79e

Please sign in to comment.