Skip to content

Commit

Permalink
Update swc_core to v0.87.16 (#6884)
Browse files Browse the repository at this point in the history
### Description

Update swc crates

### Testing Instructions

Look at the CI of vercel/next.js#60192

Closes PACK-2191

---------

Co-authored-by: Tobias Koppers <[email protected]>
  • Loading branch information
kdy1 and sokra authored Jan 8, 2024
1 parent b33e157 commit 9e40f5d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 11 deletions.
34 changes: 25 additions & 9 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 @@ -87,7 +87,7 @@ mdxjs = "0.1.21"
modularize_imports = { version = "0.63.0" }
styled_components = { version = "0.91.0" }
styled_jsx = { version = "0.68.0" }
swc_core = { version = "0.87.10", features = [
swc_core = { version = "0.87.16", features = [
"ecma_loader_lru",
"ecma_loader_parking_lot",
] }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"next": "^13.4.12"
}
},
"packageManager": "pnpm@8.9.0",
"packageManager": "pnpm@8.14.0",
"engines": {
"node": "20.x"
}
Expand Down

1 comment on commit 9e40f5d

@vercel
Copy link

@vercel vercel bot commented on 9e40f5d Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.