Skip to content

Commit f536deb

Browse files
chore: bump up typescript version to v6
1 parent 15855ea commit f536deb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"oxlint": "^1.8.0",
7474
"prettier": "^3.6.2",
7575
"tinybench": "^6.0.0",
76-
"typescript": "^5.8.3"
76+
"typescript": "^6.0.0"
7777
},
7878
"lint-staged": {
7979
"*.@(js|ts|tsx)": [

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ __metadata:
344344
oxlint: "npm:^1.8.0"
345345
prettier: "npm:^3.6.2"
346346
tinybench: "npm:^6.0.0"
347-
typescript: "npm:^5.8.3"
347+
typescript: "npm:^6.0.0"
348348
languageName: unknown
349349
linkType: soft
350350

@@ -3121,23 +3121,23 @@ __metadata:
31213121
languageName: node
31223122
linkType: hard
31233123

3124-
"typescript@npm:^5.8.3":
3125-
version: 5.8.3
3126-
resolution: "typescript@npm:5.8.3"
3124+
"typescript@npm:^6.0.0":
3125+
version: 6.0.3
3126+
resolution: "typescript@npm:6.0.3"
31273127
bin:
31283128
tsc: bin/tsc
31293129
tsserver: bin/tsserver
3130-
checksum: 10c0/5f8bb01196e542e64d44db3d16ee0e4063ce4f3e3966df6005f2588e86d91c03e1fb131c2581baf0fb65ee79669eea6e161cd448178986587e9f6844446dbb48
3130+
checksum: 10c0/4a25ff5045b984370f48f196b3a0120779b1b343d40b9a68d114ea5e5fff099809b2bb777576991a63a5cd59cf7bffd96ff6fe10afcefbcb8bd6fb96ad4b6606
31313131
languageName: node
31323132
linkType: hard
31333133

3134-
"typescript@patch:typescript@npm%3A^5.8.3#optional!builtin<compat/typescript>":
3135-
version: 5.8.3
3136-
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5786d5"
3134+
"typescript@patch:typescript@npm%3A^6.0.0#optional!builtin<compat/typescript>":
3135+
version: 6.0.3
3136+
resolution: "typescript@patch:typescript@npm%3A6.0.3#optional!builtin<compat/typescript>::version=6.0.3&hash=5786d5"
31373137
bin:
31383138
tsc: bin/tsc
31393139
tsserver: bin/tsserver
3140-
checksum: 10c0/39117e346ff8ebd87ae1510b3a77d5d92dae5a89bde588c747d25da5c146603a99c8ee588c7ef80faaf123d89ed46f6dbd918d534d641083177d5fac38b8a1cb
3140+
checksum: 10c0/2f25c74e65663c248fa1ade2b8459d9ce5372ff9dad07067310f132966ebec1d93f6c42f0baf77a6b6a7a91460463f708e6887013aaade22111037457c6b25df
31413141
languageName: node
31423142
linkType: hard
31433143

0 commit comments

Comments
 (0)