Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Apr 20, 2022
1 parent f540d46 commit caca578
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 148 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[package]
name = "calcit-wasm-play"
version = "0.1.0"
edition = "2018"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
# calcit = { path="../calcit" }
calcit = "0.5.25"
calcit = "0.5.33"
rpds = "0.11.0"
im_ternary_tree = "0.0.6"
wasm-bindgen = "0.2.79"
wasm-bindgen = "0.2.80"
console_error_panic_hook = "*"
web-sys = { version="0.3.5", features=[ "console" ] }
web-sys = { version="0.3.57", features=[ "console" ] }

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"author": "jiyinyiyong <[email protected]>",
"license": "MIT",
"devDependencies": {
"vite": "^2.8.6"
"vite": "^2.9.5"
},
"dependencies": {
"@mvc-works/codearea": "^0.0.3"
Expand Down
286 changes: 143 additions & 143 deletions yarn.lock

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

0 comments on commit caca578

Please sign in to comment.