Update Typescript Version

Svelte requires a 5.0.0+ version of typescript, so updating to the most recent version.
This commit is contained in:
lackita 2025-01-04 15:10:16 -05:00 committed by GitHub
parent ee04e2f81f
commit 6f12e0c059
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@
"esbuild": "0.17.3",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
"typescript": "5.7.2"
}
}