Skip to content

Commit

Permalink
fix: swc plugins not being able to spawn threads (web-infra-dev#6229)
Browse files Browse the repository at this point in the history
chore: bump swc
  • Loading branch information
h-a-n-a authored Apr 15, 2024
1 parent a9a9d63 commit f0d1cff
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 64 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tikv-jemallocator = { version = "=0.5.4", features = ["disable_initial_exec_tls"
rkyv = { version = "=0.7.42" } # synced with swc wasm plugin
styled_components = { version = "=0.96.8" }
swc_config = { version = "=0.1.12" }
swc_core = { version = "=0.90.30", default-features = false }
swc_core = { version = "=0.90.31", default-features = false }
swc_ecma_minifier = { version = "=0.192.22", default-features = false }
swc_emotion = { version = "=0.72.8" }
swc_error_reporters = { version = "=0.17.19" }
Expand Down
2 changes: 1 addition & 1 deletion diffcases/arco-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@rspack/core": "workspace:*",
"@rspack/plugin-react-refresh": "workspace:*",
"@svgr/webpack": "^8.0.0",
"@swc/core": "^1.3.14",
"@swc/core": "1.4.0",
"@swc/helpers": "^0.5.3",
"bundle-stats": "^4.1.2",
"css-loader": "^6.8.1",
Expand Down
116 changes: 58 additions & 58 deletions pnpm-lock.yaml

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

0 comments on commit f0d1cff

Please sign in to comment.