Skip to content

Commit d4e1340

Browse files
[fix] moment->2.29.3 review by xiongjj
1 parent 04f4c3f commit d4e1340

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/mapboxgl/include-mapboxgl.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
}
117117
if (inArray(includes, 'antd')) {
118118
inputCSS('https://iclient.supermap.io/web/libs/antd/3.25.3/antd.min.css');
119-
inputScript('https://iclient.supermap.io/web/libs/moment/2.29.1/moment.min.js');
119+
inputScript('https://iclient.supermap.io/web/libs/moment/2.29.3/moment.min.js');
120120
inputScript('https://iclient.supermap.io/web/libs/antd/3.25.3/antd.min.js');
121121
}
122122
if (inArray(includes, 'deck')) {
@@ -168,7 +168,7 @@
168168
inputScript('https://iclient.supermap.io/web/libs/mapbox-print-pdf/0.4.4/mapbox-print-pdf.min.js');
169169
}
170170
if (inArray(includes, 'moment')) {
171-
inputScript('https://iclient.supermap.io/web/libs/moment/2.29.1/moment.min.js');
171+
inputScript('https://iclient.supermap.io/web/libs/moment/2.29.3/moment.min.js');
172172
}
173173
if (inArray(includes, 'lodash')) {
174174
inputScript('https://iclient.supermap.io/web/libs/lodash/4.17.21/lodash.min.js');

examples/js/include-web.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
inputScript("https://iclient.supermap.io/web/libs/papaparse/papaparse.min.js");
8282
}
8383
if (inArray(includes, 'moment')) {
84-
inputScript("https://iclient.supermap.io/web/libs/moment/2.29.1/moment.min.js");
85-
inputScript("https://iclient.supermap.io/web/libs/moment/2.29.1/zh-cn.js");
84+
inputScript("https://iclient.supermap.io/web/libs/moment/2.29.3/moment.min.js");
85+
inputScript("https://iclient.supermap.io/web/libs/moment/2.29.3/zh-cn.js");
8686
}
8787
if (inArray(includes, 'bootstrap-datetimepicker')) {
8888
inputCSS("https://iclient.supermap.io/web/libs/bootstrap-datetimepicker/bootstrap-datetimepicker.min.css");

0 commit comments

Comments
 (0)