Skip to content

Commit ef48fdb

Browse files
chore(deps): update dependency typescript to v5
1 parent d413eaf commit ef48fdb

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"semantic-release": "19.0.5",
100100
"shx": "0.3.4",
101101
"ts-jest": "29.0.3",
102-
"typescript": "4.8.4"
102+
"typescript": "5.8.3"
103103
},
104104
"peerDependencies": {
105105
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",

yarn.lock

+23-3
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ __metadata:
497497
shx: "npm:0.3.4"
498498
ts-jest: "npm:29.0.3"
499499
tslib: "npm:^2.4.0"
500-
typescript: "npm:4.8.4"
500+
typescript: "npm:5.8.3"
501501
peerDependencies:
502502
"@nestjs/common": ^8.0.0 || ^9.0.0 || ^10.0.0
503503
axios: ^0.27.2 || ^1.0.0
@@ -9058,7 +9058,17 @@ __metadata:
90589058
languageName: node
90599059
linkType: hard
90609060

9061-
"typescript@npm:4.8.4, typescript@npm:^4.6.4":
9061+
"typescript@npm:5.8.3":
9062+
version: 5.8.3
9063+
resolution: "typescript@npm:5.8.3"
9064+
bin:
9065+
tsc: bin/tsc
9066+
tsserver: bin/tsserver
9067+
checksum: 798d5595e7d0e9e54e3ed3173bf50d7d47fd757cb91ce61a7e8f7c104b3cd061e7cf588c0357009812c4c76d0a62af0939313e8f21232cdee3241e6115f3f8c7
9068+
languageName: node
9069+
linkType: hard
9070+
9071+
"typescript@npm:^4.6.4":
90629072
version: 4.8.4
90639073
resolution: "typescript@npm:4.8.4"
90649074
bin:
@@ -9068,7 +9078,17 @@ __metadata:
90689078
languageName: node
90699079
linkType: hard
90709080

9071-
"typescript@patch:typescript@npm%3A4.8.4#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^4.6.4#optional!builtin<compat/typescript>":
9081+
"typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>":
9082+
version: 5.8.3
9083+
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=701156"
9084+
bin:
9085+
tsc: bin/tsc
9086+
tsserver: bin/tsserver
9087+
checksum: 6b8b0c9f5fe454117b9c7dc44c6af724486536c9c7b2bf613c0cef606dd265718498e6beed083dc03eccf0f017a48cde400f66ec44e9c421eed9f28263856e71
9088+
languageName: node
9089+
linkType: hard
9090+
9091+
"typescript@patch:typescript@npm%3A^4.6.4#optional!builtin<compat/typescript>":
90729092
version: 4.8.4
90739093
resolution: "typescript@patch:typescript@npm%3A4.8.4#optional!builtin<compat/typescript>::version=4.8.4&hash=701156"
90749094
bin:

0 commit comments

Comments
 (0)