From c7880bda232da101450a6d4648544fab496bdc6a Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Wed, 3 Dec 2025 15:47:01 -0800 Subject: [PATCH] chore(deps): Remove unused direct dependency geostyler-qgis-parser MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The geostyler-qgis-parser package was listed as a direct dependency but is never imported or used directly in the codebase. It's already included as a transitive dependency through geostyler (^14.1.3), which specifies geostyler-qgis-parser ^2.0.0. Changes: - Removed geostyler-qgis-parser from package.json direct dependencies - Updated package-lock.json accordingly - The package remains available through geostyler's dependencies This cleanup reduces unnecessary direct dependencies while maintaining functionality. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- superset-frontend/package-lock.json | 1 - superset-frontend/package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 3e0f1533935d..164d9b31d97a 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -77,7 +77,6 @@ "geostyler": "^14.1.3", "geostyler-data": "^1.1.0", "geostyler-openlayers-parser": "^4.3.0", - "geostyler-qgis-parser": "2.0.1", "geostyler-style": "7.5.0", "geostyler-wfs-parser": "^2.0.3", "googleapis": "^154.1.0", diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 734c6a11eae1..927fdc827fc3 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -156,7 +156,6 @@ "geostyler": "^14.1.3", "geostyler-data": "^1.1.0", "geostyler-openlayers-parser": "^4.3.0", - "geostyler-qgis-parser": "2.0.1", "geostyler-style": "7.5.0", "geostyler-wfs-parser": "^2.0.3", "googleapis": "^154.1.0",