Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent 4d05306 commit 815a720
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"semantic-release": "19.0.5",
"shx": "0.3.4",
"ts-jest": "29.0.3",
"typescript": "4.8.4"
"typescript": "5.3.2"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0 || ^9.0.0",
Expand Down
26 changes: 23 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ __metadata:
shx: "npm:0.3.4"
ts-jest: "npm:29.0.3"
tslib: "npm:^2.4.0"
typescript: "npm:4.8.4"
typescript: "npm:5.3.2"
peerDependencies:
"@nestjs/common": ^8.0.0 || ^9.0.0
axios: ^0.27.2 || ^1.0.0
Expand Down Expand Up @@ -9058,7 +9058,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:4.8.4, typescript@npm:^4.6.4":
"typescript@npm:5.3.2":
version: 5.3.2
resolution: "typescript@npm:5.3.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 7e08e536567838439d18f64267ae75a14b8cf99b73e75b230b37a8b281c580cd19f61afaced96f3d1051270e3ea80c31cf48fea6c0e5c4d10c71f1450c575d56
languageName: node
linkType: hard

"typescript@npm:^4.6.4":
version: 4.8.4
resolution: "typescript@npm:4.8.4"
bin:
Expand All @@ -9068,7 +9078,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A4.8.4#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^4.6.4#optional!builtin<compat/typescript>":
"typescript@patch:typescript@npm%3A5.3.2#optional!builtin<compat/typescript>":
version: 5.3.2
resolution: "typescript@patch:typescript@npm%3A5.3.2#optional!builtin<compat/typescript>::version=5.3.2&hash=701156"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: d32a57c7ffc27a0e1042627056c65def7496c861e92672cea461565de8aa04bd6b32e4b778e2445e29dc3f0b9ae762eae914f1b30f7f7ecc6c197f623d69cc51
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^4.6.4#optional!builtin<compat/typescript>":
version: 4.8.4
resolution: "typescript@patch:typescript@npm%3A4.8.4#optional!builtin<compat/typescript>::version=4.8.4&hash=701156"
bin:
Expand Down

0 comments on commit 815a720

Please sign in to comment.