Skip to content

Commit 7ca6fe2

Browse files
chore(deps): update dependency typescript to v5.9.2
1 parent f5a3f44 commit 7ca6fe2

File tree

4 files changed

+26
-6
lines changed

4 files changed

+26
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"eslint-plugin-vue": "9.23.0",
3838
"husky": "9.1.7",
3939
"lint-staged": "16.0.0",
40-
"typescript": "5.8.2"
40+
"typescript": "5.9.2"
4141
}
4242
}

packages/ghoulscript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@types/uuid": "10.0.0",
26-
"typescript": "5.8.2",
26+
"typescript": "5.9.2",
2727
"vite": "6.3.5",
2828
"vite-plugin-dts": "4.5.3",
2929
"vite-plugin-externalize-deps": "0.9.0",

playground/sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"typescript": "5.8.2",
12+
"typescript": "5.9.2",
1313
"vite": "6.3.5"
1414
},
1515
"dependencies": {

yarn.lock

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ __metadata:
671671
eslint-plugin-vue: "npm:9.23.0"
672672
husky: "npm:9.1.7"
673673
lint-staged: "npm:16.0.0"
674-
typescript: "npm:5.8.2"
674+
typescript: "npm:5.9.2"
675675
languageName: unknown
676676
linkType: soft
677677

@@ -680,7 +680,7 @@ __metadata:
680680
resolution: "@privyid/ghoulscript-sample@workspace:playground/sample"
681681
dependencies:
682682
"@privyid/ghoulscript": "workspace:^"
683-
typescript: "npm:5.8.2"
683+
typescript: "npm:5.9.2"
684684
vite: "npm:6.3.5"
685685
languageName: unknown
686686
linkType: soft
@@ -693,7 +693,7 @@ __metadata:
693693
"@types/uuid": "npm:10.0.0"
694694
defu: "npm:^6.1.4"
695695
sref: "npm:^1.0.1"
696-
typescript: "npm:5.8.2"
696+
typescript: "npm:5.9.2"
697697
ufo: "npm:^1.5.3"
698698
uuid: "npm:^11.0.0"
699699
vite: "npm:6.3.5"
@@ -6806,6 +6806,16 @@ __metadata:
68066806
languageName: node
68076807
linkType: hard
68086808

6809+
"typescript@npm:5.9.2":
6810+
version: 5.9.2
6811+
resolution: "typescript@npm:5.9.2"
6812+
bin:
6813+
tsc: bin/tsc
6814+
tsserver: bin/tsserver
6815+
checksum: 10c0/cd635d50f02d6cf98ed42de2f76289701c1ec587a363369255f01ed15aaf22be0813226bff3c53e99d971f9b540e0b3cc7583dbe05faded49b1b0bed2f638a18
6816+
languageName: node
6817+
linkType: hard
6818+
68096819
"typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>":
68106820
version: 5.8.2
68116821
resolution: "typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>::version=5.8.2&hash=5786d5"
@@ -6816,6 +6826,16 @@ __metadata:
68166826
languageName: node
68176827
linkType: hard
68186828

6829+
"typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>":
6830+
version: 5.9.2
6831+
resolution: "typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=5786d5"
6832+
bin:
6833+
tsc: bin/tsc
6834+
tsserver: bin/tsserver
6835+
checksum: 10c0/34d2a8e23eb8e0d1875072064d5e1d9c102e0bdce56a10a25c0b917b8aa9001a9cf5c225df12497e99da107dc379360bc138163c66b55b95f5b105b50578067e
6836+
languageName: node
6837+
linkType: hard
6838+
68196839
"ufo@npm:^1.5.3":
68206840
version: 1.5.3
68216841
resolution: "ufo@npm:1.5.3"

0 commit comments

Comments
 (0)