From 3cbbc579d432440386ca3956ade2aad0d98e2c7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Mon, 13 Dec 2021 23:24:32 +0900 Subject: [PATCH] Update `jsx` transform of swc (#32383) ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have helpful link attached, see `contributing.md` ## Documentation / Examples - [ ] Make sure the linting passes by running `yarn lint` This PR applies - https://github.com/swc-project/swc/pull/2741 This fixes `development` mode of jsx. --- packages/next-swc/Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/next-swc/Cargo.lock b/packages/next-swc/Cargo.lock index 46ad7ec1644e0af..ee440dffd110282 100644 --- a/packages/next-swc/Cargo.lock +++ b/packages/next-swc/Cargo.lock @@ -1918,9 +1918,9 @@ dependencies = [ [[package]] name = "swc_css_parser" -version = "0.44.0" +version = "0.44.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1e320dae7460f78c5496bfd58b7a3494addd34a8df8841e689774cdecf760b4" +checksum = "c75f4add57624662c408f1fe61a8a14522a16dce24d5114885652701b6921f4f" dependencies = [ "bitflags", "lexical", @@ -2273,9 +2273,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_react" -version = "0.65.0" +version = "0.65.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0f9a87fba33abfae51b6442c521af5bc607fe81aca98efb131102eff2b3df38" +checksum = "99f7d18dca4fbdc563244658bcea15b8151cd37ae7462588bf4b15eada4e5688" dependencies = [ "ahash", "base64 0.13.0",