Skip to content

Commit

Permalink
feat: Update swc_core to v0.92.10 (#8287)
Browse files Browse the repository at this point in the history
### Description

Update `swc_core`, to apply swc-project/swc#9019

It's required to use `swc_ecma_parser/tracing-spans`.


### Testing Instructions
  • Loading branch information
kdy1 authored Jun 4, 2024
1 parent 517554e commit 400be27
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
29 changes: 15 additions & 14 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 @@ -113,7 +113,7 @@ mdxjs = "0.2.2"
modularize_imports = { version = "0.68.14" }
styled_components = { version = "0.96.15" }
styled_jsx = { version = "0.73.22" }
swc_core = { version = "0.92.8", features = [
swc_core = { version = "0.92.10", features = [
"ecma_loader_lru",
"ecma_loader_parking_lot",
] }
Expand Down

0 comments on commit 400be27

Please sign in to comment.