From 2ac116d011b3e0f97c26c11503e6bdce0527c48c Mon Sep 17 00:00:00 2001 From: Nicolas Kruk Date: Thu, 9 Oct 2025 18:21:38 -0400 Subject: [PATCH] chore: remove lightning-base-components dependency - Remove lightning-base-components from package.json dependencies - Remove lightning-base-components from lwc.config.json modules - Update yarn.lock to reflect dependency removal --- lwc.config.json | 6 +----- package.json | 1 - yarn.lock | 5 ----- 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/lwc.config.json b/lwc.config.json index b3760737..c02ade53 100644 --- a/lwc.config.json +++ b/lwc.config.json @@ -1,7 +1,3 @@ { - "modules": [ - { - "npm": "lightning-base-components" - } - ] + "modules": [] } diff --git a/package.json b/package.json index ac6a85ad..29f2b8c8 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,6 @@ "@salesforce/sf-plugins-core": "^11.2.4", "axios": "^1.11.0", "glob": "^10.4.5", - "lightning-base-components": "1.27.2-alpha", "lwc": "~8.20.5", "node-fetch": "^3.3.2", "open": "^10.2.0", diff --git a/yarn.lock b/yarn.lock index 7d1f1ee5..297c7917 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8482,11 +8482,6 @@ lie@~3.3.0: dependencies: immediate "~3.0.5" -lightning-base-components@1.27.2-alpha: - version "1.27.2-alpha" - resolved "https://registry.yarnpkg.com/lightning-base-components/-/lightning-base-components-1.27.2-alpha.tgz#a6cde01e2f271f54d7d6afc4df53d20cd987977d" - integrity sha512-YyxdAVEsECA2JqZnlsBxqPpBEdElfQa88qs5zY+eYHUdjZ/aE15OV0kjcoBB8o/46Z39jkyn+b1Aiy1wDZoqLw== - lilconfig@^3.1.3: version "3.1.3" resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.3.tgz#a1bcfd6257f9585bf5ae14ceeebb7b559025e4c4"