From 5ad92aa83328bd2a52d90dfe320e658fdec91e26 Mon Sep 17 00:00:00 2001 From: mARTin Date: Thu, 26 Feb 2026 08:15:12 +0100 Subject: [PATCH] chore: remove dead apple-icloud dependency and fix build --- next.config.js | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/next.config.js b/next.config.js index 85d21a7..6626bc8 100644 --- a/next.config.js +++ b/next.config.js @@ -7,7 +7,7 @@ const nextConfig = { NEXT_PUBLIC_APP_VERSION: version, }, experimental: { - serverComponentsExternalPackages: ['ical.js', 'tsdav', 'apple-icloud'], + serverComponentsExternalPackages: ['ical.js', 'tsdav'], }, webpack: (config, { isServer }) => { // Ignore .md files in node_modules (fixes apple-icloud README.md parse error) diff --git a/package.json b/package.json index f7efb65..4790211 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,6 @@ "@auth/prisma-adapter": "^2.11.1", "@prisma/client": "^5.22.0", "@types/bcryptjs": "^2.4.6", - "apple-icloud": "^1.1.0", "bcryptjs": "^3.0.3", "date-fns": "^2.30.0", "googleapis": "^170.1.0", @@ -57,4 +56,4 @@ "ts-jest": "^29.0.0", "typescript": "^5.0.0" } -} +} \ No newline at end of file