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 May 14, 2023
1 parent 582df46 commit 5764437
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 @@ -97,7 +97,7 @@
"semantic-release": "19.0.5",
"shx": "0.3.4",
"ts-jest": "29.0.3",
"typescript": "4.8.4"
"typescript": "5.0.4"
},
"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 @@ -495,7 +495,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.0.4"
peerDependencies:
"@nestjs/common": ^8.0.0 || ^9.0.0
axios: ^0.27.2 || ^1.0.0
Expand Down Expand Up @@ -9028,7 +9028,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:4.8.4, typescript@npm:^4.6.4":
"typescript@npm:5.0.4":
version: 5.0.4
resolution: "typescript@npm:5.0.4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 56649de784c427e8f3f63d4ebfcada4fcf03bb2a301f3327342111798db7f26f8a86285f979f376cf6cec4774bd96b4650f2693a07fc409f4544ad4c4d9fe4c9
languageName: node
linkType: hard

"typescript@npm:^4.6.4":
version: 4.8.4
resolution: "typescript@npm:4.8.4"
bin:
Expand All @@ -9038,7 +9048,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.0.4#optional!builtin<compat/typescript>":
version: 5.0.4
resolution: "typescript@patch:typescript@npm%3A5.0.4#optional!builtin<compat/typescript>::version=5.0.4&hash=701156"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: be94f10d96a8443e5524bce56705712ae1aa6c67618dd2c316ddb616ea614a3eb675c34e4af16ab09f1a0ab694173c704ba5b23d8b8bda31cb31c1ca078c486f
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 5764437

Please sign in to comment.