Skip to content

Commit

Permalink
feat(deps): upgrade rust and node dependencies to latest (#136)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
michaelangeloio and dependabot[bot] authored Jan 25, 2024
1 parent e4d4153 commit ea29908
Show file tree
Hide file tree
Showing 6 changed files with 205 additions and 170 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

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

Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions crates/does-it-throw-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ crate-type = ["cdylib"]
does-it-throw = { path = "../does-it-throw", version = "0.2.0"}
swc_common = "0.33"
swc_ecma_parser = "0.141.34"
swc_ecma_ast = "0.110.9"
swc_ecma_ast = "0.110.17"
swc_ecma_visit = "0.96"
wasm-bindgen = {version = "0.2.74"}
wasm-bindgen = {version = "0.2.90"}
serde-wasm-bindgen = "0.6.1"
serde_json = "1.0.109"
serde_json = "1.0.111"
serde = { version = "1.0", features = ["derive"] }


Expand Down
Loading

0 comments on commit ea29908

Please sign in to comment.