From 7225f90b9c8fce1582c6ae1df80b636bb4664123 Mon Sep 17 00:00:00 2001 From: Donny Date: Mon, 18 Oct 2021 11:09:59 +0900 Subject: [PATCH] Bump version --- Cargo.lock | 58 +++++++++---------- Cargo.toml | 32 +++++----- bundler/Cargo.toml | 24 ++++---- ecmascript/Cargo.toml | 20 +++---- ecmascript/ast/Cargo.toml | 2 +- ecmascript/codegen/Cargo.toml | 6 +- ecmascript/dep-graph/Cargo.toml | 8 +-- ecmascript/ext-transforms/Cargo.toml | 10 ++-- ecmascript/jsdoc/Cargo.toml | 6 +- ecmascript/loader/Cargo.toml | 6 +- ecmascript/minifier/Cargo.toml | 16 ++--- ecmascript/parser/Cargo.toml | 6 +- ecmascript/preset-env/Cargo.toml | 14 ++--- ecmascript/transforms/Cargo.toml | 28 ++++----- ecmascript/transforms/base/Cargo.toml | 12 ++-- ecmascript/transforms/classes/Cargo.toml | 10 ++-- ecmascript/transforms/compat/Cargo.toml | 16 ++--- ecmascript/transforms/module/Cargo.toml | 18 +++--- ecmascript/transforms/optimization/Cargo.toml | 24 ++++---- ecmascript/transforms/proposal/Cargo.toml | 22 +++---- ecmascript/transforms/react/Cargo.toml | 20 +++---- ecmascript/transforms/testing/Cargo.toml | 14 ++--- ecmascript/transforms/typescript/Cargo.toml | 24 ++++---- ecmascript/utils/Cargo.toml | 6 +- ecmascript/visit/Cargo.toml | 4 +- plugin/Cargo.toml | 6 +- plugin/runner/Cargo.toml | 10 ++-- plugin/testing/Cargo.toml | 12 ++-- 28 files changed, 217 insertions(+), 217 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2fb2e6d3d94c..71715a7d3004 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -530,9 +530,9 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" [[package]] name = "encoding_rs" -version = "0.8.28" +version = "0.8.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065" +checksum = "a74ea89a0a1b98f6332de42c95baff457ada66d1cb4030f9ff151b2041a1c746" dependencies = [ "cfg-if 1.0.0", ] @@ -930,7 +930,7 @@ dependencies = [ [[package]] name = "jsdoc" -version = "0.42.0" +version = "0.42.1" dependencies = [ "anyhow", "dashmap", @@ -2324,7 +2324,7 @@ checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c" [[package]] name = "swc" -version = "0.71.0" +version = "0.71.1" dependencies = [ "ahash", "anyhow", @@ -2430,7 +2430,7 @@ dependencies = [ [[package]] name = "swc_bundler" -version = "0.72.0" +version = "0.72.1" dependencies = [ "ahash", "anyhow", @@ -2586,7 +2586,7 @@ dependencies = [ [[package]] name = "swc_ecma_ast" -version = "0.54.4" +version = "0.54.5" dependencies = [ "arbitrary", "is-macro", @@ -2600,7 +2600,7 @@ dependencies = [ [[package]] name = "swc_ecma_codegen" -version = "0.75.2" +version = "0.75.3" dependencies = [ "bitflags", "memchr", @@ -2630,7 +2630,7 @@ dependencies = [ [[package]] name = "swc_ecma_dep_graph" -version = "0.42.0" +version = "0.42.1" dependencies = [ "swc_atoms 0.2.8", "swc_common", @@ -2642,7 +2642,7 @@ dependencies = [ [[package]] name = "swc_ecma_ext_transforms" -version = "0.32.0" +version = "0.32.1" dependencies = [ "phf", "swc_atoms 0.2.8", @@ -2655,7 +2655,7 @@ dependencies = [ [[package]] name = "swc_ecma_loader" -version = "0.21.0" +version = "0.21.1" dependencies = [ "ahash", "anyhow", @@ -2677,7 +2677,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.41.0" +version = "0.41.1" dependencies = [ "ansi_term 0.12.1", "anyhow", @@ -2709,7 +2709,7 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.73.14" +version = "0.73.15" dependencies = [ "either", "enum_kind", @@ -2734,7 +2734,7 @@ dependencies = [ [[package]] name = "swc_ecma_preset_env" -version = "0.56.0" +version = "0.56.1" dependencies = [ "ahash", "dashmap", @@ -2760,7 +2760,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms" -version = "0.85.0" +version = "0.85.1" dependencies = [ "pretty_assertions 0.6.1", "sourcemap", @@ -2787,7 +2787,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_base" -version = "0.38.2" +version = "0.38.3" dependencies = [ "once_cell", "phf", @@ -2807,7 +2807,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_classes" -version = "0.24.1" +version = "0.24.2" dependencies = [ "swc_atoms 0.2.8", "swc_common", @@ -2819,7 +2819,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_compat" -version = "0.43.3" +version = "0.43.4" dependencies = [ "ahash", "arrayvec", @@ -2856,7 +2856,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_module" -version = "0.49.0" +version = "0.49.1" dependencies = [ "Inflector", "ahash", @@ -2879,7 +2879,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_optimization" -version = "0.55.0" +version = "0.55.1" dependencies = [ "ahash", "dashmap", @@ -2908,7 +2908,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_proposal" -version = "0.49.0" +version = "0.49.1" dependencies = [ "either", "serde", @@ -2932,7 +2932,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_react" -version = "0.51.0" +version = "0.51.1" dependencies = [ "ahash", "base64 0.13.0", @@ -2960,7 +2960,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_testing" -version = "0.39.1" +version = "0.39.2" dependencies = [ "ansi_term 0.12.1", "anyhow", @@ -2979,7 +2979,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_typescript" -version = "0.52.0" +version = "0.52.1" dependencies = [ "serde", "swc_atoms 0.2.8", @@ -3001,7 +3001,7 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "0.47.1" +version = "0.47.2" dependencies = [ "once_cell", "rayon", @@ -3016,7 +3016,7 @@ dependencies = [ [[package]] name = "swc_ecma_visit" -version = "0.40.0" +version = "0.40.1" dependencies = [ "num-bigint", "swc_atoms 0.2.8", @@ -3027,7 +3027,7 @@ dependencies = [ [[package]] name = "swc_ecmascript" -version = "0.77.0" +version = "0.77.1" dependencies = [ "swc_ecma_ast", "swc_ecma_codegen", @@ -3103,7 +3103,7 @@ dependencies = [ [[package]] name = "swc_plugin" -version = "0.7.0" +version = "0.7.1" dependencies = [ "abi_stable", "anyhow", @@ -3117,7 +3117,7 @@ dependencies = [ [[package]] name = "swc_plugin_runner" -version = "0.10.0" +version = "0.10.1" dependencies = [ "abi_stable", "anyhow", @@ -3135,7 +3135,7 @@ dependencies = [ [[package]] name = "swc_plugin_testing" -version = "0.11.0" +version = "0.11.1" dependencies = [ "anyhow", "swc_atoms 0.2.8", diff --git a/Cargo.toml b/Cargo.toml index 8ec9c3241105..48b768b3b012 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ edition = "2018" license = "Apache-2.0/MIT" name = "swc" repository = "https://github.com/swc-project/swc.git" -version = "0.71.0" +version = "0.71.1" [lib] name = "swc" @@ -58,16 +58,16 @@ serde = {version = "1", features = ["derive"]} serde_json = "1" sourcemap = "6" swc_atoms = {version = "0.2", path = "./atoms"} -swc_bundler = {version = "0.72.0", path = "./bundler"} +swc_bundler = {version = "0.72.1", path = "./bundler"} swc_common = {version = "0.13.5", path = "./common", features = ["sourcemap", "concurrent"]} -swc_ecma_ast = {version = "0.54.0", path = "./ecmascript/ast"} -swc_ecma_codegen = {version = "0.75.0", path = "./ecmascript/codegen"} -swc_ecma_ext_transforms = {version = "0.32.0", path = "./ecmascript/ext-transforms"} -swc_ecma_loader = {version = "0.21.0", path = "./ecmascript/loader", features = ["lru", "node", "tsc"]} -swc_ecma_minifier = {version = "0.41.0", path = "./ecmascript/minifier"} -swc_ecma_parser = {version = "0.73.0", path = "./ecmascript/parser"} -swc_ecma_preset_env = {version = "0.56.0", path = "./ecmascript/preset-env"} -swc_ecma_transforms = {version = "0.85.0", path = "./ecmascript/transforms", features = [ +swc_ecma_ast = {version = "0.54.5", path = "./ecmascript/ast"} +swc_ecma_codegen = {version = "0.75.3", path = "./ecmascript/codegen"} +swc_ecma_ext_transforms = {version = "0.32.1", path = "./ecmascript/ext-transforms"} +swc_ecma_loader = {version = "0.21.1", path = "./ecmascript/loader", features = ["lru", "node", "tsc"]} +swc_ecma_minifier = {version = "0.41.1", path = "./ecmascript/minifier"} +swc_ecma_parser = {version = "0.73.15", path = "./ecmascript/parser"} +swc_ecma_preset_env = {version = "0.56.1", path = "./ecmascript/preset-env"} +swc_ecma_transforms = {version = "0.85.1", path = "./ecmascript/transforms", features = [ "compat", "module", "optimization", @@ -75,12 +75,12 @@ swc_ecma_transforms = {version = "0.85.0", path = "./ecmascript/transforms", fea "react", "typescript", ]} -swc_ecma_transforms_base = {version = "0.38.2", path = "./ecmascript/transforms/base"} -swc_ecma_transforms_compat = {version = "0.43.3", path = "./ecmascript/transforms/compat"} -swc_ecma_transforms_optimization = {version = "0.55.0", path = "./ecmascript/transforms/optimization"} -swc_ecma_utils = {version = "0.47.0", path = "./ecmascript/utils"} -swc_ecma_visit = {version = "0.40.0", path = "./ecmascript/visit"} -swc_ecmascript = {version = "0.77.0", path = "./ecmascript"} +swc_ecma_transforms_base = {version = "0.38.3", path = "./ecmascript/transforms/base"} +swc_ecma_transforms_compat = {version = "0.43.4", path = "./ecmascript/transforms/compat"} +swc_ecma_transforms_optimization = {version = "0.55.1", path = "./ecmascript/transforms/optimization"} +swc_ecma_utils = {version = "0.47.2", path = "./ecmascript/utils"} +swc_ecma_visit = {version = "0.40.1", path = "./ecmascript/visit"} +swc_ecmascript = {version = "0.77.1", path = "./ecmascript"} swc_visit = {version = "0.2.3", path = "./visit"} tracing = "0.1.28" diff --git a/bundler/Cargo.toml b/bundler/Cargo.toml index e674d919c923..d4b8752bd468 100644 --- a/bundler/Cargo.toml +++ b/bundler/Cargo.toml @@ -9,7 +9,7 @@ include = ["Cargo.toml", "build.rs", "src/**/*.rs", "src/**/*.js"] license = "Apache-2.0/MIT" name = "swc_bundler" repository = "https://github.com/swc-project/swc.git" -version = "0.72.0" +version = "0.72.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] @@ -38,14 +38,14 @@ relative-path = "1.2" retain_mut = "0.1.2" swc_atoms = {version = "0.2.4", path = "../atoms"} swc_common = {version = "0.13.0", path = "../common"} -swc_ecma_ast = {version = "0.54.0", path = "../ecmascript/ast"} -swc_ecma_codegen = {version = "0.75.0", path = "../ecmascript/codegen"} -swc_ecma_loader = {version = "0.21.0", path = "../ecmascript/loader"} -swc_ecma_parser = {version = "0.73.0", path = "../ecmascript/parser"} -swc_ecma_transforms_base = {version = "0.38.2", path = "../ecmascript/transforms/base"} -swc_ecma_transforms_optimization = {version = "0.55.0", path = "../ecmascript/transforms/optimization"} -swc_ecma_utils = {version = "0.47.0", path = "../ecmascript/utils"} -swc_ecma_visit = {version = "0.40.0", path = "../ecmascript/visit"} +swc_ecma_ast = {version = "0.54.5", path = "../ecmascript/ast"} +swc_ecma_codegen = {version = "0.75.3", path = "../ecmascript/codegen"} +swc_ecma_loader = {version = "0.21.1", path = "../ecmascript/loader"} +swc_ecma_parser = {version = "0.73.15", path = "../ecmascript/parser"} +swc_ecma_transforms_base = {version = "0.38.3", path = "../ecmascript/transforms/base"} +swc_ecma_transforms_optimization = {version = "0.55.1", path = "../ecmascript/transforms/optimization"} +swc_ecma_utils = {version = "0.47.2", path = "../ecmascript/utils"} +swc_ecma_visit = {version = "0.40.1", path = "../ecmascript/visit"} tracing = "0.1.28" [dev-dependencies] @@ -54,9 +54,9 @@ ntest = "0.7.2" path-clean = "=0.1.0" reqwest = {version = "0.11.4", features = ["blocking"]} sha-1 = "0.9" -swc_ecma_loader = {version = "0.21.0", path = "../ecmascript/loader", features = ["node", "lru"]} -swc_ecma_transforms_react = {version = "0.51.0", path = "../ecmascript/transforms/react"} -swc_ecma_transforms_typescript = {version = "0.52.0", path = "../ecmascript/transforms/typescript"} +swc_ecma_loader = {version = "0.21.1", path = "../ecmascript/loader", features = ["node", "lru"]} +swc_ecma_transforms_react = {version = "0.51.1", path = "../ecmascript/transforms/react"} +swc_ecma_transforms_typescript = {version = "0.52.1", path = "../ecmascript/transforms/typescript"} swc_node_base = {version = "0.4.0", path = "../node/base"} tempfile = "3.1.0" testing = {version = "0.14.0", path = "../testing"} diff --git a/ecmascript/Cargo.toml b/ecmascript/Cargo.toml index d5dc27ece06f..e267a34e991a 100644 --- a/ecmascript/Cargo.toml +++ b/ecmascript/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "Apache-2.0/MIT" name = "swc_ecmascript" repository = "https://github.com/swc-project/swc.git" -version = "0.77.0" +version = "0.77.1" [package.metadata.docs.rs] all-features = true @@ -32,14 +32,14 @@ react = ["swc_ecma_transforms/react"] typescript = ["typescript-parser", "swc_ecma_transforms/typescript"] [dependencies] -swc_ecma_ast = {version = "0.54.0", path = "./ast"} -swc_ecma_codegen = {version = "0.75.0", path = "./codegen", optional = true} -swc_ecma_dep_graph = {version = "0.42.0", path = "./dep-graph", optional = true} -swc_ecma_minifier = {version = "0.41.0", path = "./minifier", optional = true} -swc_ecma_parser = {version = "0.73.0", path = "./parser", optional = true, default-features = false} -swc_ecma_preset_env = {version = "0.56.0", path = "./preset-env", optional = true} -swc_ecma_transforms = {version = "0.85.0", path = "./transforms", optional = true} -swc_ecma_utils = {version = "0.47.0", path = "./utils", optional = true} -swc_ecma_visit = {version = "0.40.0", path = "./visit", optional = true} +swc_ecma_ast = {version = "0.54.5", path = "./ast"} +swc_ecma_codegen = {version = "0.75.3", path = "./codegen", optional = true} +swc_ecma_dep_graph = {version = "0.42.1", path = "./dep-graph", optional = true} +swc_ecma_minifier = {version = "0.41.1", path = "./minifier", optional = true} +swc_ecma_parser = {version = "0.73.15", path = "./parser", optional = true, default-features = false} +swc_ecma_preset_env = {version = "0.56.1", path = "./preset-env", optional = true} +swc_ecma_transforms = {version = "0.85.1", path = "./transforms", optional = true} +swc_ecma_utils = {version = "0.47.2", path = "./utils", optional = true} +swc_ecma_visit = {version = "0.40.1", path = "./visit", optional = true} [dev-dependencies] diff --git a/ecmascript/ast/Cargo.toml b/ecmascript/ast/Cargo.toml index 4b47dfc58368..deaa087dd8e8 100644 --- a/ecmascript/ast/Cargo.toml +++ b/ecmascript/ast/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "Apache-2.0/MIT" name = "swc_ecma_ast" repository = "https://github.com/swc-project/swc.git" -version = "0.54.4" +version = "0.54.5" [features] default = [] diff --git a/ecmascript/codegen/Cargo.toml b/ecmascript/codegen/Cargo.toml index 028890db3ae0..1741282dc972 100644 --- a/ecmascript/codegen/Cargo.toml +++ b/ecmascript/codegen/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0/MIT" name = "swc_ecma_codegen" repository = "https://github.com/swc-project/swc.git" -version = "0.75.2" +version = "0.75.3" [dependencies] bitflags = "1" @@ -17,9 +17,9 @@ once_cell = "1.8.0" sourcemap = "6" swc_atoms = {version = "0.2", path = "../../atoms"} swc_common = {version = "0.13.0", path = "../../common"} -swc_ecma_ast = {version = "0.54.0", path = "../ast"} +swc_ecma_ast = {version = "0.54.5", path = "../ast"} swc_ecma_codegen_macros = {version = "0.6.0", path = "./macros"} -swc_ecma_parser = {version = "0.73.0", path = "../parser"} +swc_ecma_parser = {version = "0.73.15", path = "../parser"} tracing = "0.1" [dev-dependencies] diff --git a/ecmascript/dep-graph/Cargo.toml b/ecmascript/dep-graph/Cargo.toml index 5913195f4fa6..3a219a332c50 100644 --- a/ecmascript/dep-graph/Cargo.toml +++ b/ecmascript/dep-graph/Cargo.toml @@ -6,14 +6,14 @@ edition = "2018" license = "Apache-2.0/MIT" name = "swc_ecma_dep_graph" repository = "https://github.com/swc-project/swc.git" -version = "0.42.0" +version = "0.42.1" [dependencies] swc_atoms = {version = "0.2", path = "../../atoms"} swc_common = {version = "0.13.0", path = "../../common"} -swc_ecma_ast = {version = "0.54.0", path = "../ast"} -swc_ecma_visit = {version = "0.40.0", path = "../visit"} +swc_ecma_ast = {version = "0.54.5", path = "../ast"} +swc_ecma_visit = {version = "0.40.1", path = "../visit"} [dev-dependencies] -swc_ecma_parser = {version = "0.73.0", path = "../parser"} +swc_ecma_parser = {version = "0.73.15", path = "../parser"} testing = {version = "0.14.0", path = "../../testing"} diff --git a/ecmascript/ext-transforms/Cargo.toml b/ecmascript/ext-transforms/Cargo.toml index 970c0dceabf2..298bc43552b0 100644 --- a/ecmascript/ext-transforms/Cargo.toml +++ b/ecmascript/ext-transforms/Cargo.toml @@ -5,7 +5,7 @@ documentation = "https://rustdoc.swc.rs/swc_ecma_ext_transforms/" edition = "2018" license = "Apache-2.0/MIT" name = "swc_ecma_ext_transforms" -version = "0.32.0" +version = "0.32.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -13,7 +13,7 @@ version = "0.32.0" phf = {version = "0.8.0", features = ["macros"]} swc_atoms = {version = "0.2", path = "../../atoms"} swc_common = {version = "0.13.0", path = "../../common"} -swc_ecma_ast = {version = "0.54.0", path = "../ast"} -swc_ecma_parser = {version = "0.73.0", path = "../parser"} -swc_ecma_utils = {version = "0.47.0", path = "../utils"} -swc_ecma_visit = {version = "0.40.0", path = "../visit"} +swc_ecma_ast = {version = "0.54.5", path = "../ast"} +swc_ecma_parser = {version = "0.73.15", path = "../parser"} +swc_ecma_utils = {version = "0.47.2", path = "../utils"} +swc_ecma_visit = {version = "0.40.1", path = "../visit"} diff --git a/ecmascript/jsdoc/Cargo.toml b/ecmascript/jsdoc/Cargo.toml index 70660c3a839d..c29ec1d96568 100644 --- a/ecmascript/jsdoc/Cargo.toml +++ b/ecmascript/jsdoc/Cargo.toml @@ -5,7 +5,7 @@ documentation = "https://rustdoc.swc.rs/jsdoc/" edition = "2018" license = "Apache-2.0/MIT" name = "jsdoc" -version = "0.42.0" +version = "0.42.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -18,7 +18,7 @@ swc_common = {version = "0.13.0", path = "../../common"} [dev-dependencies] anyhow = "1" dashmap = "4.0.2" -swc_ecma_ast = {version = "0.54.0", path = "../ast"} -swc_ecma_parser = {version = "0.73.0", path = "../parser"} +swc_ecma_ast = {version = "0.54.5", path = "../ast"} +swc_ecma_parser = {version = "0.73.15", path = "../parser"} testing = {version = "0.14.0", path = "../../testing"} walkdir = "2" diff --git a/ecmascript/loader/Cargo.toml b/ecmascript/loader/Cargo.toml index 270c836994bc..be7a96fe36a6 100644 --- a/ecmascript/loader/Cargo.toml +++ b/ecmascript/loader/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "Apache-2.0/MIT" name = "swc_ecma_loader" repository = "https://github.com/swc-project/swc.git" -version = "0.21.0" +version = "0.21.1" [package.metadata.docs.rs] all-features = true @@ -31,8 +31,8 @@ serde = {version = "1.0.126", optional = true} serde_json = {version = "1.0.64", optional = true} swc_atoms = {version = "0.2.3", path = "../../atoms"} swc_common = {version = "0.13.0", path = "../../common"} -swc_ecma_ast = {version = "0.54.0", path = "../ast"} -swc_ecma_visit = {version = "0.40.0", path = "../visit"} +swc_ecma_ast = {version = "0.54.5", path = "../ast"} +swc_ecma_visit = {version = "0.40.1", path = "../visit"} tracing = "0.1.28" [dev-dependencies] diff --git a/ecmascript/minifier/Cargo.toml b/ecmascript/minifier/Cargo.toml index 48e624986368..614b2f34ea0c 100644 --- a/ecmascript/minifier/Cargo.toml +++ b/ecmascript/minifier/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"] license = "Apache-2.0/MIT" name = "swc_ecma_minifier" repository = "https://github.com/swc-project/swc.git" -version = "0.41.0" +version = "0.41.1" [features] debug = ["backtrace"] @@ -25,13 +25,13 @@ serde_json = "1.0.61" serde_regex = "1.1.0" swc_atoms = {version = "0.2", path = "../../atoms"} swc_common = {version = "0.13.0", path = "../../common"} -swc_ecma_ast = {version = "0.54.0", path = "../ast"} -swc_ecma_codegen = {version = "0.75.0", path = "../codegen"} -swc_ecma_parser = {version = "0.73.0", path = "../parser"} -swc_ecma_transforms = {version = "0.85.0", path = "../transforms/", features = ["optimization"]} -swc_ecma_transforms_base = {version = "0.38.2", path = "../transforms/base"} -swc_ecma_utils = {version = "0.47.0", path = "../utils"} -swc_ecma_visit = {version = "0.40.0", path = "../visit"} +swc_ecma_ast = {version = "0.54.5", path = "../ast"} +swc_ecma_codegen = {version = "0.75.3", path = "../codegen"} +swc_ecma_parser = {version = "0.73.15", path = "../parser"} +swc_ecma_transforms = {version = "0.85.1", path = "../transforms/", features = ["optimization"]} +swc_ecma_transforms_base = {version = "0.38.3", path = "../transforms/base"} +swc_ecma_utils = {version = "0.47.2", path = "../utils"} +swc_ecma_visit = {version = "0.40.1", path = "../visit"} tracing = "0.1.28" unicode-xid = "0.2.2" diff --git a/ecmascript/parser/Cargo.toml b/ecmascript/parser/Cargo.toml index 1a848cb08522..361e0425c896 100644 --- a/ecmascript/parser/Cargo.toml +++ b/ecmascript/parser/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"] license = "Apache-2.0/MIT" name = "swc_ecma_parser" repository = "https://github.com/swc-project/swc.git" -version = "0.73.14" +version = "0.73.15" [package.metadata.docs.rs] all-features = true @@ -27,8 +27,8 @@ serde = {version = "1", features = ["derive"]} smallvec = "1" swc_atoms = {version = "0.2.3", path = "../../atoms"} swc_common = {version = "0.13.0", path = "../../common"} -swc_ecma_ast = {version = "0.54.0", path = "../ast"} -swc_ecma_visit = {version = "0.40.0", path = "../visit"} +swc_ecma_ast = {version = "0.54.5", path = "../ast"} +swc_ecma_visit = {version = "0.40.1", path = "../visit"} tracing = "0.1.28" typed-arena = "2.0.1" unicode-xid = "0.2" diff --git a/ecmascript/preset-env/Cargo.toml b/ecmascript/preset-env/Cargo.toml index feaddee9c0b8..f96496f35578 100644 --- a/ecmascript/preset-env/Cargo.toml +++ b/ecmascript/preset-env/Cargo.toml @@ -5,7 +5,7 @@ documentation = "https://rustdoc.swc.rs/swc_ecma_preset_env/" edition = "2018" license = "Apache-2.0/MIT" name = "swc_ecma_preset_env" -version = "0.56.0" +version = "0.56.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -21,14 +21,14 @@ st-map = "0.1.2" string_enum = {version = "0.3.1", path = "../../macros/string_enum"} swc_atoms = {version = "0.2", path = "../../atoms"} swc_common = {version = "0.13.0", path = "../../common"} -swc_ecma_ast = {version = "0.54.0", path = "../ast"} -swc_ecma_transforms = {version = "0.85.0", path = "../transforms", features = ["compat", "proposal"]} -swc_ecma_utils = {version = "0.47.0", path = "../utils"} -swc_ecma_visit = {version = "0.40.0", path = "../visit"} +swc_ecma_ast = {version = "0.54.5", path = "../ast"} +swc_ecma_transforms = {version = "0.85.1", path = "../transforms", features = ["compat", "proposal"]} +swc_ecma_utils = {version = "0.47.2", path = "../utils"} +swc_ecma_visit = {version = "0.40.1", path = "../visit"} walkdir = "2" [dev-dependencies] pretty_assertions = "0.6" -swc_ecma_codegen = {version = "0.75.0", path = "../codegen"} -swc_ecma_parser = {version = "0.73.0", path = "../parser"} +swc_ecma_codegen = {version = "0.75.3", path = "../codegen"} +swc_ecma_parser = {version = "0.73.15", path = "../parser"} testing = {version = "0.14.0", path = "../../testing"} diff --git a/ecmascript/transforms/Cargo.toml b/ecmascript/transforms/Cargo.toml index eab9299874fe..989f91112a93 100644 --- a/ecmascript/transforms/Cargo.toml +++ b/ecmascript/transforms/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "Apache-2.0/MIT" name = "swc_ecma_transforms" repository = "https://github.com/swc-project/swc.git" -version = "0.85.0" +version = "0.85.1" [package.metadata.docs.rs] all-features = true @@ -24,24 +24,24 @@ typescript = ["swc_ecma_transforms_typescript"] [dependencies] swc_atoms = {version = "0.2.0", path = "../../atoms"} swc_common = {version = "0.13.0", path = "../../common"} -swc_ecma_ast = {version = "0.54.0", path = "../ast"} -swc_ecma_parser = {version = "0.73.0", path = "../parser"} -swc_ecma_transforms_base = {version = "0.38.2", path = "./base"} -swc_ecma_transforms_compat = {version = "0.43.3", path = "./compat", optional = true} -swc_ecma_transforms_module = {version = "0.49.0", path = "./module", optional = true} -swc_ecma_transforms_optimization = {version = "0.55.0", path = "./optimization", optional = true} -swc_ecma_transforms_proposal = {version = "0.49.0", path = "./proposal", optional = true} -swc_ecma_transforms_react = {version = "0.51.0", path = "./react", optional = true} -swc_ecma_transforms_typescript = {version = "0.52.0", path = "./typescript", optional = true} -swc_ecma_utils = {version = "0.47.0", path = "../utils"} -swc_ecma_visit = {version = "0.40.0", path = "../visit"} +swc_ecma_ast = {version = "0.54.5", path = "../ast"} +swc_ecma_parser = {version = "0.73.15", path = "../parser"} +swc_ecma_transforms_base = {version = "0.38.3", path = "./base"} +swc_ecma_transforms_compat = {version = "0.43.4", path = "./compat", optional = true} +swc_ecma_transforms_module = {version = "0.49.1", path = "./module", optional = true} +swc_ecma_transforms_optimization = {version = "0.55.1", path = "./optimization", optional = true} +swc_ecma_transforms_proposal = {version = "0.49.1", path = "./proposal", optional = true} +swc_ecma_transforms_react = {version = "0.51.1", path = "./react", optional = true} +swc_ecma_transforms_typescript = {version = "0.52.1", path = "./typescript", optional = true} +swc_ecma_utils = {version = "0.47.2", path = "../utils"} +swc_ecma_visit = {version = "0.40.1", path = "../visit"} unicode-xid = "0.2" [dev-dependencies] pretty_assertions = "0.6" sourcemap = "6" -swc_ecma_codegen = {version = "0.75.0", path = "../codegen"} -swc_ecma_transforms_testing = {version = "0.39.1", path = "./testing"} +swc_ecma_codegen = {version = "0.75.3", path = "../codegen"} +swc_ecma_transforms_testing = {version = "0.39.2", path = "./testing"} tempfile = "3" testing = {version = "0.14.0", path = "../../testing"} walkdir = "2" diff --git a/ecmascript/transforms/base/Cargo.toml b/ecmascript/transforms/base/Cargo.toml index 83c2f101cdae..0ad4684a4c66 100644 --- a/ecmascript/transforms/base/Cargo.toml +++ b/ecmascript/transforms/base/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "Apache-2.0/MIT" name = "swc_ecma_transforms_base" repository = "https://github.com/swc-project/swc.git" -version = "0.38.2" +version = "0.38.3" [features] concurrent = [ @@ -22,12 +22,12 @@ scoped-tls = "1.0.0" smallvec = "1.6.0" swc_atoms = {version = "0.2", path = "../../../atoms"} swc_common = {version = "0.13.0", path = "../../../common"} -swc_ecma_ast = {version = "0.54.0", path = "../../ast"} -swc_ecma_parser = {version = "0.73.0", path = "../../parser"} -swc_ecma_utils = {version = "0.47.0", path = "../../utils"} -swc_ecma_visit = {version = "0.40.0", path = "../../visit"} +swc_ecma_ast = {version = "0.54.5", path = "../../ast"} +swc_ecma_parser = {version = "0.73.15", path = "../../parser"} +swc_ecma_utils = {version = "0.47.2", path = "../../utils"} +swc_ecma_visit = {version = "0.40.1", path = "../../visit"} [dev-dependencies] -swc_ecma_codegen = {version = "0.75.0", path = "../../codegen"} +swc_ecma_codegen = {version = "0.75.3", path = "../../codegen"} swc_ecma_transforms_macros = {version = "0.2.2", path = "../macros"} testing = {version = "0.14.0", path = "../../../testing"} diff --git a/ecmascript/transforms/classes/Cargo.toml b/ecmascript/transforms/classes/Cargo.toml index 9f5d3fcc12fc..10140a9e402f 100644 --- a/ecmascript/transforms/classes/Cargo.toml +++ b/ecmascript/transforms/classes/Cargo.toml @@ -6,12 +6,12 @@ edition = "2018" license = "Apache-2.0/MIT" name = "swc_ecma_transforms_classes" repository = "https://github.com/swc-project/swc.git" -version = "0.24.1" +version = "0.24.2" [dependencies] swc_atoms = {version = "0.2.6", path = "../../../atoms"} swc_common = {version = "0.13.0", path = "../../../common"} -swc_ecma_ast = {version = "0.54.0", path = "../../ast"} -swc_ecma_transforms_base = {version = "0.38.2", path = "../base"} -swc_ecma_utils = {version = "0.47.0", path = "../../utils"} -swc_ecma_visit = {version = "0.40.0", path = "../../visit"} +swc_ecma_ast = {version = "0.54.5", path = "../../ast"} +swc_ecma_transforms_base = {version = "0.38.3", path = "../base"} +swc_ecma_utils = {version = "0.47.2", path = "../../utils"} +swc_ecma_visit = {version = "0.40.1", path = "../../visit"} diff --git a/ecmascript/transforms/compat/Cargo.toml b/ecmascript/transforms/compat/Cargo.toml index 443d3202702e..3f1fdae2fed8 100644 --- a/ecmascript/transforms/compat/Cargo.toml +++ b/ecmascript/transforms/compat/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "Apache-2.0/MIT" name = "swc_ecma_transforms_compat" repository = "https://github.com/swc-project/swc.git" -version = "0.43.3" +version = "0.43.4" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] @@ -28,14 +28,14 @@ serde = {version = "1.0.118", features = ["derive"]} smallvec = "1.6.0" swc_atoms = {version = "0.2.5", path = "../../../atoms"} swc_common = {version = "0.13.0", path = "../../../common"} -swc_ecma_ast = {version = "0.54.4", path = "../../ast"} -swc_ecma_transforms_base = {version = "0.38.2", path = "../base"} -swc_ecma_transforms_classes = {version = "0.24.1", path = "../classes"} +swc_ecma_ast = {version = "0.54.5", path = "../../ast"} +swc_ecma_transforms_base = {version = "0.38.3", path = "../base"} +swc_ecma_transforms_classes = {version = "0.24.2", path = "../classes"} swc_ecma_transforms_macros = {version = "0.2.2", path = "../macros"} -swc_ecma_utils = {version = "0.47.0", path = "../../utils"} -swc_ecma_visit = {version = "0.40.0", path = "../../visit"} +swc_ecma_utils = {version = "0.47.2", path = "../../utils"} +swc_ecma_visit = {version = "0.40.1", path = "../../visit"} [dev-dependencies] -swc_ecma_parser = {version = "0.73.0", path = "../../parser"} -swc_ecma_transforms_testing = {version = "0.39.1", path = "../testing"} +swc_ecma_parser = {version = "0.73.15", path = "../../parser"} +swc_ecma_transforms_testing = {version = "0.39.2", path = "../testing"} testing = {version = "0.14.0", path = "../../../testing"} diff --git a/ecmascript/transforms/module/Cargo.toml b/ecmascript/transforms/module/Cargo.toml index dc9f080f3a7b..407f487283c8 100644 --- a/ecmascript/transforms/module/Cargo.toml +++ b/ecmascript/transforms/module/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "Apache-2.0/MIT" name = "swc_ecma_transforms_module" repository = "https://github.com/swc-project/swc.git" -version = "0.49.0" +version = "0.49.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] @@ -18,14 +18,14 @@ pathdiff = "0.2.0" serde = {version = "1.0.118", features = ["derive"]} swc_atoms = {version = "0.2", path = "../../../atoms"} swc_common = {version = "0.13.0", path = "../../../common"} -swc_ecma_ast = {version = "0.54.0", path = "../../ast"} -swc_ecma_loader = {version = "0.21.0", path = "../../loader", features = ["node"]} -swc_ecma_parser = {version = "0.73.0", path = "../../parser"} -swc_ecma_transforms_base = {version = "0.38.2", path = "../base"} -swc_ecma_utils = {version = "0.47.0", path = "../../utils"} -swc_ecma_visit = {version = "0.40.0", path = "../../visit"} +swc_ecma_ast = {version = "0.54.5", path = "../../ast"} +swc_ecma_loader = {version = "0.21.1", path = "../../loader", features = ["node"]} +swc_ecma_parser = {version = "0.73.15", path = "../../parser"} +swc_ecma_transforms_base = {version = "0.38.3", path = "../base"} +swc_ecma_utils = {version = "0.47.2", path = "../../utils"} +swc_ecma_visit = {version = "0.40.1", path = "../../visit"} [dev-dependencies] -swc_ecma_transforms_compat = {version = "0.43.3", path = "../compat"} -swc_ecma_transforms_testing = {version = "0.39.1", path = "../testing/"} +swc_ecma_transforms_compat = {version = "0.43.4", path = "../compat"} +swc_ecma_transforms_testing = {version = "0.39.2", path = "../testing/"} testing = {version = "0.14.0", path = "../../../testing/"} diff --git a/ecmascript/transforms/optimization/Cargo.toml b/ecmascript/transforms/optimization/Cargo.toml index 98a82d8e3920..827180c7c8a3 100644 --- a/ecmascript/transforms/optimization/Cargo.toml +++ b/ecmascript/transforms/optimization/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "Apache-2.0/MIT" name = "swc_ecma_transforms_optimization" repository = "https://github.com/swc-project/swc.git" -version = "0.55.0" +version = "0.55.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] @@ -27,19 +27,19 @@ retain_mut = "0.1.2" serde_json = "1.0.61" swc_atoms = {version = "0.2", path = "../../../atoms"} swc_common = {version = "0.13.0", path = "../../../common"} -swc_ecma_ast = {version = "0.54.0", path = "../../ast"} -swc_ecma_parser = {version = "0.73.0", path = "../../parser"} -swc_ecma_transforms_base = {version = "0.38.2", path = "../base"} +swc_ecma_ast = {version = "0.54.5", path = "../../ast"} +swc_ecma_parser = {version = "0.73.15", path = "../../parser"} +swc_ecma_transforms_base = {version = "0.38.3", path = "../base"} swc_ecma_transforms_macros = {version = "0.2.2", path = "../macros"} -swc_ecma_utils = {version = "0.47.0", path = "../../utils"} -swc_ecma_visit = {version = "0.40.0", path = "../../visit"} +swc_ecma_utils = {version = "0.47.2", path = "../../utils"} +swc_ecma_visit = {version = "0.40.1", path = "../../visit"} tracing = "0.1.28" [dev-dependencies] -swc_ecma_transforms_compat = {version = "0.43.3", path = "../compat"} -swc_ecma_transforms_module = {version = "0.49.0", path = "../module"} -swc_ecma_transforms_proposal = {version = "0.49.0", path = "../proposal"} -swc_ecma_transforms_react = {version = "0.51.0", path = "../react"} -swc_ecma_transforms_testing = {version = "0.39.1", path = "../testing"} -swc_ecma_transforms_typescript = {version = "0.52.0", path = "../typescript"} +swc_ecma_transforms_compat = {version = "0.43.4", path = "../compat"} +swc_ecma_transforms_module = {version = "0.49.1", path = "../module"} +swc_ecma_transforms_proposal = {version = "0.49.1", path = "../proposal"} +swc_ecma_transforms_react = {version = "0.51.1", path = "../react"} +swc_ecma_transforms_testing = {version = "0.39.2", path = "../testing"} +swc_ecma_transforms_typescript = {version = "0.52.1", path = "../typescript"} testing = {version = "0.14.0", path = "../../../testing"} diff --git a/ecmascript/transforms/proposal/Cargo.toml b/ecmascript/transforms/proposal/Cargo.toml index b47b5aa005aa..cbe92d319d98 100644 --- a/ecmascript/transforms/proposal/Cargo.toml +++ b/ecmascript/transforms/proposal/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "Apache-2.0/MIT" name = "swc_ecma_transforms_proposal" repository = "https://github.com/swc-project/swc.git" -version = "0.49.0" +version = "0.49.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -20,18 +20,18 @@ serde = {version = "1.0.118", features = ["derive"]} smallvec = "1.6.0" swc_atoms = {version = "0.2", path = "../../../atoms"} swc_common = {version = "0.13.0", path = "../../../common"} -swc_ecma_ast = {version = "0.54.0", path = "../../ast"} -swc_ecma_loader = {version = "0.21.0", path = "../../loader", optional = true} -swc_ecma_parser = {version = "0.73.0", path = "../../parser"} -swc_ecma_transforms_base = {version = "0.38.2", path = "../base"} -swc_ecma_transforms_classes = {version = "0.24.1", path = "../classes"} +swc_ecma_ast = {version = "0.54.5", path = "../../ast"} +swc_ecma_loader = {version = "0.21.1", path = "../../loader", optional = true} +swc_ecma_parser = {version = "0.73.15", path = "../../parser"} +swc_ecma_transforms_base = {version = "0.38.3", path = "../base"} +swc_ecma_transforms_classes = {version = "0.24.2", path = "../classes"} swc_ecma_transforms_macros = {version = "0.2.2", path = "../macros"} -swc_ecma_utils = {version = "0.47.0", path = "../../utils"} -swc_ecma_visit = {version = "0.40.0", path = "../../visit"} +swc_ecma_utils = {version = "0.47.2", path = "../../utils"} +swc_ecma_visit = {version = "0.40.1", path = "../../visit"} [dev-dependencies] serde_json = "1.0.66" -swc_ecma_transforms_compat = {version = "0.43.3", path = "../compat"} -swc_ecma_transforms_module = {version = "0.49.0", path = "../module"} -swc_ecma_transforms_testing = {version = "0.39.1", path = "../testing"} +swc_ecma_transforms_compat = {version = "0.43.4", path = "../compat"} +swc_ecma_transforms_module = {version = "0.49.1", path = "../module"} +swc_ecma_transforms_testing = {version = "0.39.2", path = "../testing"} testing = {version = "0.14.0", path = "../../../testing"} diff --git a/ecmascript/transforms/react/Cargo.toml b/ecmascript/transforms/react/Cargo.toml index d4c1348a3d73..f02d080c2855 100644 --- a/ecmascript/transforms/react/Cargo.toml +++ b/ecmascript/transforms/react/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0/MIT" name = "swc_ecma_transforms_react" repository = "https://github.com/swc-project/swc.git" -version = "0.51.0" +version = "0.51.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] @@ -22,16 +22,16 @@ sha-1 = "0.9.4" string_enum = {version = "0.3.1", path = "../../../macros/string_enum"} swc_atoms = {version = "0.2", path = "../../../atoms"} swc_common = {version = "0.13.5", path = "../../../common"} -swc_ecma_ast = {version = "0.54.0", path = "../../ast"} -swc_ecma_parser = {version = "0.73.14", path = "../../parser"} -swc_ecma_transforms_base = {version = "0.38.2", path = "../base"} +swc_ecma_ast = {version = "0.54.5", path = "../../ast"} +swc_ecma_parser = {version = "0.73.15", path = "../../parser"} +swc_ecma_transforms_base = {version = "0.38.3", path = "../base"} swc_ecma_transforms_macros = {version = "0.2.2", path = "../macros"} -swc_ecma_utils = {version = "0.47.0", path = "../../utils"} -swc_ecma_visit = {version = "0.40.0", path = "../../visit"} +swc_ecma_utils = {version = "0.47.2", path = "../../utils"} +swc_ecma_visit = {version = "0.40.1", path = "../../visit"} [dev-dependencies] -swc_ecma_codegen = {version = "0.75.0", path = "../../codegen/"} -swc_ecma_transforms_compat = {version = "0.43.3", path = "../compat/"} -swc_ecma_transforms_module = {version = "0.49.0", path = "../module"} -swc_ecma_transforms_testing = {version = "0.39.1", path = "../testing/"} +swc_ecma_codegen = {version = "0.75.3", path = "../../codegen/"} +swc_ecma_transforms_compat = {version = "0.43.4", path = "../compat/"} +swc_ecma_transforms_module = {version = "0.49.1", path = "../module"} +swc_ecma_transforms_testing = {version = "0.39.2", path = "../testing/"} testing = {version = "0.14.0", path = "../../../testing"} diff --git a/ecmascript/transforms/testing/Cargo.toml b/ecmascript/transforms/testing/Cargo.toml index 634493790704..42be9aa7dcc3 100644 --- a/ecmascript/transforms/testing/Cargo.toml +++ b/ecmascript/transforms/testing/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "Apache-2.0/MIT" name = "swc_ecma_transforms_testing" repository = "https://github.com/swc-project/swc.git" -version = "0.39.1" +version = "0.39.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -16,11 +16,11 @@ anyhow = "1" serde = "1" serde_json = "1" swc_common = {version = "0.13.0", path = "../../../common"} -swc_ecma_ast = {version = "0.54.0", path = "../../ast"} -swc_ecma_codegen = {version = "0.75.0", path = "../../codegen"} -swc_ecma_parser = {version = "0.73.0", path = "../../parser"} -swc_ecma_transforms_base = {version = "0.38.2", path = "../base"} -swc_ecma_utils = {version = "0.47.0", path = "../../utils"} -swc_ecma_visit = {version = "0.40.0", path = "../../visit"} +swc_ecma_ast = {version = "0.54.5", path = "../../ast"} +swc_ecma_codegen = {version = "0.75.3", path = "../../codegen"} +swc_ecma_parser = {version = "0.73.15", path = "../../parser"} +swc_ecma_transforms_base = {version = "0.38.3", path = "../base"} +swc_ecma_utils = {version = "0.47.2", path = "../../utils"} +swc_ecma_visit = {version = "0.40.1", path = "../../visit"} tempfile = "3.1.0" testing = {version = "0.14.0", path = "../../../testing"} diff --git a/ecmascript/transforms/typescript/Cargo.toml b/ecmascript/transforms/typescript/Cargo.toml index 7ea31fd7c56e..5211e7fa1d5e 100644 --- a/ecmascript/transforms/typescript/Cargo.toml +++ b/ecmascript/transforms/typescript/Cargo.toml @@ -6,25 +6,25 @@ edition = "2018" license = "Apache-2.0/MIT" name = "swc_ecma_transforms_typescript" repository = "https://github.com/swc-project/swc.git" -version = "0.52.0" +version = "0.52.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = {version = "1.0.118", features = ["derive"]} swc_atoms = {version = "0.2", path = "../../../atoms"} swc_common = {version = "0.13.5", path = "../../../common"} -swc_ecma_ast = {version = "0.54.0", path = "../../ast"} -swc_ecma_parser = {version = "0.73.0", path = "../../parser"} -swc_ecma_transforms_base = {version = "0.38.2", path = "../base"} -swc_ecma_transforms_react = {version = "0.51.0", path = "../react"} -swc_ecma_utils = {version = "0.47.0", path = "../../utils"} -swc_ecma_visit = {version = "0.40.0", path = "../../visit"} +swc_ecma_ast = {version = "0.54.5", path = "../../ast"} +swc_ecma_parser = {version = "0.73.15", path = "../../parser"} +swc_ecma_transforms_base = {version = "0.38.3", path = "../base"} +swc_ecma_transforms_react = {version = "0.51.1", path = "../react"} +swc_ecma_utils = {version = "0.47.2", path = "../../utils"} +swc_ecma_visit = {version = "0.40.1", path = "../../visit"} [dev-dependencies] -swc_ecma_codegen = {version = "0.75.0", path = "../../codegen"} -swc_ecma_transforms_compat = {version = "0.43.3", path = "../compat"} -swc_ecma_transforms_module = {version = "0.49.0", path = "../module"} -swc_ecma_transforms_proposal = {version = "0.49.0", path = "../proposal/"} -swc_ecma_transforms_testing = {version = "0.39.1", path = "../testing"} +swc_ecma_codegen = {version = "0.75.3", path = "../../codegen"} +swc_ecma_transforms_compat = {version = "0.43.4", path = "../compat"} +swc_ecma_transforms_module = {version = "0.49.1", path = "../module"} +swc_ecma_transforms_proposal = {version = "0.49.1", path = "../proposal/"} +swc_ecma_transforms_testing = {version = "0.39.2", path = "../testing"} testing = {version = "0.14.0", path = "../../../testing"} walkdir = "2.3.1" diff --git a/ecmascript/utils/Cargo.toml b/ecmascript/utils/Cargo.toml index 77b4859c200c..e58e9a3e19ec 100644 --- a/ecmascript/utils/Cargo.toml +++ b/ecmascript/utils/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "Apache-2.0/MIT" name = "swc_ecma_utils" repository = "https://github.com/swc-project/swc.git" -version = "0.47.1" +version = "0.47.2" [features] # Process in parallel. @@ -21,8 +21,8 @@ rayon = {version = "1.5.1", optional = true} scoped-tls = "1" swc_atoms = {version = "0.2.0", path = "../../atoms"} swc_common = {version = "0.13.0", path = "../../common"} -swc_ecma_ast = {version = "0.54.0", path = "../ast"} -swc_ecma_visit = {version = "0.40.0", path = "../visit"} +swc_ecma_ast = {version = "0.54.5", path = "../ast"} +swc_ecma_visit = {version = "0.40.1", path = "../visit"} unicode-xid = "0.2" [dev-dependencies] diff --git a/ecmascript/visit/Cargo.toml b/ecmascript/visit/Cargo.toml index 4a04365b4317..8de3beebd385 100644 --- a/ecmascript/visit/Cargo.toml +++ b/ecmascript/visit/Cargo.toml @@ -6,11 +6,11 @@ edition = "2018" license = "Apache-2.0/MIT" name = "swc_ecma_visit" repository = "https://github.com/swc-project/swc.git" -version = "0.40.0" +version = "0.40.1" [dependencies] num-bigint = {version = "0.2", features = ["serde"]} swc_atoms = {version = "0.2", path = "../../atoms"} swc_common = {version = "0.13.0", path = "../../common"} -swc_ecma_ast = {version = "0.54.0", path = "../ast"} +swc_ecma_ast = {version = "0.54.5", path = "../ast"} swc_visit = {version = "0.2.3", path = "../../visit"} diff --git a/plugin/Cargo.toml b/plugin/Cargo.toml index 00ae62e7922b..c5b4d57b63e5 100644 --- a/plugin/Cargo.toml +++ b/plugin/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "Apache-2.0/MIT" name = "swc_plugin" repository = "https://github.com/swc-project/swc.git" -version = "0.7.0" +version = "0.7.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -17,5 +17,5 @@ serde = "1.0.126" serde_json = "1.0.64" swc_atoms = {version = "0.2.7", path = "../atoms"} swc_common = {version = "0.13.0", path = "../common"} -swc_ecma_ast = {version = "0.54.0", path = "../ecmascript/ast"} -swc_ecma_visit = {version = "0.40.0", path = "../ecmascript/visit"} +swc_ecma_ast = {version = "0.54.5", path = "../ecmascript/ast"} +swc_ecma_visit = {version = "0.40.1", path = "../ecmascript/visit"} diff --git a/plugin/runner/Cargo.toml b/plugin/runner/Cargo.toml index b652d5c46d3c..36289eb514ef 100644 --- a/plugin/runner/Cargo.toml +++ b/plugin/runner/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "Apache-2.0/MIT" name = "swc_plugin_runner" repository = "https://github.com/swc-project/swc.git" -version = "0.10.0" +version = "0.10.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] @@ -17,10 +17,10 @@ serde = {version = "1.0.126", features = ["derive"]} serde_json = "1.0.64" swc_atoms = "0.2.7" swc_common = {version = "0.13.0", path = "../../common"} -swc_ecma_ast = {version = "0.54.0", path = "../../ecmascript/ast"} -swc_ecma_parser = {version = "0.73.0", path = "../../ecmascript/parser"} -swc_plugin = {version = "0.7.0", path = "../"} +swc_ecma_ast = {version = "0.54.5", path = "../../ecmascript/ast"} +swc_ecma_parser = {version = "0.73.15", path = "../../ecmascript/parser"} +swc_plugin = {version = "0.7.1", path = "../"} [dev-dependencies] -swc_ecma_codegen = {version = "0.75.0", path = "../../ecmascript/codegen"} +swc_ecma_codegen = {version = "0.75.3", path = "../../ecmascript/codegen"} testing = {version = "0.14.0", path = "../../testing"} diff --git a/plugin/testing/Cargo.toml b/plugin/testing/Cargo.toml index c9984470ae3a..725ace570258 100644 --- a/plugin/testing/Cargo.toml +++ b/plugin/testing/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "Apache-2.0/MIT" name = "swc_plugin_testing" repository = "https://github.com/swc-project/swc.git" -version = "0.11.0" +version = "0.11.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -14,8 +14,8 @@ version = "0.11.0" anyhow = "1.0.41" swc_atoms = {version = "0.2.7", path = "../../atoms"} swc_common = {version = "0.13.0", path = "../../common"} -swc_ecma_ast = {version = "0.54.0", path = "../../ecmascript/ast"} -swc_ecma_codegen = {version = "0.75.0", path = "../../ecmascript/codegen"} -swc_ecma_utils = {version = "0.47.0", path = "../../ecmascript/utils"} -swc_ecma_visit = {version = "0.40.0", path = "../../ecmascript/visit"} -swc_plugin = {version = "0.7.0", path = "../"} +swc_ecma_ast = {version = "0.54.5", path = "../../ecmascript/ast"} +swc_ecma_codegen = {version = "0.75.3", path = "../../ecmascript/codegen"} +swc_ecma_utils = {version = "0.47.2", path = "../../ecmascript/utils"} +swc_ecma_visit = {version = "0.40.1", path = "../../ecmascript/visit"} +swc_plugin = {version = "0.7.1", path = "../"}