Skip to content

Commit ce795fa

Browse files
committed
【update】升级 xlsx 0.18.0 -> 0.18.5; review by songym
1 parent cd565ab commit ce795fa

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/classic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"license": "Apache-2.0",
1616
"dependencies": {
1717
"mapv": "2.0.62",
18-
"xlsx": "0.18.0",
18+
"xlsx": "0.18.5",
1919
"@supermap/iclient-common": "11.0.0-alpha"
2020
}
2121
}

src/common/components/util/FileReaderUtil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Copyright© 2000 - 2022 SuperMap Software Co.Ltd. All rights reserved.
22
* This program are made available under the terms of the Apache License, Version 2.0
33
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
4-
import XLSX from 'xlsx'
4+
import * as XLSX from 'xlsx';
55
import {FileTypes} from '../CommonTypes';
66
import {Lang} from '../../lang/Lang';
77

src/leaflet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"jsonsql": "0.2.5",
2525
"pbf": "3.2.1",
2626
"proj4": "2.7.5",
27-
"xlsx": "0.18.0"
27+
"xlsx": "0.18.5"
2828
}
2929
}

src/mapboxgl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"mapv": "2.0.62",
2020
"mapbox-gl": "1.13.2",
2121
"three": "0.126.1",
22-
"xlsx": "0.18.0",
22+
"xlsx": "0.18.5",
2323
"@supermap/iclient-common": "11.0.0-alpha",
2424
"canvg": "3.0.7",
2525
"xml-js": "1.6.11"

src/openlayers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"ol": "6.9.0",
2222
"@supermap/iclient-common": "11.0.0-alpha",
2323
"proj4": "2.7.5",
24-
"xlsx": "0.18.0",
24+
"xlsx": "0.18.5",
2525
"canvg": "3.0.7",
2626
"lodash.remove": "^4.7.0"
2727
}

0 commit comments

Comments
 (0)