Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Dec 12, 2024
1 parent d33b7bf commit bba0863
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 34 deletions.
52 changes: 25 additions & 27 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ unicode-id-start = "1"
#
oxc-browserslist = "1.1.0"
oxc_index = "2"
oxc_resolver = "2.1.1"
oxc_resolver = "3.0.1"
oxc_sourcemap = "1"

#
Expand Down Expand Up @@ -180,24 +180,24 @@ rustc-hash = "2.*"
ryu-js = "1.0.1"
saphyr = "0.0.3"
schemars = "0.8.21"
self_cell = "1.0.4"
self_cell = "1.1.0"
seq-macro = "0.3.5"
serde = "1.0.215"
serde = "1.0.216"
serde-wasm-bindgen = "0.6.5"
serde_json = "1.0.133"
sha1 = "0.10.6"
simdutf8 = { version = "0.1.5", features = ["aarch64_neon"] }
similar = "2.6.0"
string_wizard = "0.0.24"
string_wizard = "0.0.25"
tempfile = "3.14.0"
tokio = "1.42.0"
tower-lsp = "0.20.0"
tracing-subscriber = "0.3.19"
tsify = "0.4.5"
ureq = { version = "2.11.0", default-features = false }
ureq = { version = "2.12.1", default-features = false }
url = "2.5.4"
walkdir = "2.5.0"
wasm-bindgen = "0.2.97"
wasm-bindgen = "0.2.99"

[workspace.metadata.cargo-shear]
ignored = ["napi", "oxc_transform_napi", "prettyplease"]
Expand Down
2 changes: 1 addition & 1 deletion napi/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ oxc_napi = { workspace = true }
rustc-hash = { workspace = true }
self_cell = { workspace = true }
serde_json = { workspace = true }
string_wizard = { workspace = true, features = ["sourcemap"] }
string_wizard = { workspace = true, features = ["sourcemap", "serde"] }
# oxc_sourcemap = { workspace = true, features = ["napi"] }

napi = { workspace = true, features = ["async"] }
Expand Down

0 comments on commit bba0863

Please sign in to comment.