Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"eslint-plugin-vue": "9.23.0",
"husky": "9.1.7",
"lint-staged": "16.0.0",
"typescript": "5.8.2"
"typescript": "5.9.3"
}
}
2 changes: 1 addition & 1 deletion packages/ghoulscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/uuid": "10.0.0",
"typescript": "5.8.2",
"typescript": "5.9.3",
"vite": "6.3.5",
"vite-plugin-dts": "4.5.3",
"vite-plugin-externalize-deps": "0.9.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"typescript": "5.8.2",
"typescript": "5.9.3",
"vite": "6.3.5"
},
"dependencies": {
Expand Down
26 changes: 23 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ __metadata:
eslint-plugin-vue: "npm:9.23.0"
husky: "npm:9.1.7"
lint-staged: "npm:16.0.0"
typescript: "npm:5.8.2"
typescript: "npm:5.9.3"
languageName: unknown
linkType: soft

Expand All @@ -680,7 +680,7 @@ __metadata:
resolution: "@privyid/ghoulscript-sample@workspace:playground/sample"
dependencies:
"@privyid/ghoulscript": "workspace:^"
typescript: "npm:5.8.2"
typescript: "npm:5.9.3"
vite: "npm:6.3.5"
languageName: unknown
linkType: soft
Expand All @@ -693,7 +693,7 @@ __metadata:
"@types/uuid": "npm:10.0.0"
defu: "npm:^6.1.4"
sref: "npm:^1.0.1"
typescript: "npm:5.8.2"
typescript: "npm:5.9.3"
ufo: "npm:^1.5.3"
uuid: "npm:^11.0.0"
vite: "npm:6.3.5"
Expand Down Expand Up @@ -6806,6 +6806,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.9.3":
version: 5.9.3
resolution: "typescript@npm:5.9.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/6bd7552ce39f97e711db5aa048f6f9995b53f1c52f7d8667c1abdc1700c68a76a308f579cd309ce6b53646deb4e9a1be7c813a93baaf0a28ccd536a30270e1c5
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>":
version: 5.8.2
resolution: "typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>::version=5.8.2&hash=5786d5"
Expand All @@ -6816,6 +6826,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>":
version: 5.9.3
resolution: "typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>::version=5.9.3&hash=5786d5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/ad09fdf7a756814dce65bc60c1657b40d44451346858eea230e10f2e95a289d9183b6e32e5c11e95acc0ccc214b4f36289dcad4bf1886b0adb84d711d336a430
languageName: node
linkType: hard

"ufo@npm:^1.5.3":
version: 1.5.3
resolution: "ufo@npm:1.5.3"
Expand Down
Loading