chore: bump js-sys to 0.3.59 (#30495)

This commit is contained in:
Yihau Chen 2023-02-27 03:19:44 +08:00 committed by GitHub
parent ccef90c48d
commit d16a03cd44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ solana-logger = { workspace = true }
[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = { workspace = true }
console_log = { workspace = true }
js-sys = "0.3.55"
js-sys = { workspace = true }
getrandom = { version = "0.2", features = ["js", "wasm-bindgen"] }
[target.'cfg(not(target_pointer_width = "64"))'.dependencies]