Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Dec 17, 2024
1 parent 5cabd09 commit bc60e7d
Show file tree
Hide file tree
Showing 9 changed files with 103 additions and 107 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "../README.md"
[dependencies]
ctrlc = "3.4.5"
fend-core.workspace = true
home = "0.5.9"
home = "0.5.11"
rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] }
rustyline = { version = "15.0.0", default-features = false, features = ["with-file-history", "custom-bindings"] }
serde = { version = "1.0.216", default-features = false }
Expand Down
14 changes: 5 additions & 9 deletions telegram-bot/package-lock.json

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

2 changes: 1 addition & 1 deletion telegram-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"fend-wasm": "file:../wasm/pkg"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"esbuild": "^0.24.0",
"esbuild-plugin-wasm": "^1.1.0",
"typescript": "^5.7.2"
Expand Down
1 change: 1 addition & 0 deletions wasm/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/pkgweb/
/pkg-nodejs/
/pkg-fend-web/
/fend-wasm/
wasm-pack.log
4 changes: 2 additions & 2 deletions web/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ if ! type magick &>/dev/null; then
alias magick=convert
fi

rm -rf ../wasm/pkg
(cd ../wasm && wasm-pack build)
rm -rf ../wasm/fend-wasm
(cd ../wasm && wasm-pack build -d fend-wasm)

npm ci
npm run lint
Expand Down
Loading

0 comments on commit bc60e7d

Please sign in to comment.