Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Apr 28, 2024
1 parent 3617a74 commit da0ee6a
Show file tree
Hide file tree
Showing 5 changed files with 304 additions and 201 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
with:
version: "latest"

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: yarn

- run: wasm-pack build -t web
Expand Down
42 changes: 18 additions & 24 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ edition = "2021"

[dependencies]
# calcit = { path="../calcit" }
calcit = "0.8.36"
calcit = "0.8.50"
rpds = "1.1.0"
im_ternary_tree = "0.0.18"
wasm-bindgen = "0.2.87"
wasm-bindgen = "0.2.92"
console_error_panic_hook = "*"
web-sys = { version="0.3.64", features=[ "console", 'Window' ] }
js-sys = "0.3.64"
web-sys = { version="0.3.69", features=[ "console", 'Window' ] }
js-sys = "0.3.69"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"watch": "cargo watch -w src -s 'wasm-pack build -t web'"
},
"devDependencies": {
"vite": "^4.4.9"
"vite": "^5.2.10"
},
"dependencies": {
"@mvc-works/codearea": "^0.0.3"
"@mvc-works/codearea": "^0.0.4"
}
}
Loading

0 comments on commit da0ee6a

Please sign in to comment.