Skip to content

Commit

Permalink
Bump swc to fix sourcemaps with Windows line endings (#8756)
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Jan 8, 2023
1 parent fdae6c0 commit e2deeec
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
80 changes: 40 additions & 40 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions packages/transformers/js/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ edition = "2018"
crate-type = ["rlib"]

[dependencies]
swc_ecmascript = { version = "0.207.2", features = ["parser", "transforms", "module", "optimization", "react", "typescript", "utils", "visit", "codegen", "utils", "preset_env"] }
swc_common = { version = "0.29.25", features = ["tty-emitter", "sourcemap"] }
swc_atoms = "0.4.32"
swc_ecmascript = { version = "0.207.7", features = ["parser", "transforms", "module", "optimization", "react", "typescript", "utils", "visit", "codegen", "utils", "preset_env"] }
swc_common = { version = "0.29.27", features = ["tty-emitter", "sourcemap"] }
swc_atoms = "0.4.33"
indoc = "1.0.3"
serde = "1.0.123"
serde_bytes = "0.11.5"
Expand Down

0 comments on commit e2deeec

Please sign in to comment.