Skip to content

Commit

Permalink
Merge branch 'canary' into fix-onload-next-image-native
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Apr 15, 2022
2 parents a6b3d7a + cbb64ee commit d3a6e0b
Show file tree
Hide file tree
Showing 10 changed files with 89 additions and 85 deletions.
118 changes: 61 additions & 57 deletions packages/next-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-swc/crates/core/Cargo.toml
Expand Up @@ -21,16 +21,16 @@ swc_emotion = {path="../emotion"}
styled_components = {path="../styled_components"}
styled_jsx = {path="../styled_jsx"}
modularize_imports = {path="../modularize_imports"}
swc = "0.164.0"
swc = "0.168.0"
swc_atoms = "0.2.11"
swc_common = { version = "0.17.19", features = ["concurrent", "sourcemap"] }
swc_ecma_loader = { version = "0.29.0", features = ["node", "lru"] }
swc_ecmascript = { version = "0.143.0", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
swc_common = { version = "0.17.21", features = ["concurrent", "sourcemap"] }
swc_ecma_loader = { version = "0.29.1", features = ["node", "lru"] }
swc_ecmascript = { version = "0.147.0", features = ["codegen", "minifier", "optimization", "parser", "react", "transforms", "typescript", "utils", "visit"] }
swc_cached = "0.1.1"
tracing = { version = "0.1.32", features = ["release_max_level_off"] }


[dev-dependencies]
swc_ecma_transforms_testing = "0.77.0"
swc_ecma_transforms_testing = "0.80.0"
testing = "0.19.1"
walkdir = "2.3.2"
6 changes: 3 additions & 3 deletions packages/next-swc/crates/emotion/Cargo.toml
Expand Up @@ -19,9 +19,9 @@ regex = "1.5"
serde = "1"
sourcemap = "6.0.1"
swc_atoms = "0.2.11"
swc_common = { version = "0.17.19", features = ["concurrent", "sourcemap"] }
swc_ecmascript = { version = "0.143.0", features = ["codegen", "utils", "visit"] }
swc_common = { version = "0.17.21", features = ["concurrent", "sourcemap"] }
swc_ecmascript = { version = "0.147.0", features = ["codegen", "utils", "visit"] }

[dev-dependencies]
swc_ecma_transforms_testing = "0.77.0"
swc_ecma_transforms_testing = "0.80.0"
testing = "0.19.1"
4 changes: 2 additions & 2 deletions packages/next-swc/crates/modularize_imports/Cargo.toml
Expand Up @@ -15,8 +15,8 @@ once_cell = "1.8.0"
regex = "1.5"
serde = "1"
swc_cached = "0.1.1"
swc_ecmascript = {version = "0.143.0", features = ["visit"]}
swc_ecmascript = { version = "0.147.0", features = ["visit"] }

[dev-dependencies]
swc_ecma_transforms_testing = "0.77.0"
swc_ecma_transforms_testing = "0.80.0"
testing = "0.19.1"

0 comments on commit d3a6e0b

Please sign in to comment.