Skip to content

Commit cd9af31

Browse files
build: 📦 update dependency typescript to v6
1 parent d21a667 commit cd9af31

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"ts-jest": "29.4.6",
121121
"ts-node": "10.9.2",
122122
"tsx": "4.21.0",
123-
"typescript": "5.9.3",
123+
"typescript": "6.0.2",
124124
"unplugin-swc": "1.5.9",
125125
"vite": "7.3.1",
126126
"vitest": "4.1.2"

‎yarn.lock‎

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4783,7 +4783,7 @@ __metadata:
47834783
ts-node: "npm:10.9.2"
47844784
tslib: "npm:2.8.1"
47854785
tsx: "npm:4.21.0"
4786-
typescript: "npm:5.9.3"
4786+
typescript: "npm:6.0.2"
47874787
unplugin-swc: "npm:1.5.9"
47884788
vite: "npm:7.3.1"
47894789
vitest: "npm:4.1.2"
@@ -23396,7 +23396,17 @@ __metadata:
2339623396
languageName: node
2339723397
linkType: hard
2339823398

23399-
"typescript@npm:5.9.3, typescript@npm:~5.9.2":
23399+
"typescript@npm:6.0.2":
23400+
version: 6.0.2
23401+
resolution: "typescript@npm:6.0.2"
23402+
bin:
23403+
tsc: bin/tsc
23404+
tsserver: bin/tsserver
23405+
checksum: 10c0/4b860b0bf87cc0fee0f66d8ef2640b5a8a8a8c74d1129adb82e389e5f97124383823c47946bef8a73ede371461143a3aa8544399d2133c7b2e4f07e81860af7f
23406+
languageName: node
23407+
linkType: hard
23408+
23409+
"typescript@npm:~5.9.2":
2340023410
version: 5.9.3
2340123411
resolution: "typescript@npm:5.9.3"
2340223412
bin:
@@ -23406,7 +23416,17 @@ __metadata:
2340623416
languageName: node
2340723417
linkType: hard
2340823418

23409-
"typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A~5.9.2#optional!builtin<compat/typescript>":
23419+
"typescript@patch:typescript@npm%3A6.0.2#optional!builtin<compat/typescript>":
23420+
version: 6.0.2
23421+
resolution: "typescript@patch:typescript@npm%3A6.0.2#optional!builtin<compat/typescript>::version=6.0.2&hash=5786d5"
23422+
bin:
23423+
tsc: bin/tsc
23424+
tsserver: bin/tsserver
23425+
checksum: 10c0/49f0b84fc6ca55653e77752b8a61beabc09ee3dae5d965c31596225aa6ef213c5727b1d2e895b900416dc603854ba0872ac4a812c2a4ed6793a601f9c675de02
23426+
languageName: node
23427+
linkType: hard
23428+
23429+
"typescript@patch:typescript@npm%3A~5.9.2#optional!builtin<compat/typescript>":
2341023430
version: 5.9.3
2341123431
resolution: "typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>::version=5.9.3&hash=5786d5"
2341223432
bin:

0 commit comments

Comments
 (0)