From efae657a84d74dd94197feca897e371152d8b268 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Mon, 15 May 2023 14:36:41 -0700 Subject: [PATCH] composer.json - Download esm-module-shims --- composer.json | 5 +++++ composer.lock | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a6f683694d..3c1eb85192 100644 --- a/composer.json +++ b/composer.json @@ -197,6 +197,11 @@ "url": "https://github.com/NickQiZhu/dc.js/archive/2.1.10.zip", "ignore": [".*", "style", "web", "*.json", "regression", "scripts", "spec", "src", "docs", "grunt", "Gruntfile.js", "Changelog.md", "welcome.md", "class-hierarchy.dot", "index.js", "CONTRIBUTING.md", "LICENSE_BANNER", "AUTHORS"] }, + "es-module-shims": { + "url": "https://ga.jspm.io/npm:es-module-shims@1.7.2/dist/es-module-shims.js", + "path": "bower_components/es-module-shims/dist/es-module-shims.js", + "_comment": "See also https://github.com/guybedford/es-module-shims/. MIT license." + }, "es6-promise": { "url": "https://github.com/components/es6-promise/archive/v4.2.4.zip" }, diff --git a/composer.lock b/composer.lock index 5cb7c4ec27..5ecb51d70f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e9694f117c3731e497ceb58d2fbf0d0d", + "content-hash": "d4769b4b0e2f12a788978d616edb74b1", "packages": [ { "name": "adrienrn/php-mimetyper", @@ -5587,5 +5587,5 @@ "platform-overrides": { "php": "7.3.0" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.2.0" } -- 2.25.1