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 Jun 21, 2024
1 parent cd7bdea commit f82f90b
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 @@ -106,7 +106,7 @@
"shx": "0.3.4",
"ts-jest": "29.0.3",
"ts-patch": "2.1.0",
"typescript": "4.9.4",
"typescript": "5.5.2",
"typescript-transform-paths": "3.4.6"
},
"peerDependencies": {
Expand Down
26 changes: 23 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ __metadata:
ts-jest: "npm:29.0.3"
ts-patch: "npm:2.1.0"
tslib: "npm:^2.4.1"
typescript: "npm:4.9.4"
typescript: "npm:5.5.2"
typescript-transform-paths: "npm:3.4.6"
peerDependencies:
"@byndyusoft/class-validator-extended": ^1.0.1
Expand Down Expand Up @@ -10120,7 +10120,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:4.9.4, typescript@npm:^4.6.4":
"typescript@npm:5.5.2":
version: 5.5.2
resolution: "typescript@npm:5.5.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 5aa8316276cc72b715623f403e8865d6763dcd6535283fdf35c46f2b11c4d841f0032292a86d9fbe2c015f461862e32abfddb0a2804366d3b543c4ff8a1fd36c
languageName: node
linkType: hard

"typescript@npm:^4.6.4":
version: 4.9.4
resolution: "typescript@npm:4.9.4"
bin:
Expand All @@ -10130,7 +10140,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A4.9.4#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^4.6.4#optional!builtin<compat/typescript>":
"typescript@patch:typescript@npm%3A5.5.2#optional!builtin<compat/typescript>":
version: 5.5.2
resolution: "typescript@patch:typescript@npm%3A5.5.2#optional!builtin<compat/typescript>::version=5.5.2&hash=ad5954"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 9bf497e4fea83a03c58975780cfd96314696c504c6f19ff2741bccd798e4ee7906b03f645fc3b637024a56f7235d0d851e7e5ebcbc6a46d9ed8160bea6537525
languageName: node
linkType: hard

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

0 comments on commit f82f90b

Please sign in to comment.