From ee6732124a366a2c21e9d974fc6a2b7ab0f384bd Mon Sep 17 00:00:00 2001 From: Andrew Calcutt Date: Sun, 14 Jan 2024 03:49:28 -0500 Subject: [PATCH] chore: update to maplibre-gl-native 5.3.0 Signed-off-by: Andrew Calcutt --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 102aee1..b183598 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@mapbox/polyline": "^1.2.1", "@mapbox/sphericalmercator": "1.2.0", "@mapbox/vector-tile": "1.3.1", - "@maplibre/maplibre-gl-native": "5.3.0-pre.0", + "@maplibre/maplibre-gl-native": "5.3.0", "@maplibre/maplibre-gl-style-spec": "18.0.0", "@sindresorhus/fnv1a": "3.1.0", "advanced-pool": "0.3.3", @@ -59,7 +59,7 @@ "yaml-lint": "^1.7.0" }, "engines": { - "node": ">=18.17.0 <19" + "node": ">=18.17.0 <21" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -1172,9 +1172,9 @@ } }, "node_modules/@maplibre/maplibre-gl-native": { - "version": "5.3.0-pre.0", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-native/-/maplibre-gl-native-5.3.0-pre.0.tgz", - "integrity": "sha512-/42pvgvtfccWfs9FfZHGKlgxc84I5slt4Xsm1f0N0synCqHmOCBikivg/TbAs74hDKbD87LBecJ8oMhmwfBOhQ==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-native/-/maplibre-gl-native-5.3.0.tgz", + "integrity": "sha512-58/yM3Gzwt6HtBUiwRhCH4eomStBsQ3ZCww/3WFee6gsG1bJLz9Y5CCcJI7J5WtLDTJIppcYcx4rhfgBnAzXnw==", "hasInstallScript": true, "dependencies": { "@acalcutt/node-pre-gyp": "^1.0.14", diff --git a/package.json b/package.json index b3d0995..aaf8854 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@mapbox/polyline": "^1.2.1", "@mapbox/sphericalmercator": "1.2.0", "@mapbox/vector-tile": "1.3.1", - "@maplibre/maplibre-gl-native": "5.3.0-pre.0", + "@maplibre/maplibre-gl-native": "5.3.0", "@maplibre/maplibre-gl-style-spec": "18.0.0", "@sindresorhus/fnv1a": "3.1.0", "advanced-pool": "0.3.3",