Skip to content

Commit

Permalink
Update dependency typescript from v5.6.3 to v5.7.2 (#3515)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent 1ffc68a commit a04a3d8
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"knex": "3.1.0",
"mysql": "2.18.1",
"simple-oauth2": "5.1.0",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"devDependencies": {
"@types/compression": "1.7.5",
Expand All @@ -37,7 +37,7 @@
"prettier": "3.3.3",
"ts-node-dev": "2.0.0",
"types": "*",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"packageManager": "yarn@4.5.2"
}
2 changes: 1 addition & 1 deletion apps/skde/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"react-markdown": "9.0.1",
"serve": "14.2.4",
"start-server-and-test": "2.0.8",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vitest": "2.1.5"
},
"packageManager": "yarn@4.5.2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"turbo": "2.3.1",
"typescript": "5.6.3",
"typescript": "5.7.2",
"typescript-eslint": "8.15.0"
}
}
2 changes: 1 addition & 1 deletion packages/qmongjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"react-scripts": "5.0.1",
"remark-gfm": "4.0.0",
"types": "*",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vitest": "2.1.5"
},
"dependencies": {
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7554,7 +7554,7 @@ __metadata:
simple-oauth2: "npm:5.1.0"
ts-node-dev: "npm:2.0.0"
types: "npm:*"
typescript: "npm:5.6.3"
typescript: "npm:5.7.2"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -18331,7 +18331,7 @@ __metadata:
lint-staged: "npm:15.2.10"
prettier: "npm:3.3.3"
turbo: "npm:2.3.1"
typescript: "npm:5.6.3"
typescript: "npm:5.7.2"
typescript-eslint: "npm:8.15.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -20708,7 +20708,7 @@ __metadata:
remark-gfm: "npm:4.0.0"
resize-observer-polyfill: "npm:1.5.1"
types: "npm:*"
typescript: "npm:5.6.3"
typescript: "npm:5.7.2"
use-query-params: "npm:2.2.1"
vitest: "npm:2.1.5"
languageName: unknown
Expand Down Expand Up @@ -23152,7 +23152,7 @@ __metadata:
sharp: "npm:0.33.5"
start-server-and-test: "npm:2.0.8"
types: "npm:*"
typescript: "npm:5.6.3"
typescript: "npm:5.7.2"
use-query-params: "npm:2.2.1"
vitest: "npm:2.1.5"
languageName: unknown
Expand Down Expand Up @@ -25037,23 +25037,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.6.3":
version: 5.6.3
resolution: "typescript@npm:5.6.3"
"typescript@npm:5.7.2":
version: 5.7.2
resolution: "typescript@npm:5.7.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/c328e418e124b500908781d9f7b9b93cf08b66bf5936d94332b463822eea2f4e62973bfb3b8a745fdc038785cb66cf59d1092bac3ec2ac6a3e5854687f7833f1
checksum: 10/4caa3904df69db9d4a8bedc31bafc1e19ffb7b24fbde2997a1633ae1398d0de5bdbf8daf602ccf3b23faddf1aeeb9b795223a2ed9c9a4fdcaf07bfde114a401a
languageName: node
linkType: hard

"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=8c6c40"
"typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>":
version: 5.7.2
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=5786d5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/00504c01ee42d470c23495426af07512e25e6546bce7e24572e72a9ca2e6b2e9bea63de4286c3cfea644874da1467dcfca23f4f98f7caf20f8b03c0213bb6837
checksum: 10/d75ca10141afc64fd3474b41a8b082b640555bed388d237558aed64e5827ddadb48f90932c7f4205883f18f5bcab8b6a739a2cfac95855604b0dfeb34bc2f3eb
languageName: node
linkType: hard

Expand Down

0 comments on commit a04a3d8

Please sign in to comment.