Skip to content

Commit

Permalink
Bumps esinstall's rollup version to fix lit-html error (#1579)
Browse files Browse the repository at this point in the history
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: rollup/rollup@1ad8289#diff-58036290d63f45dcebfa80ddeeb5877187a613f7cdb28e9a5482324f632c14ad
  • Loading branch information
N8-B committed Nov 12, 2020
1 parent 29bb022 commit ba5ed56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion esinstall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

1 comment on commit ba5ed56

@vercel
Copy link

@vercel vercel bot commented on ba5ed56 Nov 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.