From 7ef645ecdda14bd12dca4fbf263c6407f3cdce07 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Wed, 28 Nov 2018 15:21:13 -0500 Subject: [PATCH] Upgrade rollup version Upgrading this fixes an issue where argument parameters were not being properly deshadowed against import names. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5259bf4d..997f1a57 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "steal": "^2.1.0", "steal-bundler": "^0.3.6", "steal-parse-amd": "^1.0.0", - "steal-rollup": "^0.58.3", + "steal-rollup": "^0.58.4", "through2": "^3.0.0", "tmp": "0.0.33", "traceur": "0.0.111",