From d61ed9b7e86defdeff6b4ec5e490961c08e4ec46 Mon Sep 17 00:00:00 2001 From: Rafael Pedicini Date: Mon, 5 Apr 2021 22:24:27 -0400 Subject: [PATCH] Add core-js as dependency as a temporary fix Temporary fix for: https://github.com/rafgraph/rollpkg/issues/6 Which is caused by: https://github.com/pastelsky/package-build-stats/issues/37 Which is caused by: https://github.com/zoobestik/csso-webpack-plugin/issues/28 --- package-lock.json | 16 ++++++++++++++++ package.json | 1 + 2 files changed, 17 insertions(+) diff --git a/package-lock.json b/package-lock.json index 4b84cb2..6c3d12e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,6 +16,7 @@ "@typescript-eslint/eslint-plugin": "^4.18.0", "@typescript-eslint/parser": "^4.18.0", "chalk": "^4.1.0", + "core-js": "^3.10.0", "eslint": "^7.22.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-import": "^2.22.1", @@ -3823,6 +3824,16 @@ "node": ">=0.10.0" } }, + "node_modules/core-js": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.10.0.tgz", + "integrity": "sha512-MQx/7TLgmmDVamSyfE+O+5BHvG1aUGj/gHhLn1wVtm2B5u1eVIPvh7vkfjwWKNCjrTJB8+He99IntSQ1qP+vYQ==", + "hasInstallScript": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, "node_modules/core-js-pure": { "version": "3.9.1", "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.9.1.tgz", @@ -21871,6 +21882,11 @@ "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" }, + "core-js": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.10.0.tgz", + "integrity": "sha512-MQx/7TLgmmDVamSyfE+O+5BHvG1aUGj/gHhLn1wVtm2B5u1eVIPvh7vkfjwWKNCjrTJB8+He99IntSQ1qP+vYQ==" + }, "core-js-pure": { "version": "3.9.1", "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.9.1.tgz", diff --git a/package.json b/package.json index 827cb0d..1950b31 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,7 @@ "@typescript-eslint/eslint-plugin": "^4.18.0", "@typescript-eslint/parser": "^4.18.0", "chalk": "^4.1.0", + "core-js": "^3.10.0", "eslint": "^7.22.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-import": "^2.22.1",