Skip to content

Commit

Permalink
Update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Mar 23, 2022
1 parent 3208df0 commit 710ac6d
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 57 deletions.
96 changes: 48 additions & 48 deletions packages/next-swc/Cargo.lock

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

8 changes: 4 additions & 4 deletions packages/next-swc/crates/core/Cargo.toml
Expand Up @@ -19,20 +19,20 @@ radix_fmt = "1"
regex = "1.5"
serde = "1"
serde_json = "1"
styled_components = "0.20.0"
swc = "0.157.0"
styled_components = "0.21.0"
swc = "0.159.0"
swc_atoms = "0.2.9"
swc_common = { version = "0.17.17", features = ["concurrent", "sourcemap"] }
swc_css = "0.103.0"
swc_ecma_loader = { version = "0.29.0", features = ["node", "lru"] }
swc_ecmascript = { version = "0.136.0", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
swc_ecmascript = { version = "0.138.0", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
swc_node_base = "0.5.1"
swc_cached = "0.1.1"
swc_stylis = "0.99.1"
tracing = {version = "0.1.28", features = ["release_max_level_off"]}
handlebars = "4.2.1"

[dev-dependencies]
swc_ecma_transforms_testing = "0.72.0"
swc_ecma_transforms_testing = "0.73.0"
testing = "0.19.1"
walkdir = "2.3.2"
6 changes: 3 additions & 3 deletions packages/next-swc/crates/napi/Cargo.toml
Expand Up @@ -16,12 +16,12 @@ next-swc = {version = "0.0.0", path = "../core"}
once_cell = "1.8.0"
serde = "1"
serde_json = "1"
swc = "0.157.0"
swc = "0.159.0"
swc_atoms = "0.2.9"
swc_bundler = { version = "0.126.0", features = ["concurrent"] }
swc_bundler = { version = "0.128.0", features = ["concurrent"] }
swc_common = { version = "0.17.17", features = ["concurrent", "sourcemap"] }
swc_ecma_loader = { version = "0.29.0", features = ["node", "lru"] }
swc_ecmascript = { version = "0.136.0", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
swc_ecmascript = { version = "0.138.0", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
swc_node_base = "0.5.1"

[build-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions packages/next-swc/crates/wasm/Cargo.toml
Expand Up @@ -16,9 +16,9 @@ parking_lot_core = "=0.8.0"
path-clean = "0.1"
serde = {version = "1", features = ["derive"]}
serde_json = "1"
swc = "0.157.0"
swc = "0.159.0"
swc_common = { version = "0.17.17", features = ["concurrent", "sourcemap"] }
swc_ecmascript = { version = "0.136.0", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
swc_ecmascript = { version = "0.138.0", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
tracing = {version = "0.1.28", features = ["release_max_level_off"]}
wasm-bindgen = {version = "0.2", features = ["serde-serialize"]}
wasm-bindgen-futures = "0.4.8"

0 comments on commit 710ac6d

Please sign in to comment.