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 Aug 17, 2023
1 parent 7f47c85 commit fd67aa5
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.1.6"
},
"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.1.6"
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.1.6":
version: 5.1.6
resolution: "typescript@npm:5.1.6"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: fffaefc0d48e7f505ac42e314628b3cd41b2a69428e0ecc158db84af36a0565d4cfdd337ea8f7933cccf1556b08170e4389ee07974ff9f55f86d01342b1951ec
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.1.6#optional!builtin<compat/typescript>":
version: 5.1.6
resolution: "typescript@patch:typescript@npm%3A5.1.6#optional!builtin<compat/typescript>::version=5.1.6&hash=701156"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 3eef948e10c71b96172ebce471c031d3b7afb12a48feeacbadac1876c0b4e9b0c0fc1677bef53d41664970a174a9ee02f9d09be260281571c90e8ef4e22574cf
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 fd67aa5

Please sign in to comment.