From ea9584d8541baa9f331ad4c7bcc95f9cfebc590d Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Thu, 24 Oct 2024 13:07:51 -0700 Subject: [PATCH] Refactor: Remove powerglitch dependency --- pnpm-lock.yaml | 11 ----------- pnpm-workspace.yaml | 1 - www/web/package.json | 1 - www/web/src/pages/index.astro | 2 -- 4 files changed, 15 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7e3a55282..11893a2fe 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -95,9 +95,6 @@ catalogs: motion: specifier: ^10.18.0 version: 10.18.0 - powerglitch: - specifier: ^2.3.4 - version: 2.3.4 tailwind-merge: specifier: ^2.5.4 version: 2.5.4 @@ -1056,9 +1053,6 @@ importers: motion: specifier: catalog:landing version: 10.18.0 - powerglitch: - specifier: catalog:landing - version: 2.3.4 satori: specifier: ^0.11.1 version: 0.11.1 @@ -5145,9 +5139,6 @@ packages: resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==} engines: {node: ^10 || ^12 || >=14} - powerglitch@2.3.4: - resolution: {integrity: sha512-QVCs/scRcI9caxykt95civDyZ0L0TahFSP2BU/Mn/db4WweKcT8rUwVdp/O+pr9nF744mVMFoYsMh9Zx7nW3vQ==} - preferred-pm@4.0.0: resolution: {integrity: sha512-gYBeFTZLu055D8Vv3cSPox/0iTPtkzxpLroSYYA7WXgRi31WCJ51Uyl8ZiPeUUjyvs2MBzK+S8v9JVUgHU/Sqw==} engines: {node: '>=18.12'} @@ -11210,8 +11201,6 @@ snapshots: picocolors: 1.1.0 source-map-js: 1.2.1 - powerglitch@2.3.4: {} - preferred-pm@4.0.0: dependencies: find-up-simple: 1.0.0 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 1c6a84409..739889777 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -23,7 +23,6 @@ catalogs: vite: ^4 || ^5 landing: motion: ^10.18.0 - powerglitch: ^2.3.4 tailwindcss: ^3.4.14 tailwind-merge: ^2.5.4 tailwind-scrollbar: ^3.1.0 diff --git a/www/web/package.json b/www/web/package.json index 7b11aaa31..64fd18d0a 100644 --- a/www/web/package.json +++ b/www/web/package.json @@ -20,7 +20,6 @@ "astro-icon": "catalog:landing", "html-entities": "^2.5.2", "motion": "catalog:landing", - "powerglitch": "catalog:landing", "sharp": "catalog:", "satori": "^0.11.1", "satori-html": "^0.3.2", diff --git a/www/web/src/pages/index.astro b/www/web/src/pages/index.astro index 904e0387f..18d9ca794 100644 --- a/www/web/src/pages/index.astro +++ b/www/web/src/pages/index.astro @@ -19,7 +19,6 @@ const features = (await getCollection('features')).sort( ---