Skip to content

Commit c48d637

Browse files
chore(deps): update dependency typescript to v5
1 parent ede7527 commit c48d637

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
@@ -40,7 +40,7 @@
4040
"ts-jest": "^29.0.3",
4141
"ts-node": "^10.9.1",
4242
"ts-node-dev": "^2.0.0",
43-
"typescript": "^4.8.4"
43+
"typescript": "^5.0.0"
4444
},
4545
"dependencies": {
4646
"aws-lambda": "^1.0.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3330,10 +3330,10 @@ type-fest@^0.21.3:
33303330
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
33313331
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
33323332

3333-
typescript@^4.8.4:
3334-
version "4.8.4"
3335-
resolved "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
3336-
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
3333+
typescript@^5.0.0:
3334+
version "5.0.2"
3335+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
3336+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
33373337

33383338
unbox-primitive@^1.0.2:
33393339
version "1.0.2"

0 commit comments

Comments
 (0)