From ba5ed56f2a4285ff68002dd05833388ad4f63358 Mon Sep 17 00:00:00 2001 From: Nathan Burkiewicz Date: Thu, 12 Nov 2020 06:37:36 +0100 Subject: [PATCH] Bumps esinstall's rollup version to fix lit-html error (#1579) Fixes an error in esinstall with the lit-html library caused by the commonjs plugin + rollup version. In rollup v2.23 - v2.28.2 the transform hook would return undefined instead on the transformed library code. This error was fixed in the following pull: https://github.com/rollup/rollup/commit/1ad8289205b7af3d5adf3043f782934adbcb8b65#diff-58036290d63f45dcebfa80ddeeb5877187a613f7cdb28e9a5482324f632c14ad --- esinstall/package.json | 2 +- yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/esinstall/package.json b/esinstall/package.json index 3758571949..681923e892 100644 --- a/esinstall/package.json +++ b/esinstall/package.json @@ -51,7 +51,7 @@ "kleur": "^4.1.1", "mkdirp": "^1.0.3", "rimraf": "^3.0.0", - "rollup": "^2.23.0", + "rollup": "^2.33.1", "rollup-plugin-node-polyfills": "^0.2.1", "validate-npm-package-name": "^3.0.0" } diff --git a/yarn.lock b/yarn.lock index 44e9a91481..3de36f3e05 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12885,6 +12885,13 @@ rollup@^2.20.0, rollup@^2.23.0: optionalDependencies: fsevents "~2.1.2" +rollup@^2.33.1: + version "2.33.1" + resolved "https://descinet.bbva.es/artifactory/api/npm/npm/rollup/-/rollup-2.33.1.tgz#802795164164ee63cd47769d8879c33ec8ae0c40" + integrity sha1-gCeVFkFk7mPNR3adiHnDPsiuDEA= + optionalDependencies: + fsevents "~2.1.2" + rsvp@^4.8.4: version "4.8.5" resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734"