From 266a096e7e8e9c4a517b93db63f8098ce556d966 Mon Sep 17 00:00:00 2001 From: Marc Bernard <59966492+mbtools@users.noreply.github.com> Date: Fri, 22 Mar 2024 20:17:07 +0100 Subject: [PATCH] Fix deprecated dependency notation Minor change to replaces a semver v1 notation (with leading `v`) with semver v2. PS: The npm semver package most likely will deprecate semver v1 support in next major. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f231e7e53c..f148b3d6050 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@plotly/d3": "3.8.1", "@plotly/d3-sankey": "0.7.2", "@plotly/d3-sankey-circular": "0.33.1", - "@plotly/mapbox-gl": "v1.13.4", + "@plotly/mapbox-gl": "1.13.4", "@turf/area": "^6.4.0", "@turf/bbox": "^6.4.0", "@turf/centroid": "^6.0.2",