diff options
| author | Fuwn <[email protected]> | 2026-01-22 22:34:51 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-22 22:34:51 -0800 |
| commit | ba231d3c621fc2f4e5c09b135fcaf7781d4ff2e4 (patch) | |
| tree | cf8bf4fed8974e01b3c472ac9207c3498d37fb11 /package.json | |
| parent | fix(notifications): Replace svelte-notifications with custom store for Svelte 5 (diff) | |
| download | due.moe-ba231d3c621fc2f4e5c09b135fcaf7781d4ff2e4.tar.xz due.moe-ba231d3c621fc2f4e5c09b135fcaf7781d4ff2e4.zip | |
chore(deps): Migrate from npm to pnpm
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/package.json b/package.json index 67815cfa..416a51be 100644 --- a/package.json +++ b/package.json @@ -63,13 +63,5 @@ "uuid": "^10.0.0", "wanakana": "^5.3.1", "web-push": "^3.6.7" - }, - "trustedDependencies": [ - "@sveltejs/kit", - "@vercel/speed-insights", - "es5-ext", - "esbuild", - "msw", - "protobufjs" - ] + } } |