Skip to content

Commit

Permalink
chore: update swc to v1.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nodejs-github-bot authored and marco-ippolito committed Jan 27, 2025
1 parent 1a876ff commit e9a918c
Show file tree
Hide file tree
Showing 8 changed files with 325 additions and 238 deletions.
272 changes: 177 additions & 95 deletions deps/swc/Cargo.lock

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions deps/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ resolver = "2"
backtrace = "0.3.61"
base64 = "0.21.0"
bitflags = "2.5.0"
browserslist-rs = "0.16.0"
browserslist-rs = "0.17.0"
bumpalo = "3.16.0"
cargo_metadata = "0.18.1"
cfg-if = "1.0.0"
changesets = "0.2.2"
chili = "=0.2.0"
chrono = "0.4.38"
codspeed-criterion-compat = "2.6.0"
compact_str = "0.7.1"
console_error_panic_hook = "0.1.7"
copyless = "0.1.5"
crc = "2.1.0"
Expand All @@ -51,11 +52,11 @@ resolver = "2"
glob = "0.3.0"
hashbrown = "0.14.5"
hex = "0.4.3"
hstr = "0.2.15"
indexmap = "2.0.0"
is-macro = "0.3.5"
js-sys = "0.3.59"
jsonc-parser = "0.21.0"
kstring = "2.0.0"
lazy_static = "1.4.0"
lexical = "6.1.0"
lru = "0.10.0"
Expand All @@ -80,6 +81,7 @@ resolver = "2"
ptr_meta = "0.3.0"
quote = "1.0.7"
radix_fmt = "1.0.0"
rand = "0.8.5"
rayon = "1.7.0"
regex = "1.5.4"
relative-path = "1.6.1"
Expand All @@ -96,9 +98,11 @@ resolver = "2"
sha2 = "0.10.8"
siphasher = "0.3.9"
smallvec = "1.8.0"
smartstring = "1"
smartstring = "1.0.1"
smol_str = "0.2.0"
sourcemap = "9.0.0"
st-map = "0.2.0"
string_cache = "0.8.7"
syn = "2"
tempfile = "3.6.0"
termcolor = "1.0"
Expand Down
Loading

0 comments on commit e9a918c

Please sign in to comment.