From 0cef6aca86af713692537703604ad89377e445e3 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 23 Apr 2021 13:37:09 +0200 Subject: chore: update dependencies (#10325) This updates swc_* crates to latest, and various other deps. --- cli/tests/bundle/fixture02.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/tests') diff --git a/cli/tests/bundle/fixture02.out b/cli/tests/bundle/fixture02.out index b3544182b..5c502e2f0 100644 --- a/cli/tests/bundle/fixture02.out +++ b/cli/tests/bundle/fixture02.out @@ -3,8 +3,8 @@ class C { } const mod = function() { return { - c: c, - default: C + default: C, + c: c }; }(); const b = "b"; -- cgit v1.2.3