From 374c506c3877fa86aeff1c2d67e0e255de961b52 Mon Sep 17 00:00:00 2001 From: giancarlo Date: Tue, 7 May 2024 18:54:10 +0700 Subject: [PATCH] Remove @keystatic/next and @kit/keystatic dependencies The commits include removal of @keystatic/next and @kit/keystatic from the package.json file and pnpm-lock.yaml file. Removing these dependencies should clean up our package dependencies and prevent relying on deprecated or unused packages. --- apps/web/package.json | 2 -- pnpm-lock.yaml | 6 ------ 2 files changed, 8 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index 0229b2a69..545a9499e 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -33,7 +33,6 @@ "dependencies": { "@edge-csrf/nextjs": "2.0.0", "@hookform/resolvers": "^3.3.4", - "@keystatic/next": "^5.0.0", "@kit/accounts": "workspace:^", "@kit/admin": "workspace:^", "@kit/auth": "workspace:^", @@ -43,7 +42,6 @@ "@kit/database-webhooks": "workspace:^", "@kit/email-templates": "workspace:^", "@kit/i18n": "workspace:^", - "@kit/keystatic": "workspace:^", "@kit/mailers": "workspace:^", "@kit/monitoring": "workspace:^", "@kit/next": "workspace:^", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 041320aed..963634210 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -57,9 +57,6 @@ importers: '@hookform/resolvers': specifier: ^3.3.4 version: 3.3.4(react-hook-form@7.51.4) - '@keystatic/next': - specifier: ^5.0.0 - version: 5.0.0(@keystatic/core@0.5.14)(next@14.2.3)(react-dom@18.3.1)(react@18.3.1) '@kit/accounts': specifier: workspace:^ version: link:../../packages/features/accounts @@ -87,9 +84,6 @@ importers: '@kit/i18n': specifier: workspace:^ version: link:../../packages/i18n - '@kit/keystatic': - specifier: workspace:^ - version: link:../../packages/cms/keystatic '@kit/mailers': specifier: workspace:^ version: link:../../packages/mailers