Skip to content

Commit 6bddc5b

Browse files
committed
【 update 】依赖升级; review by xiongjj
1 parent d34e30d commit 6bddc5b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

dist/mapboxgl/include-mapboxgl.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
var includes = (targetScript.getAttribute('include') || '').split(',');
5454
var excludes = (targetScript.getAttribute('exclude') || '').split(',');
5555
if (!inArray(includes, 'mapbox-gl-enhance') && !inArray(excludes, 'mapbox-gl')) {
56-
inputCSS('https://iclient.supermap.io/web/libs/mapbox-gl-js/1.13.1/mapbox-gl.css');
57-
inputScript('https://iclient.supermap.io/web/libs/mapbox-gl-js/1.13.1/mapbox-gl.js');
56+
inputCSS('https://iclient.supermap.io/web/libs/mapbox-gl-js/1.13.2/mapbox-gl.css');
57+
inputScript('https://iclient.supermap.io/web/libs/mapbox-gl-js/1.13.2/mapbox-gl.js');
5858
}
5959
if (inArray(includes, 'mapbox-gl-enhance')) {
6060
inputCSS('https://iclient.supermap.io/web/libs/mapbox-gl-js-enhance/1.12.0/mapbox-gl-enhance.css');

libs/mapbox-gl-js/mapbox-gl.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@babel/core": "^7.12.3",
6262
"@babel/plugin-transform-runtime": "^7.12.1",
6363
"@babel/preset-env": "^7.12.1",
64-
"@geoman-io/leaflet-geoman-free": "2.9.0",
64+
"@geoman-io/leaflet-geoman-free": "^2.11.4",
6565
"babel-eslint": "^10.1.0",
6666
"babel-loader": "^8.1.0",
6767
"babel-plugin-istanbul": "^6.0.0",
@@ -125,7 +125,7 @@
125125
"leaflet": "1.7.1",
126126
"lodash.remove": "^4.7.0",
127127
"lodash.topairs": "4.3.0",
128-
"mapbox-gl": "1.13.1",
128+
"mapbox-gl": "1.13.2",
129129
"mapv": "2.0.62",
130130
"ol": "6.9.0",
131131
"pbf": "3.2.1",

src/mapboxgl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"echarts": "4.9.0",
1818
"mapv": "2.0.62",
19-
"mapbox-gl": "1.13.1",
19+
"mapbox-gl": "1.13.2",
2020
"three": "0.126.1",
2121
"xlsx": "0.18.0",
2222
"@supermap/iclient-common": "11.0.0-dev",

0 commit comments

Comments
 (0)