From 619d1bae1640064a22cd1a6e81ae9ddcdfcc3e24 Mon Sep 17 00:00:00 2001 From: Brad Groux <3053586+BradGroux@users.noreply.github.com> Date: Sun, 23 Aug 2026 20:56:21 -0500 Subject: [PATCH] chore: remove unused workspace dependencies (#1217) --- mcp/package.json | 1 - pnpm-lock.yaml | 35 ----------------------------------- server/package.json | 2 -- web/package.json | 1 - 4 files changed, 39 deletions(-) diff --git a/mcp/package.json b/mcp/package.json index 536abbd3..acd39391 100644 --- a/mcp/package.json +++ b/mcp/package.json @@ -16,7 +16,6 @@ "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "@veritas-kanban/shared": "workspace:*", - "hono": "^4.13.3", "zod": "^4.4.3" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 93283590..9db4b6e4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -139,9 +139,6 @@ importers: '@veritas-kanban/shared': specifier: workspace:* version: link:../shared - hono: - specifier: '>=4.12.34' - version: 4.13.3 zod: specifier: ^4.4.3 version: 4.4.3 @@ -206,9 +203,6 @@ importers: mammoth: specifier: ^1.12.1 version: 1.12.1 - mime-types: - specifier: ^3.0.2 - version: 3.0.2 multer: specifier: ^2.2.0 version: 2.2.0 @@ -273,9 +267,6 @@ importers: '@types/jsonwebtoken': specifier: ^9.0.10 version: 9.0.10 - '@types/mime-types': - specifier: ^3.0.1 - version: 3.0.1 '@types/multer': specifier: ^2.2.0 version: 2.2.0 @@ -330,9 +321,6 @@ importers: '@mantine/core': specifier: ^9.5.1 version: 9.5.1(@mantine/hooks@9.5.1(react@19.2.8))(@types/react@19.2.18)(react-dom@19.2.8(react@19.2.8))(react@19.2.8) - '@mantine/form': - specifier: ^9.5.1 - version: 9.5.1(react@19.2.8) '@mantine/hooks': specifier: ^9.5.1 version: 9.5.1(react@19.2.8) @@ -1017,11 +1005,6 @@ packages: react: ^19.2.0 react-dom: ^19.2.0 - '@mantine/form@9.5.1': - resolution: {integrity: sha512-WsMZGBTsoG2Y/K+6QK0+GmsJxq5KzWHIzo65lRpkq/SwdenV9G+3m0LstlhI9i2/wQF83GfwP7mCbKMfzf00Eg==} - peerDependencies: - react: ^19.2.0 - '@mantine/hooks@9.5.1': resolution: {integrity: sha512-2sK9OdWvrzKBOuWxLfQA5qcAJzxpzqNlKumaP7Uq0i7LDBQeY/sYgNiBWLwtW+iZw6fFXwPf0nI7q5VVpvqnNQ==} peerDependencies: @@ -1546,9 +1529,6 @@ packages: '@types/methods@1.1.4': resolution: {integrity: sha512-ymXWVrDiCxTBE3+RIrrP533E70eA+9qu7zdWoHuOmGujkYtzf4HQF96b8nwHLqhuf4ykX61IGRIB38CC6/sImQ==} - '@types/mime-types@3.0.1': - resolution: {integrity: sha512-xRMsfuQbnRq1Ef+C+RKaENOxXX87Ygl38W1vDfPHRku02TgQr+Qd8iivLtAMcR0KF5/29xlnFihkTlbqFrGOVQ==} - '@types/ms@2.1.0': resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==} @@ -3358,10 +3338,6 @@ packages: keyv@4.5.4: resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} - klona@2.0.6: - resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==} - engines: {node: '>= 8'} - launder@1.7.1: resolution: {integrity: sha512-mU6WRz5EusL9ZZuiZ5SO4Y6C0P9PAUR9iwdb6bzj4KDihm28DiHFw+/yk9DBH4f+Pv1wuzQ4e2jV3oQ7mkIqvw==} @@ -5893,13 +5869,6 @@ snapshots: transitivePeerDependencies: - '@types/react' - '@mantine/form@9.5.1(react@19.2.8)': - dependencies: - '@standard-schema/spec': 1.1.0 - fast-deep-equal: 3.1.3 - klona: 2.0.6 - react: 19.2.8 - '@mantine/hooks@9.5.1(react@19.2.8)': dependencies: react: 19.2.8 @@ -6359,8 +6328,6 @@ snapshots: '@types/methods@1.1.4': {} - '@types/mime-types@3.0.1': {} - '@types/ms@2.1.0': {} '@types/multer@2.2.0': @@ -8549,8 +8516,6 @@ snapshots: dependencies: json-buffer: 3.0.1 - klona@2.0.6: {} - launder@1.7.1: dependencies: dayjs: 1.11.21 diff --git a/server/package.json b/server/package.json index 9d6f10c2..1a7746df 100644 --- a/server/package.json +++ b/server/package.json @@ -32,7 +32,6 @@ "helmet": "^8.3.0", "jsonwebtoken": "^9.0.3", "mammoth": "^1.12.1", - "mime-types": "^3.0.2", "multer": "^2.2.0", "nanoid": "^6.0.1", "nostr-tools": "2.24.3", @@ -56,7 +55,6 @@ "@types/express": "^5.0.0", "@types/express-serve-static-core": "^5.1.3", "@types/jsonwebtoken": "^9.0.10", - "@types/mime-types": "^3.0.1", "@types/multer": "^2.2.0", "@types/sanitize-html": "^2.16.1", "@types/supertest": "^7.2.1", diff --git a/web/package.json b/web/package.json index ec6b991b..a0304298 100644 --- a/web/package.json +++ b/web/package.json @@ -18,7 +18,6 @@ "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@mantine/core": "^9.5.1", - "@mantine/form": "^9.5.1", "@mantine/hooks": "^9.5.1", "@mantine/modals": "^9.5.1", "@mantine/notifications": "^9.5.1",