diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-06-21 13:03:00 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-06-21 13:03:00 +0900 |
| commit | 1df90cef4c5ca8fc71b8dd491e0b90ad47263a35 (patch) | |
| tree | f2f8bc981d025f0ebf00affb9afd58770298944c /package.json | |
| parent | Fix type checking (#14047) (diff) | |
| download | sharkey-1df90cef4c5ca8fc71b8dd491e0b90ad47263a35.tar.gz sharkey-1df90cef4c5ca8fc71b8dd491e0b90ad47263a35.tar.bz2 sharkey-1df90cef4c5ca8fc71b8dd491e0b90ad47263a35.zip | |
update typescript
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index b1786e16f1..5adce65415 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "postcss": "8.4.38", "tar": "6.2.1", "terser": "5.30.3", - "typescript": "5.4.5", + "typescript": "5.5.2", "esbuild": "0.20.2", "glob": "10.3.12" }, |