From 16bcb070d8b32a8126debd576f3a9d4fdb6e67f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Tue, 17 May 2022 23:15:24 +0900 Subject: [PATCH] Update swc (#36972) This PR updates swc to https://github.com/swc-project/swc/commit/f226c0a3d861ed40ebb0e1f593c25920957a3f5b This PR resolves - `https://github.com/vercel/next.js/discussions/30237#discussioncomment-2739632` image Which is related to `styled-components` --- packages/next-swc/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/next-swc/Cargo.lock b/packages/next-swc/Cargo.lock index fcff10f416043..1c9e749b6cd75 100644 --- a/packages/next-swc/Cargo.lock +++ b/packages/next-swc/Cargo.lock @@ -2252,9 +2252,9 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.114.2" +version = "0.114.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c081b070728a95156fdf4589257c2a8321df182432f5f23b395330a8462f3be8" +checksum = "bd914b26110a782b362e97b2cbf697c18a637293b1cccb5d02dc335dca419609" dependencies = [ "ahash", "arrayvec",