mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 23:50:02 -04:00
update oxc and js dependencies
This commit is contained in:
parent
9d17ea0073
commit
a47e416193
6 changed files with 229 additions and 216 deletions
|
@ -11,12 +11,12 @@ crate-type = ["cdylib"]
|
|||
|
||||
[dependencies]
|
||||
instant = { version = "0.1.13", features = ["wasm-bindgen"] }
|
||||
js-sys = "0.3.76"
|
||||
js-sys = "0.3.77"
|
||||
oxc = { workspace = true }
|
||||
rewriter = { version = "0.1.0", path = "../rewriter", default-features = false }
|
||||
thiserror = "2.0.6"
|
||||
wasm-bindgen = "0.2.99"
|
||||
web-sys = { version = "0.3.76", features = ["Url"] }
|
||||
thiserror = "2.0.12"
|
||||
wasm-bindgen = "0.2.100"
|
||||
web-sys = { version = "0.3.77", features = ["Url"] }
|
||||
|
||||
[features]
|
||||
default = ["debug"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue