Skip to content

Commit 34f354b

Browse files
committed
fix(deps): pin Rollup to 2.38
Rollup 2.39 changes cjs re-exports code generation which breaks named exports static analysis of cjs-module-lexer / Node esm mode. close #3332
1 parent 58c46d7 commit 34f354b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"npm-run-all": "^4.1.5",
6767
"prettier": "~1.14.0",
6868
"puppeteer": "^2.0.0",
69-
"rollup": "^2.26.11",
69+
"rollup": "~2.38.5",
7070
"rollup-plugin-node-builtins": "^2.1.2",
7171
"rollup-plugin-node-globals": "^1.4.0",
7272
"rollup-plugin-terser": "^7.0.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6370,10 +6370,10 @@ rollup-pluginutils@^2.3.1:
63706370
dependencies:
63716371
estree-walker "^0.6.1"
63726372

6373-
rollup@^2.26.11:
6374-
version "2.40.0"
6375-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.40.0.tgz#efc218eaede7ab590954df50f96195188999c304"
6376-
integrity sha512-WiOGAPbXoHu+TOz6hyYUxIksOwsY/21TRWoO593jgYt8mvYafYqQl+axaA8y1z2HFazNUUrsMSjahV2A6/2R9A==
6373+
rollup@~2.38.5:
6374+
version "2.38.5"
6375+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.38.5.tgz#be41ad4fe0c103a8794377afceb5f22b8f603d6a"
6376+
integrity sha512-VoWt8DysFGDVRGWuHTqZzT02J0ASgjVq/hPs9QcBOGMd7B+jfTr/iqMVEyOi901rE3xq+Deq66GzIT1yt7sGwQ==
63776377
optionalDependencies:
63786378
fsevents "~2.3.1"
63796379

0 commit comments

Comments
 (0)