Skip to content

Commit 2262871

Browse files
[fix]排查各端package.json
1 parent 4135d25 commit 2262871

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/common/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"@supermapgis/tile-decryptor": "^1.0.0",
2020
"@turf/center": "^6.5.0",
2121
"@turf/meta": "^6.5.0",
22+
"canvg": "3.0.10",
2223
"echarts": "5.5.0",
2324
"fast-xml-parser": "^4.2.7",
2425
"fetch-ie8": "1.5.0",

src/mapboxgl/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,15 @@
1616
"license": "Apache-2.0",
1717
"dependencies": {
1818
"@mapbox/mapbox-gl-style-spec": "^14.3.0",
19-
"@turf/center": "^6.5.0",
2019
"@turf/turf": "6.5.0",
20+
"@turf/meta": "^6.5.0",
2121
"mapv": "2.0.62",
2222
"mapbox-gl": "1.13.2",
2323
"three": "0.150.1",
2424
"@supermapgis/iclient-common": "11.3.0",
25-
"canvg": "3.0.10",
26-
"flatgeobuf": "3.31.1",
25+
"lodash.clonedeep": "^4.5.0",
2726
"rbush": "^2.0.2",
2827
"proj4": "2.11.0",
29-
"flv.js": "^1.6.2",
3028
"video.js": "^7.10.2",
3129
"videojs-flvjs-es6": "^1.0.1"
3230
}

src/maplibregl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"maplibre-gl": "4.3.2",
2020
"mapv": "2.0.62",
2121
"three": "0.150.1",
22-
"canvg": "3.0.10",
2322
"@supermapgis/iclient-common": "11.3.0",
24-
"rbush": "^2.0.2"
23+
"rbush": "^2.0.2",
24+
"lodash.clonedeep": "^4.5.0"
2525
}
2626
}

src/openlayers/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"mapv": "2.0.62",
2222
"ol": "7.5.2",
2323
"canvg": "3.0.10",
24+
"lodash.clonedeep": "^4.5.0",
2425
"lodash.remove": "^4.7.0",
2526
"lodash.difference": "^4.5.0",
2627
"flatgeobuf": "3.31.1",

0 commit comments

Comments
 (0)