Skip to content

Commit

Permalink
Update swc
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 13, 2021
1 parent 96c2980 commit 6150c33
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 27 deletions.
45 changes: 23 additions & 22 deletions packages/next/build/swc/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/next/build/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ path-clean = "0.1"
regex = "1.5"
serde = "1"
serde_json = "1"
swc = "0.67.1"
swc = "0.68.0"
swc_atoms = "0.2.7"
swc_common = { version = "0.13.4", features = ["concurrent", "sourcemap"] }
swc_common = { version = "0.13.5", features = ["concurrent", "sourcemap"] }
swc_css = "0.11.0"
swc_ecmascript = { version = "0.73.0", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
swc_ecma_preset_env = "0.52.0"
swc_ecmascript = { version = "0.74.0", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
swc_ecma_preset_env = "0.53.0"
swc_node_base = "0.4.0"
swc_stylis = "0.8.0"
fxhash = "0.2.1"
Expand All @@ -35,7 +35,7 @@ tracing = { version = "0.1.28", features = ["release_max_level_off"] }
napi-build = "1"

[dev-dependencies]
swc_ecma_transforms_testing = "0.38.0"
swc_ecma_transforms_testing = "0.38.1"
testing = "0.14.1"
walkdir = "2.3.2"

Expand Down

0 comments on commit 6150c33

Please sign in to comment.