Skip to content

Commit 21d6fcf

Browse files
committed
Build: change the npm dependencies
1 parent 813e281 commit 21d6fcf

3 files changed

Lines changed: 38 additions & 109 deletions

File tree

package-lock.json

Lines changed: 33 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"spin:happ": "hc-spin -n $AGENTS workdir/relay.happ --ui-port $UI_PORT",
1515
"package": "npm run build:happ && npm run package -w ui && hc web-app pack workdir --recursive",
1616
"build:happ": "npm run build:zomes && hc app pack workdir --recursive",
17-
"build:zomes": "CARGO_TARGET_DIR=target cargo build --release --target wasm32-unknown-unknown --workspace --exclude volla_messages",
17+
"build:zomes": "CARGO_TARGET_DIR=target RUSTFLAGS='--cfg getrandom_backend=\"custom\"' cargo build --release --target wasm32-unknown-unknown --workspace --exclude kandoapp",
1818
"local-services": "kitsune2-bootstrap-srv --listen $INTERNAL_IP:$BOOTSTRAP_PORT",
1919
"network:android": "npm run build:happ && BOOTSTRAP_PORT=$(port) INTERNAL_IP=$(internal-ip --ipv4) concurrently -k \"npm run local-services\" \"UI_PORT=1420 npm run -w ui start\" \"npm run tauri android dev\" \"npm run tauri dev\"",
2020
"start:android:holochain_bundled": "npm run build:happ && BOOTSTRAP_PORT=$(port) INTERNAL_IP=$(internal-ip --ipv4) concurrently -k \"npm run local-services\" \"UI_PORT=1420 npm run -w ui start\" \"npm run tauri:android:dev:holochain_bundled\"",

ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
},
1717
"dependencies": {
1818
"@buildyourwebapp/tauri-plugin-sharesheet": "0.0.1",
19-
"@holochain-open-dev/elements": "^0.500.1",
20-
"@holochain-open-dev/file-storage": "^0.500.1",
21-
"@holochain-open-dev/utils": "^0.500.2",
22-
"@holochain/client": "^0.19.2",
19+
"@holochain-open-dev/elements": "^0.600.0",
20+
"@holochain-open-dev/file-storage": "^0.600.0-dev.0",
21+
"@holochain-open-dev/utils": "^0.600.0",
22+
"@holochain/client": "^0.20.1",
2323
"@msgpack/msgpack": "^3.1.2",
2424
"@svelte-put/clickoutside": "^3.0.2",
2525
"@tanstack/svelte-virtual": "^3.13.0",

0 commit comments

Comments
 (0)