Skip to content

Commit 6df72a1

Browse files
Update dependency typescript to v5
1 parent 752c849 commit 6df72a1

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
@@ -33,7 +33,7 @@
3333
"prettier": "^2.8.3",
3434
"ts-jest": "^29.0.5",
3535
"type-coverage": "^2.24.1",
36-
"typescript": "^4.9.5"
36+
"typescript": "^5.0.0"
3737
},
3838
"scripts": {
3939
"build": "tsc",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4382,10 +4382,10 @@ typed-rest-client@~1.8.0:
43824382
tunnel "0.0.6"
43834383
underscore "^1.12.1"
43844384

4385-
typescript@^4.9.5:
4386-
version "4.9.5"
4387-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
4388-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
4385+
typescript@^5.0.0:
4386+
version "5.0.2"
4387+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
4388+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
43894389

43904390
unbox-primitive@^1.0.2:
43914391
version "1.0.2"

0 commit comments

Comments
 (0)