Skip to content

Commit

Permalink
build(cargo): bump up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Dec 2, 2022
1 parent 2906b51 commit cd5a4d8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
12 changes: 6 additions & 6 deletions packages/next-swc/crates/core/Cargo.toml
Expand Up @@ -19,10 +19,10 @@ pathdiff = "0.2.0"
regex = "1.5"
serde = "1"
serde_json = "1"
swc_emotion = "0.28.2"
styled_components = "0.52.5"
styled_jsx = "0.29.5"
modularize_imports = "0.25.5"
swc_emotion = "0.28.3"
styled_components = "0.52.7"
styled_jsx = "0.29.7"
modularize_imports = "0.25.7"
tracing = { version = "0.1.37", features = ["release_max_level_info"] }

swc_core = { features = [
Expand All @@ -42,9 +42,9 @@ swc_core = { features = [
"ecma_parser_typescript",
"cached",
"base"
], version = "0.43.23" }
], version = "0.44.2" }

[dev-dependencies]
swc_core = { features = ["testing_transform"], version = "0.43.23" }
swc_core = { features = ["testing_transform"], version = "0.44.2" }
testing = "0.31.14"
walkdir = "2.3.2"
9 changes: 4 additions & 5 deletions packages/next-swc/crates/napi/Cargo.toml
Expand Up @@ -50,14 +50,14 @@ swc_core = { features = [
"ecma_transforms_typescript",
"ecma_utils",
"ecma_visit",
], version = "0.43.23" }
], version = "0.44.2" }
tracing = { version = "0.1.37", features = ["release_max_level_info"] }
tracing-futures = "0.2.5"
tracing-subscriber = "0.3.9"
tracing-chrome = "0.5.0"
next-dev = { git = "https://github.com/vercel/turbo.git", rev = "5c2b933ce142d70e9774e933e805734f2c09248c", features = ["serializable"] }
node-file-trace = { git = "https://github.com/vercel/turbo.git", rev = "5c2b933ce142d70e9774e933e805734f2c09248c", default-features = false, features = ["node-api"] }
mdxjs = { version = "0.1.1", features = ["serializable"] }
next-dev = { git = "https://github.com/vercel/turbo.git", rev = "c69298c4a31516129bb62263f163a1da9c5614da", features = ["serializable"] }
node-file-trace = { git = "https://github.com/vercel/turbo.git", rev = "c69298c4a31516129bb62263f163a1da9c5614da", default-features = false, features = ["node-api"] }
mdxjs = { version = "0.1.3", features = ["serializable"] }
# There are few build targets we can't use native-tls which default features rely on,
# allow to specify alternative (rustls) instead via features.
# Note to opt in rustls default-features should be disabled
Expand All @@ -70,7 +70,6 @@ _sentry_rustls = { package = "sentry", version = "0.27.0", default-features = fa
"rustls",
"reqwest"
], optional = true }
indexmap = "=1.6.2"

[build-dependencies]
napi-build = "2"
Expand Down
4 changes: 2 additions & 2 deletions packages/next-swc/crates/wasm/Cargo.toml
Expand Up @@ -31,7 +31,7 @@ wasm-bindgen-futures = "0.4.8"
getrandom = { version = "0.2.5", optional = true, default-features = false }
js-sys = "0.3.59"
serde-wasm-bindgen = "0.4.3"
mdxjs = { version = "0.1.1", features = ["serializable"] }
mdxjs = { version = "0.1.3", features = ["serializable"] }

swc_core = { features = [
"common_concurrent",
Expand All @@ -46,7 +46,7 @@ swc_core = { features = [
"ecma_parser_typescript",
"ecma_utils",
"ecma_visit"
], version = "0.43.23" }
], version = "0.44.2" }


# Workaround a bug
Expand Down

0 comments on commit cd5a4d8

Please sign in to comment.