From 99f38996b3c3587efffbc9102ede31326a5809fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 11:53:52 +0000 Subject: [PATCH] Bump swc_ecma_transforms_react from 0.183.17 to 0.183.18 Bumps [swc_ecma_transforms_react](https://github.com/swc-project/swc) from 0.183.17 to 0.183.18. - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/commits) --- updated-dependencies: - dependency-name: swc_ecma_transforms_react dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b55467..7924628 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -531,9 +531,9 @@ dependencies = [ [[package]] name = "dashmap" -version = "5.5.1" +version = "5.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edd72493923899c6f10c641bdbdeddc7183d6396641d99c1a0d1597f37f92e28" +checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" dependencies = [ "cfg-if", "hashbrown", @@ -2619,9 +2619,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_react" -version = "0.183.17" +version = "0.183.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "762dad12edcdca424213354518ce60bc3f03a026f8e1990b11459311cef04c91" +checksum = "1b7b7de90ff41560bf021acda3fb16fb0f4f5885aeb44b6b7e638b563124d087" dependencies = [ "base64", "dashmap", diff --git a/Cargo.toml b/Cargo.toml index 33f9383..965a05e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ swc_ecma_codegen = "0.148.13" swc_ecma_parser = "0.143.11" swc_ecma_transforms_base = "0.137.16" swc_ecma_transforms_typescript = "0.188.17" -swc_ecma_transforms_react = "0.183.17" +swc_ecma_transforms_react = "0.183.18" swc_ecma_visit = "0.98.7" swc_bundler = "0.225.17" swc_ecma_ast = "0.112.6"