Skip to content

Commit 7a26614

Browse files
fix(deps): update dependency typescript to v6
1 parent 5d6df9a commit 7a26614

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"object-mapper": "6.2.0",
3737
"pm2": "^6.0.13",
3838
"ts-node": "^10.9.2",
39-
"typescript": "5.9"
39+
"typescript": "6.0"
4040
},
4141
"devDependencies": {
4242
"@eslint/js": "^10.0.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6218,23 +6218,23 @@ __metadata:
62186218
languageName: node
62196219
linkType: hard
62206220

6221-
"typescript@npm:5.9":
6222-
version: 5.9.3
6223-
resolution: "typescript@npm:5.9.3"
6221+
"typescript@npm:6.0":
6222+
version: 6.0.3
6223+
resolution: "typescript@npm:6.0.3"
62246224
bin:
62256225
tsc: bin/tsc
62266226
tsserver: bin/tsserver
6227-
checksum: 10/c089d9d3da2729fd4ac517f9b0e0485914c4b3c26f80dc0cffcb5de1719a17951e92425d55db59515c1a7ddab65808466debb864d0d56dcf43f27007d0709594
6227+
checksum: 10/0ef2357a4cffd916b52b683a021cdab0f81eea4e9aa35f2d254581c9a5106da02224e3392e1b0ed42b7a48f80c966e5f52b8e1a27941fa0523c1705a9c2e0330
62286228
languageName: node
62296229
linkType: hard
62306230

6231-
"typescript@patch:typescript@npm%3A5.9#optional!builtin<compat/typescript>":
6232-
version: 5.9.3
6233-
resolution: "typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>::version=5.9.3&hash=5786d5"
6231+
"typescript@patch:typescript@npm%3A6.0#optional!builtin<compat/typescript>":
6232+
version: 6.0.3
6233+
resolution: "typescript@patch:typescript@npm%3A6.0.3#optional!builtin<compat/typescript>::version=6.0.3&hash=5786d5"
62346234
bin:
62356235
tsc: bin/tsc
62366236
tsserver: bin/tsserver
6237-
checksum: 10/696e1b017bc2635f4e0c94eb4435357701008e2f272f553d06e35b494b8ddc60aa221145e286c28ace0c89ee32827a28c2040e3a69bdc108b1a5dc8fb40b72e3
6237+
checksum: 10/22b67a18dafedf9b1468b64ca20d9aa02ea61d449b65413d8aa6552aeb63f52ef369e86beb25b6b4c91a803d9726ee5c196f391a9b64201263263410a4223ee6
62386238
languageName: node
62396239
linkType: hard
62406240

@@ -6307,7 +6307,7 @@ __metadata:
63076307
stoppable: "npm:1.1.0"
63086308
ts-jest: "npm:29.4.9"
63096309
ts-node: "npm:^10.9.2"
6310-
typescript: "npm:5.9"
6310+
typescript: "npm:6.0"
63116311
typescript-eslint: "npm:^8.6.0"
63126312
languageName: unknown
63136313
linkType: soft

0 commit comments

Comments
 (0)