Skip to content

Commit c3b0e29

Browse files
chore(deps): update dependency typescript to v5.9.3
1 parent f5a3f44 commit c3b0e29

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.3"
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.3",
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.3",
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.3"
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.3"
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.3"
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.3":
6810+
version: 5.9.3
6811+
resolution: "typescript@npm:5.9.3"
6812+
bin:
6813+
tsc: bin/tsc
6814+
tsserver: bin/tsserver
6815+
checksum: 10c0/6bd7552ce39f97e711db5aa048f6f9995b53f1c52f7d8667c1abdc1700c68a76a308f579cd309ce6b53646deb4e9a1be7c813a93baaf0a28ccd536a30270e1c5
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.3#optional!builtin<compat/typescript>":
6830+
version: 5.9.3
6831+
resolution: "typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>::version=5.9.3&hash=5786d5"
6832+
bin:
6833+
tsc: bin/tsc
6834+
tsserver: bin/tsserver
6835+
checksum: 10c0/ad09fdf7a756814dce65bc60c1657b40d44451346858eea230e10f2e95a289d9183b6e32e5c11e95acc0ccc214b4f36289dcad4bf1886b0adb84d711d336a430
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)