Skip to content

Commit 777889a

Browse files
chore(deps): update dependency typescript to v5
1 parent 582df46 commit 777889a

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
@@ -97,7 +97,7 @@
9797
"semantic-release": "19.0.5",
9898
"shx": "0.3.4",
9999
"ts-jest": "29.0.3",
100-
"typescript": "4.8.4"
100+
"typescript": "5.1.3"
101101
},
102102
"peerDependencies": {
103103
"@nestjs/common": "^8.0.0 || ^9.0.0",

yarn.lock

+23-3
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ __metadata:
495495
shx: "npm:0.3.4"
496496
ts-jest: "npm:29.0.3"
497497
tslib: "npm:^2.4.0"
498-
typescript: "npm:4.8.4"
498+
typescript: "npm:5.1.3"
499499
peerDependencies:
500500
"@nestjs/common": ^8.0.0 || ^9.0.0
501501
axios: ^0.27.2 || ^1.0.0
@@ -9028,7 +9028,17 @@ __metadata:
90289028
languageName: node
90299029
linkType: hard
90309030

9031-
"typescript@npm:4.8.4, typescript@npm:^4.6.4":
9031+
"typescript@npm:5.1.3":
9032+
version: 5.1.3
9033+
resolution: "typescript@npm:5.1.3"
9034+
bin:
9035+
tsc: bin/tsc
9036+
tsserver: bin/tsserver
9037+
checksum: 34f5c10a175ad596eb9ef7b12a0417d830317859754bddde67d6681c8bd7e67a24c88dfab600bf0deeb7355cb0f58faf7ab2a2c34a5d3c96f8420928f0f69b58
9038+
languageName: node
9039+
linkType: hard
9040+
9041+
"typescript@npm:^4.6.4":
90329042
version: 4.8.4
90339043
resolution: "typescript@npm:4.8.4"
90349044
bin:
@@ -9038,7 +9048,17 @@ __metadata:
90389048
languageName: node
90399049
linkType: hard
90409050

9041-
"typescript@patch:typescript@npm%3A4.8.4#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^4.6.4#optional!builtin<compat/typescript>":
9051+
"typescript@patch:typescript@npm%3A5.1.3#optional!builtin<compat/typescript>":
9052+
version: 5.1.3
9053+
resolution: "typescript@patch:typescript@npm%3A5.1.3#optional!builtin<compat/typescript>::version=5.1.3&hash=701156"
9054+
bin:
9055+
tsc: bin/tsc
9056+
tsserver: bin/tsserver
9057+
checksum: 24de93b5b464a551b43c62579107f859a1b612840b63ceb8965ed7eaf38519562e879bd2f5c6f0702c5331bbe31d1907dc0c5985dc9bddf7c3b3ea15756a6d78
9058+
languageName: node
9059+
linkType: hard
9060+
9061+
"typescript@patch:typescript@npm%3A^4.6.4#optional!builtin<compat/typescript>":
90429062
version: 4.8.4
90439063
resolution: "typescript@patch:typescript@npm%3A4.8.4#optional!builtin<compat/typescript>::version=4.8.4&hash=701156"
90449064
bin:

0 commit comments

Comments
 (0)