diff --git a/packages/emotion/Cargo.toml b/packages/emotion/Cargo.toml index 8c5eb78cc..df3b0dd05 100644 --- a/packages/emotion/Cargo.toml +++ b/packages/emotion/Cargo.toml @@ -1,28 +1,28 @@ [package] -authors = { workspace = true } -description = "SWC plugin for https://www.npmjs.com/package/babel-plugin-transform-imports" -edition = { workspace = true } -homepage = { workspace = true } -license = { workspace = true } -name = "swc_plugin_emotion" -publish = false -repository = { workspace = true } +authors = { workspace = true } +description = "SWC plugin for https://www.npmjs.com/package/babel-plugin-transform-imports" +edition = { workspace = true } +homepage = { workspace = true } +license = { workspace = true } +name = "swc_plugin_emotion" +publish = false +repository = { workspace = true } rust-version = { workspace = true } -version = "0.18.5" +version = "0.18.5" [lib] crate-type = ["cdylib", "rlib"] [dependencies] -serde = "1" -serde_json = "1.0.79" -swc_common = { version = "0.33.19", features = ["concurrent"] } -swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } -swc_ecma_ast = "0.112.5" -swc_ecma_utils = "0.127.12" -swc_ecma_visit = "0.98.6" -swc_emotion = { path = "./transform" } +serde = "1" +serde_json = "1.0.79" +swc_common = { version = "0.33.19", features = ["concurrent"] } +swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } +swc_ecma_ast = "0.112.5" +swc_ecma_utils = "0.127.12" +swc_ecma_visit = "0.98.6" +swc_emotion = { path = "./transform" } swc_plugin_macro = "0.9.16" swc_plugin_proxy = "0.41.5" -tracing = { version = "0.1.37", features = ["release_max_level_off"] } +tracing = { version = "0.1.37", features = ["release_max_level_off"] } diff --git a/packages/emotion/transform/Cargo.toml b/packages/emotion/transform/Cargo.toml index 523397ae0..cf737a875 100644 --- a/packages/emotion/transform/Cargo.toml +++ b/packages/emotion/transform/Cargo.toml @@ -1,38 +1,38 @@ [package] -authors = { workspace = true } -description = "AST Transforms for emotion" -edition = { workspace = true } -homepage = { workspace = true } -license = { workspace = true } -name = "swc_emotion" -repository = { workspace = true } +authors = { workspace = true } +description = "AST Transforms for emotion" +edition = { workspace = true } +homepage = { workspace = true } +license = { workspace = true } +name = "swc_emotion" +repository = { workspace = true } rust-version = { workspace = true } -version = "0.72.6" +version = "0.72.6" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -base64 = "0.13" -byteorder = "1" -fxhash = "0.2.1" -once_cell = "1.13.0" -radix_fmt = "1" -regex = "1.5" -serde = "1" -sourcemap = "6.0.1" -swc_atoms = "0.6.5" -swc_common = "0.33.19" -swc_ecma_ast = "0.112.5" +base64 = "0.13" +byteorder = "1" +fxhash = "0.2.1" +once_cell = "1.13.0" +radix_fmt = "1" +regex = "1.5" +serde = "1" +sourcemap = "6.0.1" +swc_atoms = "0.6.5" +swc_common = "0.33.19" +swc_ecma_ast = "0.112.5" swc_ecma_codegen = "0.148.11" -swc_ecma_utils = "0.127.12" -swc_ecma_visit = "0.98.6" -swc_trace_macro = "0.1.3" -tracing = { version = "0.1.37" } +swc_ecma_utils = "0.127.12" +swc_ecma_visit = "0.98.6" +swc_trace_macro = "0.1.3" +tracing = { version = "0.1.37" } [dev-dependencies] -serde_json = "1" -swc_ecma_parser = "0.143.9" -swc_ecma_transforms_react = "0.183.16" +serde_json = "1" +swc_ecma_parser = "0.143.9" +swc_ecma_transforms_react = "0.183.16" swc_ecma_transforms_testing = "0.140.15" -testing = "0.35.20" +testing = "0.35.20" diff --git a/packages/jest/Cargo.toml b/packages/jest/Cargo.toml index d7706fbe0..a4276ecbe 100644 --- a/packages/jest/Cargo.toml +++ b/packages/jest/Cargo.toml @@ -1,26 +1,26 @@ [package] -authors = { workspace = true } -description = "Jest plugin for https://swc.rs" -edition = { workspace = true } -homepage = { workspace = true } -license = { workspace = true } -name = "swc_plugin_jest" -publish = false -repository = { workspace = true } +authors = { workspace = true } +description = "Jest plugin for https://swc.rs" +edition = { workspace = true } +homepage = { workspace = true } +license = { workspace = true } +name = "swc_plugin_jest" +publish = false +repository = { workspace = true } rust-version = { workspace = true } -version = "0.31.4" +version = "0.31.4" [lib] crate-type = ["cdylib", "rlib"] [dependencies] -phf = { version = "0.10.0", features = ["macros"] } -serde = { version = "1.0.130", features = ["derive"] } -swc_common = { version = "0.33.19", features = ["concurrent"] } -swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } -swc_ecma_ast = "0.112.5" -swc_ecma_utils = "0.127.12" -swc_ecma_visit = "0.98.6" +phf = { version = "0.10.0", features = ["macros"] } +serde = { version = "1.0.130", features = ["derive"] } +swc_common = { version = "0.33.19", features = ["concurrent"] } +swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } +swc_ecma_ast = "0.112.5" +swc_ecma_utils = "0.127.12" +swc_ecma_visit = "0.98.6" swc_plugin_macro = "0.9.16" -tracing = { version = "0.1.37", features = ["release_max_level_off"] } +tracing = { version = "0.1.37", features = ["release_max_level_off"] } diff --git a/packages/loadable-components/Cargo.toml b/packages/loadable-components/Cargo.toml index 1fa13b1f5..11d8dc16f 100644 --- a/packages/loadable-components/Cargo.toml +++ b/packages/loadable-components/Cargo.toml @@ -1,15 +1,15 @@ [package] -authors = { workspace = true } -description = "SWC plugin for `@loadable/components`" -edition = { workspace = true } -homepage = { workspace = true } -license = { workspace = true } -name = "swc_plugin_loadable_components" -publish = false -repository = { workspace = true } +authors = { workspace = true } +description = "SWC plugin for `@loadable/components`" +edition = { workspace = true } +homepage = { workspace = true } +license = { workspace = true } +name = "swc_plugin_loadable_components" +publish = false +repository = { workspace = true } rust-version = { workspace = true } -version = "0.18.4" +version = "0.18.4" [lib] diff --git a/packages/noop/Cargo.toml b/packages/noop/Cargo.toml index b81f619e5..ca174b64b 100644 --- a/packages/noop/Cargo.toml +++ b/packages/noop/Cargo.toml @@ -3,25 +3,25 @@ description = "Noop plugin for debugging." -authors = { workspace = true } -edition = { workspace = true } -homepage = { workspace = true } -license = { workspace = true } -name = "swc_plugin_noop" -publish = false -repository = { workspace = true } +authors = { workspace = true } +edition = { workspace = true } +homepage = { workspace = true } +license = { workspace = true } +name = "swc_plugin_noop" +publish = false +repository = { workspace = true } rust-version = { workspace = true } -version = "0.18.4" +version = "0.18.4" [lib] crate-type = ["cdylib", "rlib"] [dependencies] -swc_common = { version = "0.33.19", features = ["concurrent"] } -swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } -swc_ecma_ast = "0.112.5" -swc_ecma_utils = "0.127.12" -swc_ecma_visit = "0.98.6" +swc_common = { version = "0.33.19", features = ["concurrent"] } +swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } +swc_ecma_ast = "0.112.5" +swc_ecma_utils = "0.127.12" +swc_ecma_visit = "0.98.6" swc_plugin_macro = "0.9.16" -tracing = { version = "0.1.37", features = ["release_max_level_off"] } +tracing = { version = "0.1.37", features = ["release_max_level_off"] } diff --git a/packages/react-remove-properties/Cargo.toml b/packages/react-remove-properties/Cargo.toml index 356ffb02d..05eeb4bda 100644 --- a/packages/react-remove-properties/Cargo.toml +++ b/packages/react-remove-properties/Cargo.toml @@ -3,15 +3,15 @@ description = "SWC plugin for https://www.npmjs.com/package/babel-plugin-react-remove-properties" -authors = { workspace = true } -edition = { workspace = true } -homepage = { workspace = true } -license = { workspace = true } -name = "swc_plugin_react_remove_properties" -publish = false -repository = { workspace = true } +authors = { workspace = true } +edition = { workspace = true } +homepage = { workspace = true } +license = { workspace = true } +name = "swc_plugin_react_remove_properties" +publish = false +repository = { workspace = true } rust-version = { workspace = true } -version = "0.19.4" +version = "0.19.4" [lib] @@ -19,12 +19,12 @@ crate-type = ["cdylib", "rlib"] [dependencies] react_remove_properties = { path = "./transform" } -serde_json = "1.0.79" -swc_cached = "0.3.19" -swc_common = { version = "0.33.19", features = ["concurrent"] } -swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } -swc_ecma_ast = "0.112.5" -swc_ecma_utils = "0.127.12" -swc_ecma_visit = "0.98.6" -swc_plugin_macro = "0.9.16" -tracing = { version = "0.1.37", features = ["release_max_level_off"] } +serde_json = "1.0.79" +swc_cached = "0.3.19" +swc_common = { version = "0.33.19", features = ["concurrent"] } +swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } +swc_ecma_ast = "0.112.5" +swc_ecma_utils = "0.127.12" +swc_ecma_visit = "0.98.6" +swc_plugin_macro = "0.9.16" +tracing = { version = "0.1.37", features = ["release_max_level_off"] } diff --git a/packages/react-remove-properties/transform/Cargo.toml b/packages/react-remove-properties/transform/Cargo.toml index ff4cf42a0..2c245fec3 100644 --- a/packages/react-remove-properties/transform/Cargo.toml +++ b/packages/react-remove-properties/transform/Cargo.toml @@ -5,27 +5,27 @@ description = "AST Transforms for import modularizer" name = "react_remove_properties" -authors = { workspace = true } -edition = { workspace = true } -homepage = { workspace = true } -license = { workspace = true } -repository = { workspace = true } +authors = { workspace = true } +edition = { workspace = true } +homepage = { workspace = true } +license = { workspace = true } +repository = { workspace = true } rust-version = { workspace = true } -version = "0.24.5" +version = "0.24.5" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -serde = { version = "1", features = ["derive"] } -swc_atoms = "0.6.5" -swc_cached = "0.3.19" -swc_common = "0.33.19" -swc_ecma_ast = "0.112.5" +serde = { version = "1", features = ["derive"] } +swc_atoms = "0.6.5" +swc_cached = "0.3.19" +swc_common = "0.33.19" +swc_ecma_ast = "0.112.5" swc_ecma_visit = "0.98.6" [dev-dependencies] -swc_ecma_parser = "0.143.9" -swc_ecma_transforms_base = "0.137.15" +swc_ecma_parser = "0.143.9" +swc_ecma_transforms_base = "0.137.15" swc_ecma_transforms_testing = "0.140.15" -testing = "0.35.20" +testing = "0.35.20" diff --git a/packages/relay/Cargo.toml b/packages/relay/Cargo.toml index 59610f1ec..f67d0e785 100644 --- a/packages/relay/Cargo.toml +++ b/packages/relay/Cargo.toml @@ -1,31 +1,31 @@ [package] -authors = { workspace = true } -description = "SWC plugin for relay.dev" -edition = { workspace = true } -homepage = { workspace = true } -license = { workspace = true } -name = "swc_plugin_relay" -publish = false -repository = { workspace = true } +authors = { workspace = true } +description = "SWC plugin for relay.dev" +edition = { workspace = true } +homepage = { workspace = true } +license = { workspace = true } +name = "swc_plugin_relay" +publish = false +repository = { workspace = true } rust-version = { workspace = true } -version = "0.7.4" +version = "0.7.4" [lib] crate-type = ["cdylib", "rlib"] [dependencies] -once_cell = "1.8.0" -regex = "1.5" -serde = "1" -serde_json = "1" -swc_common = { version = "0.33.19", features = ["concurrent"] } -swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } -swc_ecma_ast = "0.112.5" -swc_ecma_utils = "0.127.12" -swc_ecma_visit = "0.98.6" +once_cell = "1.8.0" +regex = "1.5" +serde = "1" +serde_json = "1" +swc_common = { version = "0.33.19", features = ["concurrent"] } +swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } +swc_ecma_ast = "0.112.5" +swc_ecma_utils = "0.127.12" +swc_ecma_visit = "0.98.6" swc_plugin_macro = "0.9.16" -swc_relay = { path = "./transform" } -tracing = { version = "0.1.37", features = ["release_max_level_off"] } +swc_relay = { path = "./transform" } +tracing = { version = "0.1.37", features = ["release_max_level_off"] } [dev-dependencies] diff --git a/packages/relay/transform/Cargo.toml b/packages/relay/transform/Cargo.toml index 7c52345e0..7cb17834e 100644 --- a/packages/relay/transform/Cargo.toml +++ b/packages/relay/transform/Cargo.toml @@ -5,29 +5,29 @@ description = "AST Transforms for realy" name = "swc_relay" -authors = { workspace = true } -edition = { workspace = true } -homepage = { workspace = true } -license = { workspace = true } -repository = { workspace = true } +authors = { workspace = true } +edition = { workspace = true } +homepage = { workspace = true } +license = { workspace = true } +repository = { workspace = true } rust-version = { workspace = true } -version = "0.44.5" +version = "0.44.5" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -once_cell = "1.8.0" -regex = "1.5" -serde = "1" -serde_json = "1" -swc_atoms = "0.6.5" -swc_common = { version = "0.33.19", features = ["concurrent"] } -swc_ecma_ast = "0.112.5" +once_cell = "1.8.0" +regex = "1.5" +serde = "1" +serde_json = "1" +swc_atoms = "0.6.5" +swc_common = { version = "0.33.19", features = ["concurrent"] } +swc_ecma_ast = "0.112.5" swc_ecma_utils = "0.127.12" swc_ecma_visit = "0.98.6" -tracing = { version = "0.1.37" } +tracing = { version = "0.1.37" } [dev-dependencies] swc_ecma_transforms_testing = "0.140.15" -testing = "0.35.20" +testing = "0.35.20" diff --git a/packages/remove-console/Cargo.toml b/packages/remove-console/Cargo.toml index 5f8648b88..9130eaf2f 100644 --- a/packages/remove-console/Cargo.toml +++ b/packages/remove-console/Cargo.toml @@ -3,27 +3,27 @@ description = "SWC plugin for https://www.npmjs.com/package/babel-plugin-remove-console" -authors = { workspace = true } -edition = { workspace = true } -homepage = { workspace = true } -license = { workspace = true } -name = "swc_plugin_remove_console" -publish = false -repository = { workspace = true } +authors = { workspace = true } +edition = { workspace = true } +homepage = { workspace = true } +license = { workspace = true } +name = "swc_plugin_remove_console" +publish = false +repository = { workspace = true } rust-version = { workspace = true } -version = "0.19.4" +version = "0.19.4" [lib] crate-type = ["cdylib", "rlib"] [dependencies] -remove_console = { path = "./transform" } -serde_json = "1.0.79" -swc_common = { version = "0.33.19", features = ["concurrent"] } -swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } -swc_ecma_ast = "0.112.5" -swc_ecma_utils = "0.127.12" -swc_ecma_visit = "0.98.6" +remove_console = { path = "./transform" } +serde_json = "1.0.79" +swc_common = { version = "0.33.19", features = ["concurrent"] } +swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } +swc_ecma_ast = "0.112.5" +swc_ecma_utils = "0.127.12" +swc_ecma_visit = "0.98.6" swc_plugin_macro = "0.9.16" -tracing = { version = "0.1.37", features = ["release_max_level_off"] } +tracing = { version = "0.1.37", features = ["release_max_level_off"] } diff --git a/packages/remove-console/transform/Cargo.toml b/packages/remove-console/transform/Cargo.toml index df1255695..9b174a564 100644 --- a/packages/remove-console/transform/Cargo.toml +++ b/packages/remove-console/transform/Cargo.toml @@ -5,27 +5,27 @@ description = "AST Transforms for import modularizer" name = "remove_console" -authors = { workspace = true } -edition = { workspace = true } -homepage = { workspace = true } -license = { workspace = true } -repository = { workspace = true } +authors = { workspace = true } +edition = { workspace = true } +homepage = { workspace = true } +license = { workspace = true } +repository = { workspace = true } rust-version = { workspace = true } -version = "0.25.5" +version = "0.25.5" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -serde = { version = "1", features = ["derive"] } -swc_atoms = "0.6.5" -swc_cached = "0.3.19" -swc_common = "0.33.19" -swc_ecma_ast = "0.112.5" +serde = { version = "1", features = ["derive"] } +swc_atoms = "0.6.5" +swc_cached = "0.3.19" +swc_common = "0.33.19" +swc_ecma_ast = "0.112.5" swc_ecma_visit = "0.98.6" [dev-dependencies] -swc_ecma_parser = "0.143.9" -swc_ecma_transforms_base = "0.137.15" +swc_ecma_parser = "0.143.9" +swc_ecma_transforms_base = "0.137.15" swc_ecma_transforms_testing = "0.140.15" -testing = "0.35.20" +testing = "0.35.20" diff --git a/packages/styled-components/Cargo.toml b/packages/styled-components/Cargo.toml index cb368c6cd..5d49cfe13 100644 --- a/packages/styled-components/Cargo.toml +++ b/packages/styled-components/Cargo.toml @@ -2,15 +2,15 @@ description = "styled-components plugin for https://swc.rs" -authors = { workspace = true } -edition = { workspace = true } -homepage = { workspace = true } -license = { workspace = true } -name = "swc_plugin_styled_components" -publish = false -repository = { workspace = true } +authors = { workspace = true } +edition = { workspace = true } +homepage = { workspace = true } +license = { workspace = true } +name = "swc_plugin_styled_components" +publish = false +repository = { workspace = true } rust-version = { workspace = true } -version = "0.40.4" +version = "0.40.4" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -18,14 +18,14 @@ version = "0.40.4" crate-type = ["cdylib", "rlib"] [dependencies] -serde = { version = "1.0.136", features = ["derive"] } -serde_json = "1.0.79" +serde = { version = "1.0.136", features = ["derive"] } +serde_json = "1.0.79" styled_components = { path = "./transform" } -swc_atoms = "0.6.5" -swc_common = { version = "0.33.19", features = ["concurrent"] } -swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } -swc_ecma_ast = "0.112.5" -swc_ecma_utils = "0.127.12" -swc_ecma_visit = "0.98.6" -swc_plugin_macro = "0.9.16" -tracing = { version = "0.1.37", features = ["release_max_level_off"] } +swc_atoms = "0.6.5" +swc_common = { version = "0.33.19", features = ["concurrent"] } +swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } +swc_ecma_ast = "0.112.5" +swc_ecma_utils = "0.127.12" +swc_ecma_visit = "0.98.6" +swc_plugin_macro = "0.9.16" +tracing = { version = "0.1.37", features = ["release_max_level_off"] } diff --git a/packages/styled-components/transform/Cargo.toml b/packages/styled-components/transform/Cargo.toml index b11ac2c97..42d455c3a 100644 --- a/packages/styled-components/transform/Cargo.toml +++ b/packages/styled-components/transform/Cargo.toml @@ -6,13 +6,13 @@ include = ["Cargo.toml", "src/**/*.rs"] name = "styled_components" -authors = { workspace = true } -edition = { workspace = true } -homepage = { workspace = true } -license = { workspace = true } -repository = { workspace = true } +authors = { workspace = true } +edition = { workspace = true } +homepage = { workspace = true } +license = { workspace = true } +repository = { workspace = true } rust-version = { workspace = true } -version = "0.96.6" +version = "0.96.6" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -33,8 +33,8 @@ swc_ecma_visit = "0.98.6" tracing = "0.1.37" [dev-dependencies] -serde_json = "1" -swc_ecma_parser = "0.143.9" -swc_ecma_transforms = "0.229.16" +serde_json = "1" +swc_ecma_parser = "0.143.9" +swc_ecma_transforms = "0.229.16" swc_ecma_transforms_testing = "0.140.15" -testing = "0.35.20" +testing = "0.35.20" diff --git a/packages/styled-jsx/Cargo.toml b/packages/styled-jsx/Cargo.toml index d5bdc7fb6..57c08e94d 100644 --- a/packages/styled-jsx/Cargo.toml +++ b/packages/styled-jsx/Cargo.toml @@ -3,15 +3,15 @@ description = "SWC Plugin for styled-jsx" -authors = { workspace = true } -edition = { workspace = true } -homepage = { workspace = true } -license = { workspace = true } -name = "swc_plugin_styled_jsx" -publish = false -repository = { workspace = true } +authors = { workspace = true } +edition = { workspace = true } +homepage = { workspace = true } +license = { workspace = true } +name = "swc_plugin_styled_jsx" +publish = false +repository = { workspace = true } rust-version = { workspace = true } -version = "0.20.4" +version = "0.20.4" [lib] @@ -21,20 +21,20 @@ crate-type = ["cdylib", "rlib"] custom_transform = ["swc_common/concurrent"] [dependencies] -anyhow = "1" -serde_json = "1" -styled_jsx = { path = "./transform" } -swc_atoms = "0.6.5" -swc_common = "0.33.19" -swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } -swc_ecma_ast = "0.112.5" +anyhow = "1" +serde_json = "1" +styled_jsx = { path = "./transform" } +swc_atoms = "0.6.5" +swc_common = "0.33.19" +swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } +swc_ecma_ast = "0.112.5" swc_ecma_minifier = "0.192.17" -swc_ecma_parser = "0.143.9" -swc_ecma_utils = "0.127.12" -swc_ecma_visit = "0.98.6" -swc_plugin_macro = "0.9.16" -tracing = { version = "0.1.37", features = ["release_max_level_off"] } +swc_ecma_parser = "0.143.9" +swc_ecma_utils = "0.127.12" +swc_ecma_visit = "0.98.6" +swc_plugin_macro = "0.9.16" +tracing = { version = "0.1.37", features = ["release_max_level_off"] } [dev-dependencies] swc_ecma_transforms_testing = "0.140.15" -testing = "0.35.20" +testing = "0.35.20" diff --git a/packages/styled-jsx/transform/Cargo.toml b/packages/styled-jsx/transform/Cargo.toml index 2c4d0451a..8b8bb300c 100644 --- a/packages/styled-jsx/transform/Cargo.toml +++ b/packages/styled-jsx/transform/Cargo.toml @@ -3,14 +3,14 @@ description = "AST transforms visitor for styled-jsx" -authors = { workspace = true } -edition = { workspace = true } -homepage = { workspace = true } -license = { workspace = true } -name = "styled_jsx" -repository = { workspace = true } +authors = { workspace = true } +edition = { workspace = true } +homepage = { workspace = true } +license = { workspace = true } +name = "styled_jsx" +repository = { workspace = true } rust-version = { workspace = true } -version = "0.73.10" +version = "0.73.10" [features] @@ -26,23 +26,23 @@ parcel_selectors = "0.26.3" serde = { version = "1", features = ["derive"] } tracing = "0.1.37" -preset_env_base = "0.4.7" -swc_common = "0.33.19" -swc_css_ast = "0.140.20" -swc_css_codegen = "0.151.30" -swc_css_compat = "0.27.32" -swc_css_minifier = "0.116.31" -swc_css_parser = "0.150.29" -swc_css_prefixer = "0.153.34" -swc_css_visit = "0.139.20" -swc_ecma_ast = "0.112.5" +preset_env_base = "0.4.7" +swc_common = "0.33.19" +swc_css_ast = "0.140.20" +swc_css_codegen = "0.151.30" +swc_css_compat = "0.27.32" +swc_css_minifier = "0.116.31" +swc_css_parser = "0.150.29" +swc_css_prefixer = "0.153.34" +swc_css_visit = "0.139.20" +swc_ecma_ast = "0.112.5" swc_ecma_minifier = "0.192.17" -swc_ecma_parser = "0.143.9" -swc_ecma_utils = "0.127.12" -swc_ecma_visit = "0.98.6" -swc_plugin_macro = "0.9.16" +swc_ecma_parser = "0.143.9" +swc_ecma_utils = "0.127.12" +swc_ecma_visit = "0.98.6" +swc_plugin_macro = "0.9.16" [dev-dependencies] -swc_ecma_transforms = "0.229.16" +swc_ecma_transforms = "0.229.16" swc_ecma_transforms_testing = "0.140.15" -testing = "0.35.20" +testing = "0.35.20" diff --git a/packages/swc-magic/Cargo.toml b/packages/swc-magic/Cargo.toml index 2f0f3d284..219801889 100644 --- a/packages/swc-magic/Cargo.toml +++ b/packages/swc-magic/Cargo.toml @@ -3,15 +3,15 @@ description = "SWC Plugin for swc-magic" -authors = { workspace = true } -edition = { workspace = true } -homepage = { workspace = true } -license = { workspace = true } -name = "swc_plugin_swc_magic" -publish = false -repository = { workspace = true } +authors = { workspace = true } +edition = { workspace = true } +homepage = { workspace = true } +license = { workspace = true } +name = "swc_plugin_swc_magic" +publish = false +repository = { workspace = true } rust-version = { workspace = true } -version = "0.7.4" +version = "0.7.4" [lib] @@ -19,7 +19,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] serde_json = "1.0.107" -swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } +swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } swc_magic = { path = "./transform" } diff --git a/packages/swc-magic/transform/Cargo.toml b/packages/swc-magic/transform/Cargo.toml index 703b0b2c6..4a1424af6 100644 --- a/packages/swc-magic/transform/Cargo.toml +++ b/packages/swc-magic/transform/Cargo.toml @@ -3,26 +3,26 @@ description = "AST transforms visitor for swc-magic" -authors = { workspace = true } -edition = { workspace = true } -homepage = { workspace = true } -license = { workspace = true } -name = "swc_magic" -repository = { workspace = true } +authors = { workspace = true } +edition = { workspace = true } +homepage = { workspace = true } +license = { workspace = true } +name = "swc_magic" +repository = { workspace = true } rust-version = { workspace = true } -version = "0.19.5" +version = "0.19.5" [dependencies] -serde = { version = "1.0.189", features = ["derive"] } -swc_atoms = "0.6.5" -swc_common = "0.33.19" -swc_ecma_ast = "0.112.5" +serde = { version = "1.0.189", features = ["derive"] } +swc_atoms = "0.6.5" +swc_common = "0.33.19" +swc_ecma_ast = "0.112.5" swc_ecma_utils = "0.127.12" swc_ecma_visit = "0.98.6" [dev-dependencies] -swc_ecma_parser = "0.143.9" -swc_ecma_transforms_base = "0.137.15" +swc_ecma_parser = "0.143.9" +swc_ecma_transforms_base = "0.137.15" swc_ecma_transforms_testing = "0.140.15" -testing = "0.35.20" +testing = "0.35.20" diff --git a/packages/transform-imports/Cargo.toml b/packages/transform-imports/Cargo.toml index c849e8991..f2accbe06 100644 --- a/packages/transform-imports/Cargo.toml +++ b/packages/transform-imports/Cargo.toml @@ -3,15 +3,15 @@ description = "SWC plugin for https://www.npmjs.com/package/babel-plugin-transform-imports" -authors = { workspace = true } -edition = { workspace = true } -homepage = { workspace = true } -license = { workspace = true } -name = "swc_plugin_transform_imports" -publish = false -repository = { workspace = true } +authors = { workspace = true } +edition = { workspace = true } +homepage = { workspace = true } +license = { workspace = true } +name = "swc_plugin_transform_imports" +publish = false +repository = { workspace = true } rust-version = { workspace = true } -version = "0.19.4" +version = "0.19.4" [lib] @@ -19,11 +19,11 @@ crate-type = ["cdylib", "rlib"] [dependencies] modularize_imports = { path = "./transform" } -serde_json = "1.0.79" -swc_common = { version = "0.33.19", features = ["concurrent"] } -swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } -swc_ecma_ast = "0.112.5" -swc_ecma_utils = "0.127.12" -swc_ecma_visit = "0.98.6" -swc_plugin_macro = "0.9.16" -tracing = { version = "0.1.37", features = ["release_max_level_off"] } +serde_json = "1.0.79" +swc_common = { version = "0.33.19", features = ["concurrent"] } +swc_core = { version = "0.90.22", features = ["ecma_plugin_transform"] } +swc_ecma_ast = "0.112.5" +swc_ecma_utils = "0.127.12" +swc_ecma_visit = "0.98.6" +swc_plugin_macro = "0.9.16" +tracing = { version = "0.1.37", features = ["release_max_level_off"] } diff --git a/packages/transform-imports/transform/Cargo.toml b/packages/transform-imports/transform/Cargo.toml index dacfb067a..ed7d43ad0 100644 --- a/packages/transform-imports/transform/Cargo.toml +++ b/packages/transform-imports/transform/Cargo.toml @@ -5,29 +5,29 @@ description = "AST Transforms for import modularizer" name = "modularize_imports" -authors = { workspace = true } -edition = { workspace = true } -homepage = { workspace = true } -license = { workspace = true } -repository = { workspace = true } +authors = { workspace = true } +edition = { workspace = true } +homepage = { workspace = true } +license = { workspace = true } +repository = { workspace = true } rust-version = { workspace = true } -version = "0.68.7" +version = "0.68.7" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -convert_case = "0.5.0" -handlebars = "4.2.1" -once_cell = "1.13.0" -regex = "1.5" -serde = "1" -swc_atoms = "0.6.5" -swc_cached = "0.3.19" -swc_common = "0.33.19" -swc_ecma_ast = "0.112.5" +convert_case = "0.5.0" +handlebars = "4.2.1" +once_cell = "1.13.0" +regex = "1.5" +serde = "1" +swc_atoms = "0.6.5" +swc_cached = "0.3.19" +swc_common = "0.33.19" +swc_ecma_ast = "0.112.5" swc_ecma_visit = "0.98.6" [dev-dependencies] -swc_ecma_parser = "0.143.9" +swc_ecma_parser = "0.143.9" swc_ecma_transforms_testing = "0.140.15" -testing = "0.35.20" +testing = "0.35.20" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index e0f52f39f..f9579cf82 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -1,17 +1,17 @@ [package] -authors = { workspace = true } -edition = { workspace = true } -homepage = { workspace = true } -license = { workspace = true } -name = "xtask" -publish = false -repository = { workspace = true } +authors = { workspace = true } +edition = { workspace = true } +homepage = { workspace = true } +license = { workspace = true } +name = "xtask" +publish = false +repository = { workspace = true } rust-version = { workspace = true } -version = "0.1.0" +version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.75" +anyhow = "1.0.75" cargo_metadata = "0.18.0" -clap = { version = "4.4.6", features = ["derive"] } +clap = { version = "4.4.6", features = ["derive"] }