Skip to content

Bump promise-polyfill from 6.0.2 to 8.1.3 #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Dec 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"ol": "6.1.1",
"pbf": "3.0.2",
"proj4": "2.5.0",
"promise-polyfill": "6.0.2",
"promise-polyfill": "8.1.3",
"three": "0.92.0",
"xlsx": "0.15.1",
"xml-js": "1.6.11"
Expand Down
2 changes: 1 addition & 1 deletion src/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"elasticsearch": "16.5.0",
"fetch-ie8": "1.5.0",
"fetch-jsonp": "1.1.3",
"promise-polyfill": "6.0.2",
"promise-polyfill": "8.1.3",
"lodash.topairs": "4.3.0"
}
}
6 changes: 3 additions & 3 deletions src/common/util/FetchRequest.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* Copyright© 2000 - 2019 SuperMap Software Co.Ltd. All rights reserved.
* This program are made available under the terms of the Apache License, Version 2.0
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
import "./PromisePolyfill"
import 'fetch-ie8'
import 'promise-polyfill/dist/polyfill';
import 'fetch-ie8';
import fetchJsonp from 'fetch-jsonp';
import {
SuperMap
Expand Down Expand Up @@ -427,4 +427,4 @@ SuperMap.Util.RequestJSONPPromise = {
});
return me.issue(config);
}
};
};
6 changes: 0 additions & 6 deletions src/common/util/PromisePolyfill.js

This file was deleted.

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy