From f38b1863692e75dc6e1bcab00bf59e634bed4748 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 07:09:50 +0000 Subject: [PATCH] chore(deps): update dependency pmtiles to v4 --- packages/maplibre-gl-export/package.json | 2 +- pnpm-lock.yaml | 22 +++++++--------------- sites/demo/package.json | 2 +- 3 files changed, 9 insertions(+), 17 deletions(-) diff --git a/packages/maplibre-gl-export/package.json b/packages/maplibre-gl-export/package.json index 1b21c04e..1dd0bb45 100644 --- a/packages/maplibre-gl-export/package.json +++ b/packages/maplibre-gl-export/package.json @@ -62,7 +62,7 @@ "eslint-plugin-import": "^2.31.0", "globals": "^15.12.0", "path": "^0.12.7", - "pmtiles": "^3.2.1", + "pmtiles": "^4.0.0", "postcss": "^8.4.49", "postcss-cli": "^11.0.0", "prettier": "^3.3.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aeb1f6d0..72db54d4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -122,8 +122,8 @@ importers: specifier: ^0.12.7 version: 0.12.7 pmtiles: - specifier: ^3.2.1 - version: 3.2.1 + specifier: ^4.0.0 + version: 4.0.1 postcss: specifier: ^8.4.49 version: 8.4.49 @@ -219,8 +219,8 @@ importers: specifier: ^4.7.1 version: 4.7.1 pmtiles: - specifier: ^3.2.1 - version: 3.2.1 + specifier: ^4.0.0 + version: 4.0.1 postcss: specifier: 8.4.49 version: 8.4.49 @@ -840,9 +840,6 @@ packages: '@types/json5@0.0.29': resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} - '@types/leaflet@1.9.14': - resolution: {integrity: sha512-sx2q6MDJaajwhKeVgPSvqXd8rhNJSTA3tMidQGduZn9S6WBYxDkCpSpV5xXEmSg7Cgdk/5vJGhVF1kMYLzauBg==} - '@types/mapbox-gl@3.4.1': resolution: {integrity: sha512-NsGKKtgW93B+UaLPti6B7NwlxYlES5DpV5Gzj9F75rK5ALKsqSk15CiEHbOnTr09RGbr6ZYiCdI+59NNNcAImg==} @@ -2177,8 +2174,8 @@ packages: resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} engines: {node: '>= 6'} - pmtiles@3.2.1: - resolution: {integrity: sha512-3R4fBwwoli5mw7a6t1IGwOtfmcSAODq6Okz0zkXhS1zi9sz1ssjjIfslwPvcWw5TNhdjNBUg9fgfPLeqZlH6ng==} + pmtiles@4.0.1: + resolution: {integrity: sha512-YS4uj/v179kA6tDd2E8d7ikOIEHy8ahtXN+u4joZYGkG2EwTkC2DUwgNmYLipyl60Vzf3FnIccIuDZB6bmdKmg==} possible-typed-array-names@1.0.0: resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} @@ -3398,10 +3395,6 @@ snapshots: '@types/json5@0.0.29': {} - '@types/leaflet@1.9.14': - dependencies: - '@types/geojson': 7946.0.14 - '@types/mapbox-gl@3.4.1': dependencies: '@types/geojson': 7946.0.14 @@ -4855,9 +4848,8 @@ snapshots: pirates@4.0.6: {} - pmtiles@3.2.1: + pmtiles@4.0.1: dependencies: - '@types/leaflet': 1.9.14 fflate: 0.8.2 possible-typed-array-names@1.0.0: {} diff --git a/sites/demo/package.json b/sites/demo/package.json index fb7c691a..14524abb 100644 --- a/sites/demo/package.json +++ b/sites/demo/package.json @@ -33,7 +33,7 @@ "globals": "^15.12.0", "mapbox-gl": "^3.8.0", "maplibre-gl": "^4.7.1", - "pmtiles": "^3.2.1", + "pmtiles": "^4.0.0", "postcss": "8.4.49", "prettier": "^3.3.3", "prettier-plugin-svelte": "^3.2.8",