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 Mar 31, 2023
1 parent 582df46 commit 5fdde24
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.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 @@ -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.3"
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.3":
version: 5.0.3
resolution: "typescript@npm:5.0.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 45ee631503499861d77d7a7b1d49fb5c62ae6bb5a99cdf5110f3e21c627397f5f76cf3d67ee0b223a33cfad469ea18de7650cab7a529b1376f5218a27b81671e
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.3#optional!builtin<compat/typescript>":
version: 5.0.3
resolution: "typescript@patch:typescript@npm%3A5.0.3#optional!builtin<compat/typescript>::version=5.0.3&hash=701156"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: b7877c1596dcddd821ef3b6da12c4b29950bcaa5ab313a9fd20f78ac672be01964431f0cbe5fcfef8ac4d1606629b7a9c493e0b52090139fb77addc37abce542
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 5fdde24

Please sign in to comment.