Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 36495e3

Browse files
committedNov 15, 2022
Update dependency typescript to v4.9.3
1 parent 9d186bb commit 36495e3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"npm-run-all": "4.1.5",
5757
"prettier": "2.7.1",
5858
"ts-jest": "29.0.3",
59-
"typescript": "4.8.4",
59+
"typescript": "4.9.3",
6060
"yup": "0.32.11",
6161
"zod": "3.19.1"
6262
},

‎yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5779,10 +5779,10 @@ type-fest@^0.21.3:
57795779
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
57805780
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
57815781

5782-
typescript@4.8.4:
5783-
version "4.8.4"
5784-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
5785-
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
5782+
typescript@4.9.3:
5783+
version "4.9.3"
5784+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db"
5785+
integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==
57865786

57875787
ua-parser-js@^0.7.30:
57885788
version "0.7.31"

0 commit comments

Comments
 (0)
Please sign in to comment.