Skip to content

Commit cb5c14f

Browse files
authored
Add mapbox-gl dep to prevent Failed to resolve import in vite (#3036)
* Add mapbox-gl dep to prevent errors in clients Signed-off-by: Ilya Boyandin <[email protected]> * Yarn.lock Signed-off-by: Ilya Boyandin <[email protected]> --------- Signed-off-by: Ilya Boyandin <[email protected]>
1 parent 7c3365f commit cb5c14f

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

src/utils/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"lodash.isequal": "^4.5.0",
6363
"lodash.memoize": "^4.1.2",
6464
"lodash.throttle": "^4.1.1",
65+
"mapbox-gl": "^1.13.1",
6566
"maplibre-gl": "^3.6.2",
6667
"maplibregl-mapbox-request-transformer": "^0.0.2",
6768
"mini-svg-data-uri": "^1.0.3",

yarn.lock

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3691,6 +3691,7 @@ __metadata:
36913691
lodash.isequal: "npm:^4.5.0"
36923692
lodash.memoize: "npm:^4.1.2"
36933693
lodash.throttle: "npm:^4.1.1"
3694+
mapbox-gl: "npm:^1.13.1"
36943695
maplibre-gl: "npm:^3.6.2"
36953696
maplibregl-mapbox-request-transformer: "npm:^0.0.2"
36963697
mini-svg-data-uri: "npm:^1.0.3"
@@ -21468,6 +21469,36 @@ __metadata:
2146821469
languageName: node
2146921470
linkType: hard
2147021471

21472+
"mapbox-gl@npm:^1.13.1":
21473+
version: 1.13.3
21474+
resolution: "mapbox-gl@npm:1.13.3"
21475+
dependencies:
21476+
"@mapbox/geojson-rewind": "npm:^0.5.2"
21477+
"@mapbox/geojson-types": "npm:^1.0.2"
21478+
"@mapbox/jsonlint-lines-primitives": "npm:^2.0.2"
21479+
"@mapbox/mapbox-gl-supported": "npm:^1.5.0"
21480+
"@mapbox/point-geometry": "npm:^0.1.0"
21481+
"@mapbox/tiny-sdf": "npm:^1.1.1"
21482+
"@mapbox/unitbezier": "npm:^0.0.0"
21483+
"@mapbox/vector-tile": "npm:^1.3.1"
21484+
"@mapbox/whoots-js": "npm:^3.1.0"
21485+
csscolorparser: "npm:~1.0.3"
21486+
earcut: "npm:^2.2.2"
21487+
geojson-vt: "npm:^3.2.1"
21488+
gl-matrix: "npm:^3.2.1"
21489+
grid-index: "npm:^1.1.0"
21490+
murmurhash-js: "npm:^1.0.0"
21491+
pbf: "npm:^3.2.1"
21492+
potpack: "npm:^1.0.1"
21493+
quickselect: "npm:^2.0.0"
21494+
rw: "npm:^1.3.3"
21495+
supercluster: "npm:^7.1.0"
21496+
tinyqueue: "npm:^2.0.3"
21497+
vt-pbf: "npm:^3.1.1"
21498+
checksum: 10c0/82bf86daa69e068d4138c4e5a1dbfc2a28c6d0e2cc142ef96d3ce671770e8173d3ffd62e6614b3606f932f99b40eb4dfc52d5f44c48dabd393ba27b61d9e50c4
21499+
languageName: node
21500+
linkType: hard
21501+
2147121502
"maplibre-gl@npm:^3.6.2":
2147221503
version: 3.6.2
2147321504
resolution: "maplibre-gl@npm:3.6.2"

0 commit comments

Comments
 (0)