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 14cd0df

Browse files
committedMar 16, 2023
Update dependency typescript to v5
1 parent 2c03ba4 commit 14cd0df

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
@@ -59,7 +59,7 @@
5959
"npm-run-all": "4.1.5",
6060
"prettier": "2.8.4",
6161
"ts-jest": "29.0.5",
62-
"typescript": "4.9.5",
62+
"typescript": "5.0.2",
6363
"yup": "1.0.2",
6464
"zod": "3.21.4"
6565
},

‎yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5907,10 +5907,10 @@ type-fest@^2.19.0:
59075907
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.19.0.tgz#88068015bb33036a598b952e55e9311a60fd3a9b"
59085908
integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==
59095909

5910-
typescript@4.9.5:
5911-
version "4.9.5"
5912-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
5913-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
5910+
typescript@5.0.2:
5911+
version "5.0.2"
5912+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
5913+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
59145914

59155915
ua-parser-js@^0.7.30:
59165916
version "0.7.34"

0 commit comments

Comments
 (0)
Please sign in to comment.