diff --git a/backend/package.json b/backend/package.json index 225e5116d4..47fe5bedc1 100644 --- a/backend/package.json +++ b/backend/package.json @@ -63,7 +63,6 @@ "@crowd/queue": "workspace:*", "@crowd/redis": "workspace:*", "@crowd/slack": "workspace:*", - "@crowd/snowflake": "workspace:*", "@crowd/telemetry": "workspace:*", "@crowd/temporal": "workspace:*", "@crowd/types": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ac749d22e4..e788cb390d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -123,9 +123,6 @@ importers: '@crowd/slack': specifier: workspace:* version: link:../services/libs/slack - '@crowd/snowflake': - specifier: workspace:* - version: link:../services/libs/snowflake '@crowd/telemetry': specifier: workspace:* version: link:../services/libs/telemetry @@ -637,9 +634,6 @@ importers: '@crowd/slack': specifier: workspace:* version: link:../../libs/slack - '@crowd/snowflake': - specifier: workspace:* - version: link:../../libs/snowflake '@crowd/telemetry': specifier: workspace:* version: link:../../libs/telemetry @@ -1565,9 +1559,6 @@ importers: '@crowd/redis': specifier: workspace:* version: link:../../libs/redis - '@crowd/snowflake': - specifier: workspace:* - version: link:../../libs/snowflake '@crowd/temporal': specifier: workspace:* version: link:../../libs/temporal @@ -2339,9 +2330,6 @@ importers: '@crowd/logging': specifier: workspace:* version: link:../logging - '@crowd/snowflake': - specifier: workspace:* - version: link:../snowflake '@crowd/telemetry': specifier: workspace:* version: link:../telemetry diff --git a/services/apps/cron_service/package.json b/services/apps/cron_service/package.json index 723e13e6b9..f18c73fb8c 100644 --- a/services/apps/cron_service/package.json +++ b/services/apps/cron_service/package.json @@ -16,7 +16,6 @@ }, "dependencies": { "@crowd/common": "workspace:*", - "@crowd/snowflake": "workspace:*", "@crowd/data-access-layer": "workspace:*", "@crowd/logging": "workspace:*", "@crowd/nango": "workspace:*", diff --git a/services/apps/script_executor_worker/package.json b/services/apps/script_executor_worker/package.json index 378fcf03fe..75f965eb75 100644 --- a/services/apps/script_executor_worker/package.json +++ b/services/apps/script_executor_worker/package.json @@ -27,7 +27,6 @@ "@crowd/logging": "workspace:*", "@crowd/opensearch": "workspace:*", "@crowd/redis": "workspace:*", - "@crowd/snowflake": "workspace:*", "@crowd/types": "workspace:*", "@crowd/temporal": "workspace:*", "@temporalio/client": "~1.17.2", diff --git a/services/libs/integrations/package.json b/services/libs/integrations/package.json index da1848a953..c62e2e3ebf 100644 --- a/services/libs/integrations/package.json +++ b/services/libs/integrations/package.json @@ -20,7 +20,6 @@ "@crowd/logging": "workspace:*", "@crowd/telemetry": "workspace:*", "@crowd/types": "workspace:*", - "@crowd/snowflake": "workspace:*", "@gitbeaker/rest": "^43.5.0", "@octokit/auth-app": "^4.0.13", "@octokit/graphql": "^5.0.6",