diff --git a/modules/id.js b/modules/id.js index db1d1639a..f12de28b2 100644 --- a/modules/id.js +++ b/modules/id.js @@ -1,5 +1,5 @@ import 'browser-polyfills'; -import 'string.fromcodepoint'; +import 'string.fromcodepoint/auto'; import 'abortcontroller-polyfill/dist/polyfill-patch-fetch'; // polyfill requestIdleCallback diff --git a/package.json b/package.json index f8f895d13..aebdbefcb 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "osm-auth": "1.0.2", "pannellum": "2.5.6", "rbush": "3.0.1", - "string.fromcodepoint": "0.2.1", + "string.fromcodepoint": "1.0.0", "which-polygon": "2.2.0" }, "devDependencies": {