Skip to content

Commit 17877c1

Browse files
chore(deps): update dependency typescript to v6
1 parent a2cb5ee commit 17877c1

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
@@ -34,7 +34,7 @@
3434
"oxlint": "^1.38.0",
3535
"prettier": "^3.7.4",
3636
"tslib": "^2.8.1",
37-
"typescript": "^5.9.3"
37+
"typescript": "^6.0.0"
3838
},
3939
"lint-staged": {
4040
"*.@(js|ts|tsx)": [

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6724,7 +6724,7 @@ __metadata:
67246724
oxlint: "npm:^1.38.0"
67256725
prettier: "npm:^3.7.4"
67266726
tslib: "npm:^2.8.1"
6727-
typescript: "npm:^5.9.3"
6727+
typescript: "npm:^6.0.0"
67286728
languageName: unknown
67296729
linkType: soft
67306730

@@ -8835,7 +8835,7 @@ __metadata:
88358835
languageName: node
88368836
linkType: hard
88378837

8838-
"typescript@npm:>=3 < 6, typescript@npm:^5.9.3":
8838+
"typescript@npm:>=3 < 6":
88398839
version: 5.9.3
88408840
resolution: "typescript@npm:5.9.3"
88418841
bin:
@@ -8845,7 +8845,17 @@ __metadata:
88458845
languageName: node
88468846
linkType: hard
88478847

8848-
"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.9.3#optional!builtin<compat/typescript>":
8848+
"typescript@npm:^6.0.0":
8849+
version: 6.0.2
8850+
resolution: "typescript@npm:6.0.2"
8851+
bin:
8852+
tsc: bin/tsc
8853+
tsserver: bin/tsserver
8854+
checksum: 10c0/4b860b0bf87cc0fee0f66d8ef2640b5a8a8a8c74d1129adb82e389e5f97124383823c47946bef8a73ede371461143a3aa8544399d2133c7b2e4f07e81860af7f
8855+
languageName: node
8856+
linkType: hard
8857+
8858+
"typescript@patch:typescript@npm%3A>=3 < 6#optional!builtin<compat/typescript>":
88498859
version: 5.9.3
88508860
resolution: "typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>::version=5.9.3&hash=5786d5"
88518861
bin:
@@ -8855,6 +8865,16 @@ __metadata:
88558865
languageName: node
88568866
linkType: hard
88578867

8868+
"typescript@patch:typescript@npm%3A^6.0.0#optional!builtin<compat/typescript>":
8869+
version: 6.0.2
8870+
resolution: "typescript@patch:typescript@npm%3A6.0.2#optional!builtin<compat/typescript>::version=6.0.2&hash=5786d5"
8871+
bin:
8872+
tsc: bin/tsc
8873+
tsserver: bin/tsserver
8874+
checksum: 10c0/49f0b84fc6ca55653e77752b8a61beabc09ee3dae5d965c31596225aa6ef213c5727b1d2e895b900416dc603854ba0872ac4a812c2a4ed6793a601f9c675de02
8875+
languageName: node
8876+
linkType: hard
8877+
88588878
"uglify-js@npm:^3.1.4":
88598879
version: 3.19.3
88608880
resolution: "uglify-js@npm:3.19.3"

0 commit comments

Comments
 (0)