Skip to content

Commit 4648429

Browse files
authored
Merge pull request #82 from SuperMap/dependabot/npm_and_yarn/promise-polyfill-8.1.3
Bump promise-polyfill from 6.0.2 to 8.1.3
2 parents d3b1e44 + 1b583bb commit 4648429

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"ol": "6.1.1",
127127
"pbf": "3.0.2",
128128
"proj4": "2.5.0",
129-
"promise-polyfill": "6.0.2",
129+
"promise-polyfill": "8.1.3",
130130
"three": "0.92.0",
131131
"xlsx": "0.15.1",
132132
"xml-js": "1.6.11"

src/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"elasticsearch": "16.5.0",
1717
"fetch-ie8": "1.5.0",
1818
"fetch-jsonp": "1.1.3",
19-
"promise-polyfill": "6.0.2",
19+
"promise-polyfill": "8.1.3",
2020
"lodash.topairs": "4.3.0"
2121
}
2222
}

src/common/util/FetchRequest.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* Copyright© 2000 - 2019 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 "./PromisePolyfill"
5-
import 'fetch-ie8'
4+
import 'promise-polyfill/dist/polyfill';
5+
import 'fetch-ie8';
66
import fetchJsonp from 'fetch-jsonp';
77
import {
88
SuperMap
@@ -427,4 +427,4 @@ SuperMap.Util.RequestJSONPPromise = {
427427
});
428428
return me.issue(config);
429429
}
430-
};
430+
};

src/common/util/PromisePolyfill.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)