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 Oct 9, 2024
1 parent 4d05306 commit 26251d0
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.6.3"
},
"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.6.3"
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.6.3":
version: 5.6.3
resolution: "typescript@npm:5.6.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: c8c8b753f52eda95f06fab4d5f612d85c417dde057661d10dae245f3ca8657945fcc53e9a17ad6136653c2559498f3191e2bda24e03dc28269623d952a253ece
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.6.3#optional!builtin<compat/typescript>":
version: 5.6.3
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=701156"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 6797d0256f1e0535348b5cd6d599989095e0bfd499fec98bb23d597e7fcdb3ac8f8add5b49096c90ebdab2dbb0e30830c1cb2ac530fc143610c9c6b6726841bd
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 26251d0

Please sign in to comment.