Skip to content

Commit 1d48e6e

Browse files
chore(deps): update dependency typescript to v6
1 parent f655725 commit 1d48e6e

2 files changed

Lines changed: 24 additions & 4 deletions

File tree

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
@@ -6715,7 +6715,7 @@ __metadata:
67156715
oxlint: "npm:^1.38.0"
67166716
prettier: "npm:^3.7.4"
67176717
tslib: "npm:^2.8.1"
6718-
typescript: "npm:^5.9.3"
6718+
typescript: "npm:^6.0.0"
67196719
languageName: unknown
67206720
linkType: soft
67216721

@@ -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.3
8850+
resolution: "typescript@npm:6.0.3"
8851+
bin:
8852+
tsc: bin/tsc
8853+
tsserver: bin/tsserver
8854+
checksum: 10c0/4a25ff5045b984370f48f196b3a0120779b1b343d40b9a68d114ea5e5fff099809b2bb777576991a63a5cd59cf7bffd96ff6fe10afcefbcb8bd6fb96ad4b6606
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.3
8870+
resolution: "typescript@patch:typescript@npm%3A6.0.3#optional!builtin<compat/typescript>::version=6.0.3&hash=5786d5"
8871+
bin:
8872+
tsc: bin/tsc
8873+
tsserver: bin/tsserver
8874+
checksum: 10c0/2f25c74e65663c248fa1ade2b8459d9ce5372ff9dad07067310f132966ebec1d93f6c42f0baf77a6b6a7a91460463f708e6887013aaade22111037457c6b25df
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)