Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Oct 28, 2022
1 parent 1582a10 commit 227b012
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 148 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ edition = "2021"

[dependencies]
# calcit = { path="../calcit" }
calcit = "0.5.48"
calcit = "0.6.10"
rpds = "0.12.0"
im_ternary_tree = "0.0.10"
wasm-bindgen = "0.2.81"
im_ternary_tree = "0.0.11"
wasm-bindgen = "0.2.83"
console_error_panic_hook = "*"
web-sys = { version="0.3.58", features=[ "console" ] }
web-sys = { version="0.3.60", features=[ "console" ] }

[lib]
crate-type = ["cdylib", "rlib"]

[profile.release]
debug = true
# debug = true
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": "^3.0.0"
"vite": "^3.2.1"
},
"dependencies": {
"@mvc-works/codearea": "^0.0.3"
Expand Down
296 changes: 154 additions & 142 deletions yarn.lock

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

0 comments on commit 227b012

Please sign in to comment.