diff options
| author | Fuwn <[email protected]> | 2026-01-23 17:57:05 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-23 17:57:05 -0800 |
| commit | 757f95a4ffcdc89152927c6799c5655ece651d65 (patch) | |
| tree | a54b957287505a06263c7659fa6452ae033f1092 /package.json | |
| parent | refactor(MediaRoulette): Use Svelte 5 syntax (diff) | |
| download | due.moe-757f95a4ffcdc89152927c6799c5655ece651d65.tar.xz due.moe-757f95a4ffcdc89152927c6799c5655ece651d65.zip | |
fix: Resolve unused imports, dead code, and type definitions
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 27f1a388..b789a2b1 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "@types/fast-levenshtein": "^0.0.4", "@types/jsdom": "^21.1.6", "@types/string-similarity": "^4.0.2", + "@types/uuid": "^11.0.0", "@types/web-push": "^3.6.3", "@typescript-eslint/eslint-plugin": "^5.45.0", "@typescript-eslint/parser": "^5.45.0", |