mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Bump js-sys from 0.3.63 to 0.3.64 (#3306)
Bumps [js-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.63 to 0.3.64. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) --- updated-dependencies: - dependency-name: js-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
7bf49c2531
commit
0099921647
@ -9,7 +9,7 @@ edition = "2021"
|
||||
yew = { path = "../../packages/yew", features = ["csr"] }
|
||||
zxcvbn = "2.2.2"
|
||||
time = "0.3.22"
|
||||
js-sys = "0.3.61"
|
||||
js-sys = "0.3.64"
|
||||
web-sys = { version = "0.3", features = ["Event","EventTarget","InputEvent"] }
|
||||
wasm-bindgen = "0.2"
|
||||
chrono = { version = "0.4", features = ["wasmbind"] }
|
||||
|
||||
@ -7,5 +7,5 @@ license = "MIT OR Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
gloo = "0.8.0"
|
||||
js-sys = "0.3.61"
|
||||
js-sys = "0.3.64"
|
||||
yew = { path = "../../packages/yew", features = ["csr"] }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user