Skip to content

Commit

Permalink
cargo lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 4, 2024
1 parent e2dbbdc commit 90e11c0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,29 +37,29 @@ regex = { version = "1.10.4", default-features = false }
serde = "1.0.203"
serde_json = "1.0.117"
sourcemap = "9.0.0"
swc_atoms = "1.0.0"
swc_atoms = "1.0.1"
swc_cached = "0.3.20"
swc_common = "0.40.0"
swc_core = "0.106.0"
swc_common = "0.40.1"
swc_core = "0.106.4"
swc_css_ast = "0.147.0"
swc_css_codegen = "0.158.0"
swc_css_compat = "0.34.0"
swc_css_minifier = "0.123.0"
swc_css_parser = "0.157.0"
swc_css_prefixer = "0.161.0"
swc_css_visit = "0.146.0"
swc_ecma_ast = "0.121.0"
swc_ecma_codegen = "0.158.0"
swc_ecma_minifier = "0.208.0"
swc_ecma_parser = "0.152.0"
swc_ecma_ast = "0.121.1"
swc_ecma_codegen = "0.158.1"
swc_ecma_minifier = "0.208.1"
swc_ecma_parser = "0.152.1"
swc_ecma_transforms = "0.243.0"
swc_ecma_transforms_base = "0.149.0"
swc_ecma_transforms_react = "0.195.0"
swc_ecma_transforms_testing = "0.152.0"
swc_ecma_utils = "0.137.0"
swc_ecma_visit = "0.107.0"
swc_plugin_macro = "0.9.16"
swc_plugin_proxy = "0.50.0"
swc_plugin_proxy = "0.50.1"
swc_trace_macro = "1.0.0"
testing = "0.42.0"
tracing = "0.1.40"
Expand Down

0 comments on commit 90e11c0

Please sign in to comment.